Hi all, I'm working of getting a new station setup and will need to support broadcast software that can only do Shoutcast (Winamp since the user can't only stream in Shoutcast mode). I have this in my icecast.xml: <listen-socket> <port>8000</port> <shoutcast-mount>/live.mp3</shoutcast-mount> </listen-socket> <mount type="normal"> <mount-name>/live.mp3</mount-name> <charset>UTF8</charset> <password>IAmADJ</password> </mount> This is what happens when I try to connect and start DJing: [2023-03-24 17:49:51] INFO connection/_handle_shoutcast_compatible password does not match "!POKE" The same client can stream just fine to a Shoutcast server. Am I misunderstanding what shoutcast-mount does? Thank you! Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/icecast/attachments/20230324/989df289/attachment.htm>
Good morning, On Fri, 2023-03-24 at 18:09 -0400, Brian Millham wrote:> Hi all, I'm working of getting a new station setup and will need to > support broadcast software that can only do Shoutcast (Winamp since > the user can't only stream in Shoutcast mode). > > I have this in my icecast.xml: > > <listen-socket> > <port>8000</port> > <shoutcast-mount>/live.mp3</shoutcast-mount> > </listen-socket> > <mount type="normal"> > <mount-name>/live.mp3</mount-name> > <charset>UTF8</charset> > <password>IAmADJ</password> > </mount> > > This is what happens when I try to connect and start DJing: > [2023-03-24 17:49:51] INFO connection/_handle_shoutcast_compatible > password does not match "!POKE" > > The same client can stream just fine to a Shoutcast server.So which source client is that exactly? What is it's error message? What does show up in the access.log? The poke request is just normal part of libshout's operation. So not a problem at all. With best regards, -- Philipp Schafft (CEO/Gesch?ftsf?hrer) Telephone: +49.3535 490 17 92 Website: https://www.loewenfelsen.net/ Follow us: https://www.linkedin.com/company/loewenfelsen/ Gesch?ftsf?hrer/CEO: Philipp Schafft 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: 228 bytes Desc: This is a digitally signed message part URL: <http://lists.xiph.org/pipermail/icecast/attachments/20230326/debfb7dc/attachment.sig>
How do we get our station listed in the Icecast directory? Thanks, RNB and Hip Hop Radio On Fri, Mar 24, 2023 at 6:10?PM Brian Millham <bmillham at gmail.com> wrote:> Hi all, I'm working of getting a new station setup and will need to > support broadcast software that can only do Shoutcast (Winamp since the > user can't only stream in Shoutcast mode). > > I have this in my icecast.xml: > > <listen-socket> > <port>8000</port> > <shoutcast-mount>/live.mp3</shoutcast-mount> > </listen-socket> > <mount type="normal"> > <mount-name>/live.mp3</mount-name> > <charset>UTF8</charset> > <password>IAmADJ</password> > </mount> > > This is what happens when I try to connect and start DJing: > [2023-03-24 17:49:51] INFO connection/_handle_shoutcast_compatible > password does not match "!POKE" > > The same client can stream just fine to a Shoutcast server. > > Am I misunderstanding what shoutcast-mount does? > > Thank you! > Brian > _______________________________________________ > 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/20230326/98d4f39e/attachment.htm>