I figured out half the issue. Icecast appears to be transmitting on port 8000 just fine. The more I dig, the more I realize icecast is fine. Browser vlc seems to be broke. Direct connect via VLC standalone to -> http://66.228.49.182:8000/66.228.49.182.ogg.m3u works perfect. http://tinypic.com/r/2yl1qhc/6 I break there. Thank you! Brad From: Don Soad [mailto:s04d.1982 at gmail.com] Sent: Thursday, January 24, 2013 4:20 PM To: Brad Cc: icecast at xiph.org Subject: Re: [Icecast] No sound on any stream. Have you tried mpd or ices2 as the actual music player? Do you experience the same issues? Jose El ene 24, 2013 12:34 PM, "Brad" <nyctelecomm at gmail.com> escribi?: I have 2 icecast servers and neither will play music, 1 gentoo, the other ubuntu when connect to a mount and trying to broadcast via mixxx using both mp3 or ogg. Both will establish a stream feed but appears to have no sound. One of them won't even stream a ices2 mounted song either (same symptom, connect but no actual play occurs). Error logs are clean too, firewall is turned off on both client and server, one server is a virtualbox image ontop of the desktop I am trying to stream to. Multiple computers have been tested from every possible direction. <icecast> <limits> <clients>100</clients> <sources>2</sources> <threadpool>5</threadpool> <queue-size>524288</queue-size> <client-timeout>30</client-timeout> <header-timeout>15</header-timeout> <source-timeout>10</source-timeout> <burst-on-connect>1</burst-on-connect> <burst-size>65535</burst-size> </limits> <authentication> <source-password>blah</source-password> <!-- Relays log in username 'relay' --> <relay-password>blah</relay-password> <admin-user>admin</admin-user> <admin-password>blah</admin-password> </authentication> <hostname>66.228.49.182</hostname> <listen-socket> <port>8000</port> </listen-socket> <mount> <mount-name>/66.228.49.182.ogg</mount-name> <username>source</username> <password>blah</password> </mount> <Playlist> <File>/etc/ices2/playlist.txt</File> <Randomize>1</Randomize> <Type>builtin</Type> <Module>mpd</Module> <Crossfade>0</Crossfade> </Playlist> <fileserve>1</fileserve> <shoutcast-mount>/live.nsv</shoutcast-mount> <paths> <basedir>/usr/share/icecast</basedir> <logdir>/var/log/icecast</logdir> <webroot>/usr/share/icecast/web</webroot> <adminroot>/usr/share/icecast/admin</adminroot> <alias source="/" dest="/status.xsl"/> </paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error --> <logsize>10000</logsize> <!-- <logarchive>1</logarchive> --> </logging> <security> <chroot>0</chroot> <changeowner> <user>icecast</user> <group>nogroup</group> </changeowner> </security> </icecast> Brad _______________________________________________ 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/20130124/011b8b77/attachment-0001.htm
Hello Brad !! Looking at http://66.228.49.182:8000/ I see that the Icecast2 server is running, but is not the Mount Point. Once the Ices2 client has started (if it is properly configured) must occur immediately the Mount Point on the Icecast2 server and must remain so indefinitely. Once this is achieved, if there is sound or there is not sound is another story, also depends on the Ices2 client configuration and the audio levels of the computer where the Ices2 client is running. Jos? Luis El jue, 24-01-2013 a las 17:47 -0400, Brad escribi?:> I figured out half the issue. > > Icecast appears to be transmitting on port 8000 just fine. The more I > dig, the more I realize icecast is fine. > > Browser vlc seems to be broke. Direct connect via VLC standalone to -> > http://66.228.49.182:8000/66.228.49.182.ogg.m3u works perfect. > > http://tinypic.com/r/2yl1qhc/6 > > > > I break there. > > Thank you! > > > > Brad > > > > > From: Don Soad [mailto:s04d.1982 at gmail.com] > Sent: Thursday, January 24, 2013 4:20 PM > To: Brad > Cc: icecast at xiph.org > Subject: Re: [Icecast] No sound on any stream. > > > > > > Have you tried mpd or ices2 as the actual music player? Do you > experience the same issues? > > Jose > > > El ene 24, 2013 12:34 PM, "Brad" <nyctelecomm at gmail.com> escribi?: > > > I have 2 icecast servers and neither will play music, 1 gentoo, the > other ubuntu when connect to a mount and trying to broadcast via mixxx > using both mp3 or ogg. Both will establish a stream feed but appears > to have no sound. One of them won't even stream a ices2 mounted song > either (same symptom, connect but no actual play occurs). Error logs > are clean too, firewall is turned off on both client and server, one > server is a virtualbox image ontop of the desktop I am trying to > stream to. > Multiple computers have been tested from every possible direction. > > > > <icecast> > > <limits> > > <clients>100</clients> > > <sources>2</sources> > > <threadpool>5</threadpool> > > <queue-size>524288</queue-size> > > <client-timeout>30</client-timeout> > > <header-timeout>15</header-timeout> > > <source-timeout>10</source-timeout> > > <burst-on-connect>1</burst-on-connect> > > <burst-size>65535</burst-size> > > </limits> > > <authentication> > > <source-password>blah</source-password> > > <!-- Relays log in username 'relay' --> > > <relay-password>blah</relay-password> > > <admin-user>admin</admin-user> > > <admin-password>blah</admin-password> > > </authentication> > > <hostname>66.228.49.182</hostname> > > <listen-socket> > > <port>8000</port> > > </listen-socket> > > <mount> > > <mount-name>/66.228.49.182.ogg</mount-name> > > <username>source</username> > > <password>blah</password> > > </mount> > > <Playlist> > > <File>/etc/ices2/playlist.txt</File> > > <Randomize>1</Randomize> > > <Type>builtin</Type> > > <Module>mpd</Module> > > <Crossfade>0</Crossfade> > > </Playlist> > > <fileserve>1</fileserve> > > <shoutcast-mount>/live.nsv</shoutcast-mount> > > <paths> > > <basedir>/usr/share/icecast</basedir> > > <logdir>/var/log/icecast</logdir> > > <webroot>/usr/share/icecast/web</webroot> > > <adminroot>/usr/share/icecast/admin</adminroot> > > <alias source="/" dest="/status.xsl"/> > > </paths> > > <logging> > > <accesslog>access.log</accesslog> > > <errorlog>error.log</errorlog> > > <loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error > --> > > <logsize>10000</logsize> > > <!-- <logarchive>1</logarchive> --> > > </logging> > > <security> > > <chroot>0</chroot> > > <changeowner> > > <user>icecast</user> > > <group>nogroup</group> > > </changeowner> > > </security> > > </icecast> > > > > > > Brad > > > > > _______________________________________________ > 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/20130124/6d1e3cd5/attachment.htm
Brad, now I see that there is the Mount Point, but no audio is heard. Maybe the name of the Mount Point (66.228.49.182.ogg) is not correct ?? ... Try to rename the Mount Point. I think you should put blahblahblah.ogg, with only one point (between the extension "ogg" and the rest of the name): <mount> <mount-name>/blahblahblah.ogg</mount-name> <username>source</username> <password>blah</password> </mount> Also check the audio levels of the computer where the Ices2 client is running. Save and restart de Ices2 client. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hello Brad !! Looking at http://66.228.49.182:8000/ I see that the Icecast2 server is running, but is not the Mount Point. Once the Ices2 client has started (if it is properly configured) must occur immediately the Mount Point on the Icecast2 server and must remain so indefinitely. Once this is achieved, if there is sound or there is not sound is another story, also depends on the Ices2 client configuration and the audio levels of the computer where the Ices2 client is running. Jos? Luis El jue, 24-01-2013 a las 17:47 -0400, Brad escribi?:> I figured out half the issue. > > Icecast appears to be transmitting on port 8000 just fine. The more I > dig, the more I realize icecast is fine. > > Browser vlc seems to be broke. Direct connect via VLC standalone to -> > http://66.228.49.182:8000/66.228.49.182.ogg.m3u works perfect. > > http://tinypic.com/r/2yl1qhc/6 > > > > I break there. > > Thank you! > > > > Brad > > > > From: Don Soad [mailto:s04d.1982 at gmail.com] > Sent: Thursday, January 24, 2013 4:20 PM > To: Brad > Cc: icecast at xiph.org > Subject: Re: [Icecast] No sound on any stream. > > > > > Have you tried mpd or ices2 as the actual music player? Do you > experience the same issues? > > Jose > > El ene 24, 2013 12:34 PM, "Brad" <nyctelecomm at gmail.com> escribi?: > > I have 2 icecast servers and neither will play music, 1 gentoo, the > other ubuntu when connect to a mount and trying to broadcast via mixxx > using both mp3 or ogg. Both will establish a stream feed but appears > to have no sound. One of them won't even stream a ices2 mounted song > either (same symptom, connect but no actual play occurs). Error logs > are clean too, firewall is turned off on both client and server, one > server is a virtualbox image ontop of the desktop I am trying to > stream to. > Multiple computers have been tested from every possible direction. > > > > <icecast> > > <limits> > > <clients>100</clients> > > <sources>2</sources> > > <threadpool>5</threadpool> > > <queue-size>524288</queue-size> > > <client-timeout>30</client-timeout> > > <header-timeout>15</header-timeout> > > <source-timeout>10</source-timeout> > > <burst-on-connect>1</burst-on-connect> > > <burst-size>65535</burst-size> > > </limits> > > <authentication> > > <source-password>blah</source-password> > > <!-- Relays log in username 'relay' --> > > <relay-password>blah</relay-password> > > <admin-user>admin</admin-user> > > <admin-password>blah</admin-password> > > </authentication> > > <hostname>66.228.49.182</hostname> > > <listen-socket> > > <port>8000</port> > > </listen-socket> > > <mount> > > <mount-name>/66.228.49.182.ogg</mount-name> > > <username>source</username> > > <password>blah</password> > > </mount> > > <Playlist> > > <File>/etc/ices2/playlist.txt</File> > > <Randomize>1</Randomize> > > <Type>builtin</Type> > > <Module>mpd</Module> > > <Crossfade>0</Crossfade> > > </Playlist> > > <fileserve>1</fileserve> > > <shoutcast-mount>/live.nsv</shoutcast-mount> > > <paths> > > <basedir>/usr/share/icecast</basedir> > > <logdir>/var/log/icecast</logdir> > > <webroot>/usr/share/icecast/web</webroot> > > <adminroot>/usr/share/icecast/admin</adminroot> > > <alias source="/" dest="/status.xsl"/> > > </paths> > > <logging> > > <accesslog>access.log</accesslog> > > <errorlog>error.log</errorlog> > > <loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error > --> > > <logsize>10000</logsize> > > <!-- <logarchive>1</logarchive> --> > > </logging> > > <security> > > <chroot>0</chroot> > > <changeowner> > > <user>icecast</user> > > <group>nogroup</group> > > </changeowner> > > </security> > > </icecast> > > > > > > Brad > > > > _______________________________________________ > 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/20130125/556d8237/attachment.htm
It works! I was testing on winmedia with ogg without the plugin. First day fowlies. Works like a charm now! Brad From: Jos? Luis Artuch [mailto:artuch at speedy.com.ar] Sent: Friday, January 25, 2013 7:01 PM To: Brad Cc: 'Don Soad'; icecast at xiph.org Subject: Re: [Icecast] No sound on any stream. Brad, now I see that there is the Mount Point, but no audio is heard. Maybe the name of the Mount Point (66.228.49.182.ogg) is not correct ?? ... Try to rename the Mount Point. I think you should put blahblahblah.ogg, with only one point (between the extension "ogg" and the rest of the name): <mount> <mount-name>/blahblahblah.ogg</mount-name> <username>source</username> <password>blah</password> </mount> Also check the audio levels of the computer where the Ices2 client is running. Save and restart de Ices2 client. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Hello Brad !! Looking at http://66.228.49.182:8000/ I see that the Icecast2 server is running, but is not the Mount Point. Once the Ices2 client has started (if it is properly configured) must occur immediately the Mount Point on the Icecast2 server and must remain so indefinitely. Once this is achieved, if there is sound or there is not sound is another story, also depends on the Ices2 client configuration and the audio levels of the computer where the Ices2 client is running. Jos? Luis El jue, 24-01-2013 a las 17:47 -0400, Brad escribi?: I figured out half the issue. Icecast appears to be transmitting on port 8000 just fine. The more I dig, the more I realize icecast is fine. Browser vlc seems to be broke. Direct connect via VLC standalone to -> http://66.228.49.182:8000/66.228.49.182.ogg.m3u works perfect. http://tinypic.com/r/2yl1qhc/6 I break there. Thank you! Brad From: Don Soad [mailto:s04d.1982 at gmail.com] Sent: Thursday, January 24, 2013 4:20 PM To: Brad Cc: icecast at xiph.org Subject: Re: [Icecast] No sound on any stream. Have you tried mpd or ices2 as the actual music player? Do you experience the same issues? Jose El ene 24, 2013 12:34 PM, "Brad" <nyctelecomm at gmail.com> escribi?: I have 2 icecast servers and neither will play music, 1 gentoo, the other ubuntu when connect to a mount and trying to broadcast via mixxx using both mp3 or ogg. Both will establish a stream feed but appears to have no sound. One of them won't even stream a ices2 mounted song either (same symptom, connect but no actual play occurs). Error logs are clean too, firewall is turned off on both client and server, one server is a virtualbox image ontop of the desktop I am trying to stream to. Multiple computers have been tested from every possible direction. <icecast> <limits> <clients>100</clients> <sources>2</sources> <threadpool>5</threadpool> <queue-size>524288</queue-size> <client-timeout>30</client-timeout> <header-timeout>15</header-timeout> <source-timeout>10</source-timeout> <burst-on-connect>1</burst-on-connect> <burst-size>65535</burst-size> </limits> <authentication> <source-password>blah</source-password> <!-- Relays log in username 'relay' --> <relay-password>blah</relay-password> <admin-user>admin</admin-user> <admin-password>blah</admin-password> </authentication> <hostname>66.228.49.182</hostname> <listen-socket> <port>8000</port> </listen-socket> <mount> <mount-name>/66.228.49.182.ogg</mount-name> <username>source</username> <password>blah</password> </mount> <Playlist> <File>/etc/ices2/playlist.txt</File> <Randomize>1</Randomize> <Type>builtin</Type> <Module>mpd</Module> <Crossfade>0</Crossfade> </Playlist> <fileserve>1</fileserve> <shoutcast-mount>/live.nsv</shoutcast-mount> <paths> <basedir>/usr/share/icecast</basedir> <logdir>/var/log/icecast</logdir> <webroot>/usr/share/icecast/web</webroot> <adminroot>/usr/share/icecast/admin</adminroot> <alias source="/" dest="/status.xsl"/> </paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error --> <logsize>10000</logsize> <!-- <logarchive>1</logarchive> --> </logging> <security> <chroot>0</chroot> <changeowner> <user>icecast</user> <group>nogroup</group> </changeowner> </security> </icecast> Brad _______________________________________________ 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/20130125/b1363796/attachment.htm