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 support log rotation.) So it depends > on what software you want to use. Maybe it can already read multiple log > files. >May I ask which applications do you know of that can aggregate and interpret Icecast log files from multiple servers in this way? Free and open source solutions, of course, are good but I need not be restricted to those in this regard. With many thanks and best regards Chip Scooter -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20200114/a75a896e/attachment.html>
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 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 support log rotation.) So it depends >> on what software you want to use. Maybe it can already read multiple log >> files. >> > > May I ask which applications do you know of that can aggregate and > interpret Icecast log files from multiple servers in this way? > > Free and open source solutions, of course, are good but I need not be > restricted to those in this regard. > > With many thanks and best regards > > Chip Scooter > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20200114/99c12db2/attachment.html>
We use a dns failover 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 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 support log rotation.) So it depends >>> on what software you want to use. Maybe it can already read multiple log >>> files. >> >> May I ask which applications do you know of that can aggregate and interpret Icecast log files from multiple servers in this way? >> >> Free and open source solutions, of course, are good but I need not be restricted to those in this regard. >> >> With many thanks and best regards >> >> Chip Scooter >> _______________________________________________ >> Icecast mailing list >> Icecast at xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20200114/d70f1cfc/attachment.html>
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 cluster? Cheers Chip Scooter -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20200114/90b48e5a/attachment.html>