Hello. I'd like to broadcast my Winamp audio via the Shoutcast DSP to my Icecast server. According to all i've read, this can be done and should be simple, but I can't get it to work. Here are details for how my server is set up. Anyone spot anything obvious? The Icecast version is 2.4.2 on Windows 8.1 I have only the default listen socket defined. <listen-socket> <port>8000</port> <!-- <bind-address>127.0.0.1</bind-address> --> <!-- <shoutcast-mount>/jzr</shoutcast-mount> --> </listen-socket> I presume that, because <shoutcast-mount> is commented out, I should be able to connect using the default of /stream Aside from this connection, I have the server relaying 1-2 others at any one time via the same config file, and those work just fine. The limits section is as follows. <limits> <clients>32</clients> <sources>16</sources> <queue-size>1048576</queue-size> <client-timeout>30</client-timeout> <header-timeout>15</header-timeout> <source-timeout>60</source-timeout> <burst-on-connect>1</burst-on-connect> <burst-size>65535</burst-size> </limits> When I try to connect via Shoutcast DSP, I'm entering the IP of my Icecast server, port 8000, the username source, and the password specified in <source-password>. I also tried without any username specified, and tried both username/password scenarios with the legacy checkbox checked and unchecked. I also tried adding a second listen socket, using port 7000, but that made no difference. Thanks in advance for the help. -- Jeremiah Rogers Mobile (Voice/Text): 704-996-5334 Email: jeremiahzrogers at gmail.com Facebook/Twitter: /jzrogers
Good very late night everyone, On Mon, 2015-09-07 at 21:19 -0400, Jeremiah Rogers wrote:> The Icecast version is 2.4.2 on Windows 8.1 > I have only the default listen socket defined. > <listen-socket> > <port>8000</port> > <!-- <bind-address>127.0.0.1</bind-address> --> > <!-- <shoutcast-mount>/jzr</shoutcast-mount> --> > </listen-socket> > > I presume that, because <shoutcast-mount> is commented out, I should > be > able to connect using the default of /streamThe default is /none/. If you do not configure the mount Icecast will not open the socket for shoutcast's insanity. -- Philipp. (Rah of PH2) -------------- 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/20150908/f107229d/attachment.sig>
Thanks for the quick response, Philipp. I'll specify the mount and see if that fixes my problem. For what it's worth, the following appears in the icecast.xml which came with my download of 2.4.2 just beneath the authentication section. Is there help I can offer in removing this section from, or correcting it in, the file for future packages? set the mountpoint for a shoutcast source to use, the default if not specified is /stream but you can change it here if an alternative is wanted or an extension is required On 9/7/2015 21:42, Philipp Schafft wrote:> Good very late night everyone, > > On Mon, 2015-09-07 at 21:19 -0400, Jeremiah Rogers wrote: >> The Icecast version is 2.4.2 on Windows 8.1 >> I have only the default listen socket defined. >> <listen-socket> >> <port>8000</port> >> <!-- <bind-address>127.0.0.1</bind-address> --> >> <!-- <shoutcast-mount>/jzr</shoutcast-mount> --> >> </listen-socket> >> >> I presume that, because <shoutcast-mount> is commented out, I should >> be >> able to connect using the default of /stream > The default is /none/. If you do not configure the mount Icecast will > not open the socket for shoutcast's insanity. > > > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-- Jeremiah Rogers Mobile (Voice/Text): 704-996-5334 Email: jeremiahzrogers at gmail.com Facebook/Twitter: /jzrogers -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20150908/86ba6873/attachment.htm