I run 2 streams (2x icecast). First stream is http on port 8080, second https on port 8443. If I look in administrator http://xxx.xxx.xxx.xxx:8080/admin/stats.xsl listenurl display that link: http:// http://xxx.xxx.xxx.xxx:8080/mystream.mp3:8080/mystream.mp3 in icecast.xml is: <hostname>http://xxx.xxx.xxx.xxx:8080/mystream.mp3 </hostname> and https://xxx.xxx.xxx.xxx:8443/admin/stats.xsl listenurl display that link: http://https://xxx.xxx.xxx.xxx:8443/mystream.mp3:8443/mystream.mp3 in icecast.xml is: <hostname>http://xxx.xxx.xxx.xxx:8443/mystream.mp3 </hostname> What can I do wrong? How do I resolve this? Thank you for reply Regards, Ervin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20250217/16f2d0b7/attachment.htm>
Hey Ervin, Your <hostname> isn't supposed to be your full listen URL, but just the hostname. Something like: <hostname>myhostname</hostname> The web interfaces will automatically generate the correct URL based on your hostname, port, mountpoint, etc. See: https://icecast.org/docs/icecast-trunk/config_file/ Cheers, Jordan Erickson On 2/17/25 10:25, Ervin Bizjak wrote:> I run 2 streams (2x icecast). First stream is http on port 8080, > second https on port 8443. > > If I look in administrator http://xxx.xxx.xxx.xxx:8080/admin/stats.xsl > listenurl display that link: > http://http://xxx.xxx.xxx.xxx:8080/mystream.mp3:8080/mystream.mp3 > in icecast.xml is: > <hostname>http://xxx.xxx.xxx.xxx:8080/mystream.mp3</hostname> > > and > > https://xxx.xxx.xxx.xxx:8443/admin/stats.xsl listenurl display that > link: http://https://xxx.xxx.xxx.xxx:8443/mystream.mp3:8443/mystream.mp3 > in icecast.xml is: > <hostname>http://xxx.xxx.xxx.xxx:8443/mystream.mp3</hostname> > > What can I do wrong? How do I resolve this? > > Thank you for reply > > Regards, > Ervin > > _______________________________________________ > 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/20250217/58f5ec9b/attachment.htm>
you sent this to me, in error. Not my issue that I know of.. Michael On Mon, Feb 17, 2025 at 10:31?AM Ervin Bizjak <ervin.bizjak at gmail.com> wrote:> I run 2 streams (2x icecast). First stream is http on port 8080, second > https on port 8443. > > If I look in administrator http://xxx.xxx.xxx.xxx:8080/admin/stats.xsl > listenurl display that link: http:// > http://xxx.xxx.xxx.xxx:8080/mystream.mp3:8080/mystream.mp3 > in icecast.xml is: <hostname>http://xxx.xxx.xxx.xxx:8080/mystream.mp3 > </hostname> > > and > > https://xxx.xxx.xxx.xxx:8443/admin/stats.xsl listenurl display that link: > http://https://xxx.xxx.xxx.xxx:8443/mystream.mp3:8443/mystream.mp3 > in icecast.xml is: <hostname>http://xxx.xxx.xxx.xxx:8443/mystream.mp3 > </hostname> > > What can I do wrong? How do I resolve this? > > Thank you for reply > > Regards, > Ervin > _______________________________________________ > 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/20250217/f38c0c57/attachment.htm>