Hi-- I've installed icecast2 and ices2 on an OpenBSD box. It all seems sane from the server side, but when I try to listen to my stream from winamp 2.76 with Peter Pawlowski's vorbis plugin (1.12), from a win98se box, nothing plays. Nothing is appended to the ices2 log, and the following is appended to the icescast2 log (when I terminate icecast2): *** [2001-08-02 22:05:16] INFO main/main icecast server started connection added.... DEBUG: source logging in connection added.... DEBUG: client coming in... DEBUG: source found for client DEBUG: sending ice-bitrate: 0 DEBUG: sending ice-description: A short description of your stream DEBUG: sending ice-genre: Example genre DEBUG: sending ice-name: Example stream name DEBUG: sending ice-public: 0 Client added SOURCE: recoverable error 35 SOURCE: client had unrecoverable error 32 with new data (-1/4203) DEBUG: Client dropped... DEBUG: got 0 bytes reading data, the source must have disconnected... DEBUG: we're going down... DEBUG: souce_main() is now exiting... [2001-08-02 22:11:31] INFO sighandler/_sig_die Caught signal 15, shutting down... [2001-08-02 22:11:31] INFO main/main Shutting down *** (I believe the "recoverable error" occured when I hit stop on winamp.) What should I do next? If you like, please try to listen to my stream, http://netjam.org:7777/example1.ogg; I'll leave it running. Also, how do I get icecast2 to append to the log immediately, instead of buffering messages and writing them all upon exit? thanks, -C -- Craig Latta composer and computer scientist craig.latta@netjam.org www.netjam.org crl@watson.ibm.com Smalltalkers do: [:it | All with: Class, (And love: it)] --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> Not really related to your problem, but how smooth was the process > of getting libogg and libvorbis installed? I've had all kinds of maddening > autoconf related problems with include paths.Should be braindead simple since it's in the ports tree. jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Thu, 02 Aug 2001 19:07:19 -0700, Craig Latta wrote:> >Hi-- > > I've installed icecast2 and ices2 on an OpenBSD box. It all >seems sane from the server side, but when I try to listen to my stream >>from winamp 2.76 with Peter Pawlowski's vorbis plugin (1.12), from a >win98se box, nothing plays.try the newest plugin and/or jorbis. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> > I've installed icecast2 and ices2 on an OpenBSD box. It all > > seems sane from the server side, but when I try to listen to my > > stream from winamp 2.76 with Peter Pawlowski's vorbis plugin > > (1.12), from a win98se box, nothing plays. > > try the newest plugin and/or jorbis.It turned out the audio files I had grabbed from the Net for testing were encoded with an overly-aged encoder. I encoded something else, with Pawlowski's latest winamp vorbis encoder plug-in, and everything worked. So all I had to do was take im_oss out of the Makefile (at the suggestion of Michael Smith, after oss_ioctl wasn't found during linking), and use -pthread instead of -lpthread (a peculiarity of OpenBSD, I think). thanks, -C -- Craig Latta composer and computer scientist craig.latta@netjam.org www.netjam.org crl@watson.ibm.com Smalltalkers do: [:it | All with: Class, (And love: it)] --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
From: "Craig Latta" <Craig.Latta@NetJam.ORG>> > Hi-- > > I've installed icecast2 and ices2 on an OpenBSD box. It all > seems sane from the server side, but when I try to listen to my stream > from winamp 2.76 with Peter Pawlowski's vorbis plugin (1.12), from a > win98se box, nothing plays. Nothing is appended to the ices2 log, and > the following is appended to the icescast2 log (when I terminate > icecast2):Not really related to your problem, but how smooth was the process of getting libogg and libvorbis installed? I've had all kinds of maddening autoconf related problems with include paths. Nick --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.