I'm using the KH edition of Icecast 2.4.0 but it may also related to the standard release. I added the following to my config xml file but the file cannot be parsed is the error... <mount type="default"> <max-listener-duration>28800</max-listener-duration> </mount> Any ideas of the problem? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20170126/9a5e1955/attachment.htm>
Good afternoon, On Thu, 2017-01-26 at 12:45 +1300, Ross Levis wrote:> I?m using the KH edition of Icecast 2.4.0 but it may also related to > the standard release.Note that my answer is only valid for the official releases. I can not make any statement for fork by third parties.> I added the following to my config xml file but the file cannot be > parsed is the error... > <mount type="default"> > <max-listener-duration>28800</max-listener-duration> > </mount> >> Any ideas of the problem?If Icecast 2.4.x/2.5.x returns parser errors it's likely due to invalid XML. You can check that with xmllint(1): $ xmllint /path/to/icecast.xml It will report any XML level errors. With best regards, PS: Please avoid sending HTML mails. -- Philipp Schafft (CEO/Gesch?ftsf?hrer) Telephon: +49.3535 490 17 92 L?wenfelsen UG (haftungsbeschr?nkt) Registration number: Bickinger Stra?e 21 HRB 12308 CB 04916 Herzberg (Elster) VATIN/USt-ID: Germany DE305133015 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: This is a digitally signed message part URL: <http://lists.xiph.org/pipermail/icecast/attachments/20170126/6f7d689e/attachment.sig>
I'm using Windows so don't have access to xmllint but web browsers can pass the XML file just fine. Remove the 3 lines and everything works correctly. I can't see any errors in the 2 lines, so I guess it's a KH problem. -----Original Message----- From: Icecast [mailto:icecast-bounces at xiph.org] On Behalf Of Philipp Schafft Sent: Friday, 27 January 2017 4:33 a.m. To: Icecast streaming server user discussions Subject: Re: [Icecast] Icecast 2.4.0 max-listener-duration Good afternoon, On Thu, 2017-01-26 at 12:45 +1300, Ross Levis wrote:> I’m using the KH edition of Icecast 2.4.0 but it may also related to > the standard release.Note that my answer is only valid for the official releases. I can not make any statement for fork by third parties.> I added the following to my config xml file but the file cannot be > parsed is the error... > <mount type="default"> > <max-listener-duration>28800</max-listener-duration> > </mount> >> Any ideas of the problem?If Icecast 2.4.x/2.5.x returns parser errors it's likely due to invalid XML. You can check that with xmllint(1): $ xmllint /path/to/icecast.xml It will report any XML level errors. With best regards, PS: Please avoid sending HTML mails. -- Philipp Schafft (CEO/Geschäftsführer) Telephon: +49.3535 490 17 92 Löwenfelsen UG (haftungsbeschränkt) Registration number: Bickinger Straße 21 HRB 12308 CB 04916 Herzberg (Elster) VATIN/USt-ID: Germany DE305133015