I'm terribly sorry if this is off-topic, but I've scoured the web for hours looking for a working .ogg file streamer. I have thousands of ogg files, and I want to be able to set up a playlist, enabling any computer on the network to listen to the stream. Sure, I did it with icecast and liveice when I was using mp3's but now icecast doesn't come with liveice, (I found the source, though), and I can't get it to handle .oggs (especially ogg123 for playing) to work(dumps core) Does anyone stream physical files, not audio input? Please reply to me off-list if you do! thanks! -------------------------------------------------------- Nigel Weeks Aims ICP 15 Wellington St. Launceston Tas 7250 Ph. 61 3 6334 6664 Fax. 61 3 6331 7032 Email. nigel@aims.com.au Web: www.e-easy.com.au (Divisional Website) -------------------------------------------------------- Press every key to continue... <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-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 Friday 30 August 2002 22:01, Nigel Weeks wrote:> I have thousands of ogg files, and I want to be able to set up a playlist, > enabling any computer on the network to listen to the stream.Well do exactly that, set up a playlist. Presuming the MIME type for ogg/vorbis is application/ogg then simply create a plain text file with a list of absolute URLs pointing to the actual ogg files, call it something.m3u and place it on your webserver where everyone can get to it and tell your browser to respect that mime.type, and to play it back with xmms or whatever app respects .m3u streams. A real example: # cat testvorbis/41_30sec-0.ogg.m3u http://projects.audio.opensrc.org/markc/testvorbis/41_30sec-0.ogg # curl -I http://audio.opensrc.org/home/markc/testvorbis/41_30sec-0.ogg.m3u [...] Content-Type: audio/x-mpegurl # curl -I http://audio.opensrc.org/home/markc/testvorbis/41_30sec-0.ogg [...] Content-Type: application/ogg --markc --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-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.
Hi: icecast2 with ices2 should do what you want. Note that these are still in a pre-release state and documentation is somewhat lacking. First read http://www.ziph.org/cvs.html for details on accessing the xiph cvs repository. You'll want icecast, libshout and ices. These also used to use varying combinations of the source sub modules avl, httpp, log, net, thread and timing, but I suspect that you won't need to worry about this anymore and it's no longer mentioned in the Hacking file of either icecast or ices. There are also other dependencies, like libxml2 and icecast also needs libxslt, neither of which seem to be documented anywhere. and of course, they all depend on libogg and libvorbis. the icecast@xiph.org list is probably the place to discuss this firther. Geoff. <p> -- Geoff Shang <gshang@uq.net.au> ICQ number 43634701 Make sure your E-mail can be read by everyone! http://www.betips.net/etc/evilmail.html Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-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 Fri, Aug 30, 2002 at 10:01:31PM +1000, Nigel Weeks wrote:> I'm terribly sorry if this is off-topic, but I've scoured the web for hours > looking for a working .ogg file streamer.[snip] Last week I encountered the same problem, I couldn't even find the sources for icecast2, ices2 and the like. Then I freshmeated and found JRoar. It is an ogg-streamer written in java. It worked almost instantly, even that it still is version 0.0.7. Ok, I had to download j2se from the java-website, but that was something I wanted to have anyhow. -- Merijn --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-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.