search for: alexhackney

Displaying 12 results from an estimated 12 matches for "alexhackney".

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:
2019 Jul 16
1
Windows Source Client
...t;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'm hesitant to spend m...
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 from your server clus...
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
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
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: > >> On Tue, 14 Jan 2020...
2020 Jan 14
2
Load balancing Icecast - aggregated logs
...er solution include roundrobin. Its not super fast but in 120 seconds the solution work. So thats a good backup solution for the most radio stations. Have anyone on php load balancing solution working on a webserver? Best regards, Michel > Op 14 jan. 2020 om 19:45 heeft Alex Hackney <me at alexhackney.com> het volgende geschreven: > >  > 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. > >> On Tue, Jan 14, 2020, 11:36 Chip <chiapas at aktivix.org> wrote: >> Many thank...
2020 Jan 14
0
Load balancing Icecast - aggregated logs
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. On Tue, Jan 14, 2020, 11:36 Chip <chiapas at aktivix.org> wrote: > 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
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
2018 Nov 07
2
Custom Hooks
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? 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
2018 Nov 08
2
Custom Hooks
I actually got this to work this morning finally. The problem was on my auth server. I see the source auth hook being sent a lot, is there anyway to get the current metadata in that hook? Ideally, every time the source is updated, I'd like to get a hook 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
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