search for: hackney

Displaying 20 results from an estimated 25 matches for "hackney".

2006 Jan 02
3
Selecting conditionally from HABTM
...page which shows (paginatedly) the articles in a selected category. So given a category, I would like to return an array of all of the articles associated with it. I am no master of SQL syntax, so I am not sure what to include in a ''LEFT JOIN" statement. Thanks for any help, Daniel Hackney
2019 Jul 16
9
Windows Source Client
I'm looking for a good source client that runs on windows 10 that can take a feed and stream AAC MP3 and possibly Opus to my icecast2 server. Everything seems dead on the app list. I found rocketcaster but I'm hesitant to spend money on something I've never heard of. Any suggestions? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Dec 22
13
in-memory SQLite for testing
I am following the rails book, and arrived to the section about testing. The test database is configured as: test: adapter: sqlite3 database: ":memory:" and I get this error with the simple product test: % ruby test/unit/product_test.rb Loaded suite test/unit/product_test Started E/usr/local/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.1.0/lib/sqlite3/ errors.rb:94:in
2018 Nov 07
2
Custom Hooks
...eam with winamp, it appears to ask for a username and password Everytime. If I just set the return to true no matter what, will it prevent the client from asking for a password? On Sun, Nov 4, 2018, 06:57 Thomas B. Rücker <thomas at ruecker.fi wrote: > > > On 11/02/2018 11:41 PM, Alex Hackney wrote: > > I am looking for a way that I can use to send a hook to my api when > > particular things happen. > > > > For instance, i need to know when listeners or sources connect or > > disconnect and when song meta data changes on a stream. > > > > I see...
2005 Dec 25
3
SQLite primary key schema
So after successfully getting the test SQLite db to run from memory, I tried running some tests but found that somewhere in the schema translation from Postgres (my devel database) and SQLite Rails fails to properly set the ''id'' column, which breaks all kinds of things. Take as an example my ''users'' table. In Postgres the schema is (generated with pgAdmin III):
2018 Nov 08
2
Custom Hooks
...so I can track the songs that are being played. Alternatively, the only way I can see doing it, is to make a get request every X seconds and watch for the song to change. Alex On 11/7/2018 9:38 AM, Philipp Schafft wrote: > Good afternoon, > > On Wed, 2018-11-07 at 08:08 -0500, Alex Hackney wrote: >> When I stream with winamp, it appears to ask for a username and password >> Everytime. If I just set the return to true no matter what, will it prevent >> the client from asking for a password? > This sounds like there is a configuration problem. Icecast by itself &gt...
2018 Nov 07
0
Custom Hooks
Good afternoon, On Wed, 2018-11-07 at 08:08 -0500, Alex Hackney wrote: > When I stream with winamp, it appears to ask for a username and password > Everytime. If I just set the return to true no matter what, will it prevent > the client from asking for a password? This sounds like there is a configuration problem. Icecast by itself does not send a 401...
2020 Jan 14
1
Load balancing Icecast - aggregated logs
On Tue, 14 Jan 2020 at 18:38, Alex Hackney <me at alexhackney.com> wrote: > You could use AWS Route 53 to do the load balancing or a server side > script to do it. Route 53 could be done in no time and works well for us. > Sounds very interesting, Alex. AWS Route 53 is new to mw. And how do you you aggregate listener stats...
2019 Jul 16
1
Windows Source Client
...user discussions <icecast at xiph.org> Subject: Re: [Icecast] Windows Source Client Hi there We have been using butt for years with great success. https://danielnoethen.de is the authors personal site. Mac, Windows an Linux Regards On Tue, 16 Jul 2019, 18:17 Alex Hackney, <me at alexhackney.com <mailto:me at alexhackney.com> > wrote: I'm looking for a good source client that runs on windows 10 that can take a feed and stream AAC MP3 and possibly Opus to my icecast2 server. Everything seems dead on the app list. I found rocketcaster but I...
2018 Nov 02
2
Custom Hooks
I am looking for a way that I can use to send a hook to my api when particular things happen. For instance, i need to know when listeners or sources connect or disconnect and when song meta data changes on a stream. I see this data on the log and can write a script to do it by monitoring the log but does icecast have a better way? Almost looks like the auth block could do it but I don't
2006 Apr 03
2
HABTM migrations
...ady has a row with the id of 3. I see one immediate solution: 1) after create_table, remove_column :teams_users, ''id''. If that''s even legal. Would be nice if create_table had it as an option to not make an ID column, but this''ll do. But that seems sort of hackneyed. Is is a bug that the ID column is being manually populated by rails? Doesn''t seem very senseble, especially if the content of ID is always the same as team_id. Bug? Feature? -- Matthew Beale :: mixonic@synitech.com Resume & Portfolio @ http://madhatted.com -- Posted via htt...
2020 Jan 20
2
Load balancing Icecast - aggregated logs
I built a system for handling all the data, songs, listeners, royalties, etc. It's all in the docs. On Tue, Jan 14, 2020, 17:57 Chip <chiapas at aktivix.org> wrote: > On Tue, 14 Jan 2020 at 19:32, Michel van Dop <mvandop at xs4all.nl> wrote: > >> We use a dns failover solution include roundrobin. Its not super fast but >> in 120 seconds the solution work. So
2018 Nov 09
3
Custom Hooks
Couldn't you also just have a client stream locally from icecast that can do things on metadata change? I mean it's a bit icky but it'd work. ---- Philipp Schafft wrote ---- >Good morning, > >On Thu, 2018-11-08 at 12:45 -0500, Alex Hackney wrote: >> I actually got this to work this morning finally. The problem was on my >> auth server. > >Perfect. :) > > >> I see the source auth hook being sent a lot, is there anyway to get the >> current metadata in that hook? > >No. The auth happens long...
2020 Jan 14
3
Load balancing Icecast - aggregated logs
Many thanks for this Philipp. On Mon, 13 Jan 2020 at 14:01, Philipp Schafft <phschafft at de.loewenfelsen.net> wrote: > I would recommend against that. It just adds another single point of > failure. Most software I know for that kind of analysis can in fact read > multiple files anyway. (e.g. some wants to import the data into it's own > database first, other just want to
2018 Nov 26
2
Tracking Listeners with Key and other parameters
I have an app that I've built that leverages the auth functionality of icecast2 to track when listeners are added to the stream and monitor what they listen to. I've ran in to an issue where if a listener disconnects for a few seconds then reconnects, I track them as a new user. I can't track by ip cause there may be a few people listening from the same public ip. In the docs I
2018 Nov 09
2
Custom Hooks
...bit more > setup > and requires more resources as the player will likely decode the actual > stream as well. > > With best regards, > >> ---- Philipp Schafft wrote ---- >> >> >Good morning, >> > >> >On Thu, 2018-11-08 at 12:45 -0500, Alex Hackney wrote: >> >> I actually got this to work this morning finally. The problem was on my >> >> auth server. >> > >> >Perfect. :) >> > >> > >> >> I see the source auth hook being sent a lot, is there anyway to get the >> >&...
2018 Nov 09
0
Custom Hooks
Good morning, On Thu, 2018-11-08 at 12:45 -0500, Alex Hackney wrote: > I actually got this to work this morning finally. The problem was on my > auth server. Perfect. :) > I see the source auth hook being sent a lot, is there anyway to get the > current metadata in that hook? No. The auth happens long before the client is attached to any sou...
2018 Nov 09
0
Custom Hooks
...n downside of this is that it may require a little bit more setup and requires more resources as the player will likely decode the actual stream as well. With best regards, > ---- Philipp Schafft wrote ---- > > >Good morning, > > > >On Thu, 2018-11-08 at 12:45 -0500, Alex Hackney wrote: > >> I actually got this to work this morning finally. The problem was on my > >> auth server. > > > >Perfect. :) > > > > > >> I see the source auth hook being sent a lot, is there anyway to get the > >> current metadata in that h...
2020 Jan 20
0
Load balancing Icecast - aggregated logs
On Mon, 20 Jan 2020 at 13:16, Alex Hackney <me at alexhackney.com> wrote: > I built a system for handling all the data, songs, listeners, royalties, > etc. It's all in the docs. > Thanks. Which docs? Icecast docs or Route 53 docs? Chip On Tue, Jan 14, 2020, 17:57 Chip <chiapas at aktivix.org> wrote: > >&g...
2004 Jan 21
0
Re: MFBV, he had difficulty
goddess deforestation skyward upsetting retrogressive stenography aerodynamic ny chevy stead corporeal support moonlit alcove greek kneecap rustle hackneyed tomato