Scott Manley
2004-Aug-06 14:22 UTC
[icecast] Re: [vorbis] another Icecast2/Vorbis stream on-line
> I'll be posting some basic protocol ideas soon as I think I've finally > figured out how I want to handle stats and future admin functionality.I've written a mini liveice streamer/encoder built around the vorbis library, I need to know what connection protocol the new server will work around. (I'd get the icecast 2.0 sources, but once again the icecast source control system is gettign in my way) -- Scott Manley (AKA Szyzyg) Streaming Media Hacker www.myplay.com Listening to..... Floorgasm II - The Hard House Years http://www.myplay.com/mp/playlist/now_playing.jsp?plid=381576&start=1 --- >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.
William Goldsmith
2004-Aug-06 14:22 UTC
[icecast] Re: [vorbis] another Icecast2/Vorbis stream on-line
Cool. Once you have something stable, I'd be happy to put up a full-time test stream on a nicely connected server. -bg> I've written a mini liveice streamer/encoder built around the vorbis > library, I need to know what connection protocol the new server will > work around. > (I'd get the icecast 2.0 sources, but once again the icecast source > control system is gettign in my way) > > -- > Scott Manley (AKA Szyzyg) > Streaming Media Hacker > www.myplay.com >--- >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.
Smoerk Dundei
2004-Aug-06 14:22 UTC
[icecast] Re: [vorbis] another Icecast2/Vorbis stream on-line
> I've written a mini liveice streamer/encoder built around the vorbis > library, I need to know what connection protocol the new server will > work around. > (I'd get the icecast 2.0 sources, but once again the icecast source > control system is gettign in my way)it's very similar to x-audiocast: SOURCE $mountpoint ICE/1.0\n ice-password: $password\n ice-name: $name\n ice-url: $url\n ice-genre: $genre\n ice-bitrate: $bitrate\n ice-public: $public\n ice-description: $description\n\n and then transmit the ogg stream. $xxx are variables moerk -- Sent through GMX FreeMail - http://www.gmx.net --- >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.
Scott Manley
2004-Aug-06 14:22 UTC
[icecast] Re: [vorbis] another Icecast2/Vorbis stream on-line
> SOURCE $mountpoint ICE/1.0\n > ice-password: $password\n > ice-name: $name\n > ice-url: $url\n > ice-genre: $genre\n > ice-bitrate: $bitrate\n > ice-public: $public\n > ice-description: $description\n\n >Cool - I'll code this in right now.... There's no brains to this code right now, it just modifies the encoder example to read from teh soundcard and send to a socket. It's only half an hour's work so far, I'm now trying to get Icecast2.0 compiled - I'm getting a load of messages like this. config.c:265: structure has no member named `xmlChildrenNode' -- Scott Manley (AKA Szyzyg) Streaming Media Hacker www.myplay.com Listening to..... Floorgasm II - The Hard House Years http://www.myplay.com/mp/playlist/now_playing.jsp?plid=381576&start=1 --- >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.