Hi all, I've just set up a test icecast2 server (download and compiled from cvs about an hour ago) - very simple setup, all it does is use ices to stream in an .ogg file that I converted from an mp3, using mpg123 & oggenc. (I've used the sample conf files with the directory stuff removed. I've also tried it with and without the re-encoding lines from the ices-playlist.xml file). Now, this works beautifully if I play the stream with ogg123, but if I try to play it using xmms, it just buffers the stream over and over again (ie, it says Pre-Buffering 8KB... 16KB ... 24KB ... 32KB, shows the title quickly and then does that again and again...). If I try and play it with Freeamp, it says "Buffering up ... 20% ... 50% ... 100%" and then "Skipped corrupted file", and stops. No sound from either of the two programs. Now, the funny bit is that both XMMS and Freeamp work perfectly with the Ogg streams that the BBC have put up. Any ideas? I'm running it all on Debian Linux (latest sid stuff). Cheers, Paul. -- Paul Dwerryhouse "Why not just have the arresting officer execute you on the spot? If you turn out to be innocent, they can cancel the invoice for the bullet." -- sharkey --- >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.
At 11:59 PM 2/3/02 +1100, you wrote:> >Hi all, > >I've just set up a test icecast2 server (download and compiled from cvs >about an hour ago) - very simple setup, all it does is use ices to stream >in an .ogg file that I converted from an mp3, using mpg123 & oggenc. >(I've used the sample conf files with the directory stuff removed. I've >also tried it with and without the re-encoding lines from the >ices-playlist.xml file). > >Now, this works beautifully if I play the stream with ogg123, but if I >try to play it using xmms, it just buffers the stream over and over >again (ie, it says Pre-Buffering 8KB... 16KB ... 24KB ... 32KB, shows >the title quickly and then does that again and again...). > >If I try and play it with Freeamp, it says "Buffering up ... 20% ... 50% >... 100%" and then "Skipped corrupted file", and stops. No sound from >either of the two programs. > >Now, the funny bit is that both XMMS and Freeamp work perfectly with the >Ogg streams that the BBC have put up. > >Any ideas? I'm running it all on Debian Linux (latest sid stuff). >I just finished helping out another user with a similar problem - you've probably hit the same difficulty. Many of the really common media players (xmms, winamp, and presumably freeamp) have... design problems, that mean they don't actually know what to decode a stream with. So they try to decode using the mp3 code, generally. In most of these cases, this is overridden for vorbis streams only if the stream url ends with .ogg (because there's no better way to do it that will work without major restructuring of the players - this SHOULD be detected based on content-type, but isn't). So, if you change your mountpoint to end with .ogg, the players generally work much better. This is why the bbc streams, for example, have urls like http://ogg.bbc.co.uk:8001/radio1_high.ogg - to 'trick' broken players into decoding it correctly. I'll add a sentence or two explaining this to the ices README file sometime soon. Michael (wondering where he recognises the name Paul Dwerryhouse from...) <p>--- >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.
Ethan Butterfield
2004-Aug-06 14:22 UTC
[icecast] QuickTime Streaming Server 4 streams MP3s
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Somewhat OT, but it looks like a new player has entered the streaming MP3 server arena. http://www.apple.com/quicktime/products/qtss/ QTSS v4 was announced at the QuickTime Live conference today. Amongst its other features, it can now stream MP3s to any Internet-capable MP3 listener program. Source is available at http://www.publicsource.apple.com/projects/streaming/ , which rocks. Gonna D/L it now and give it a run. Not gonna dump icecast/ices, considering the huge amount of time I've invested in converting my library over to Ogg Vorbis (VORBICIZE!!!) format. :) - -- "I'm alive, and filled with goo! VISION GOO!" - Zim, "Invader Zim" -----BEGIN PGP SIGNATURE----- Comment: For info see http://www.gnupg.org iD8DBQE8abLcAmwSMwnpLHgRAgtWAJ9KFZ0QnrwPg0DxVU5unMTAK21TcQCcDsRj 8biRt4TJuqPk+ATw5G+hBuE=0JTx -----END PGP SIGNATURE----- --- >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.