Hi: Is this an Ogg or MP3 stream? If MP3, do the same streams have the same format? Geoff. -- Geoff Shang <geoff@hitsandpieces.net> Phone: +61-418-96-5590 MSN: geoff@acbradio.org 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
re: fallbacks & moving listeners, i've also seen/heard problems w/ mplayer and other free mp3 players.. i haven't yet done exhaustive testing to figure out which variables cause problems on which clients.. --mark On 07 Nov 2004, at 10:07, Geoff Shang wrote:> Hi: > > Is this an Ogg or MP3 stream? If MP3, do the same streams have the > same format? > > Geoff. > > > -- > Geoff Shang <geoff@hitsandpieces.net> > Phone: +61-418-96-5590 > MSN: geoff@acbradio.org > > 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 > _______________________________________________ > Icecast mailing list > Icecast@xiph.org > http://lists.xiph.org/mailman/listinfo/icecast
Hello all, I skimmed the last year's worth of messages and all the docs and could find no reference to this. I'm hoping someone here can assist. I am a host for an Internet radio station,and we gave about 20 DJs. Each host determines their own playlist and uses a variety of tools to broadcast to the Icecast server (e.g. SAM2, SimpleCast, etc.). Since we do not have a set playlist for the entire stream, I am trying to find a way for IceCast to write a log of all the songs streamed through it, ideally by recording the information in the ID3 fields. Any suggestions? ----- DAVID VESEL -- synthetic music for humans http://www.purplenote.com/davidv davidvesel@gmail.com ----- David L. Vessell, St. Louis, MO -----
On Wednesday 10 November 2004 08:44, mark burdett wrote:> re: fallbacks & moving listeners, i've also seen/heard problems w/ > mplayer and other free mp3 players.. i haven't yet done exhaustive > testing to figure out which variables cause problems on which clients.. >At the very least, I wouldn't use fallbacks to move clients between streams that differ in sample rate or channel count - few, if any, mp3 decoders will work correctly in that case. Changing bitrate alone _should_ work ok - from the decoder/player point of view, it looks mostly like VBR audio. Icecast could do a little better and only move clients at frame boundaries, but the mp3 sync patterns are good enough that clients should recover pretty quickly despite that being missing. Mike