Reuben D. Budiardja
2004-Aug-06 14:23 UTC
[icecast] Re-encoding vorbis/ogg format on the fly
Hi, Just one quick question. Can ices re-encode vorbis/ogg format on the fly? I know it can do that with mp3 format, but what about vorbis/ogg format? Thanks. Reuben D. Budiardja --- >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 Fri, 4 Oct 2002, Reuben D. Budiardja wrote:> Just one quick question. Can ices re-encode vorbis/ogg format on the fly? I > know it can do that with mp3 format, but what about vorbis/ogg format?I'm assuming you're asking about re-encoding ogg vorbis to lower bitrate ogg vorbis with ices 2.0. Let me know if you're not. Yes, it can. You have to examine both example XML files to get a proper sense of how to do this, and a few of the comments are now out of date. But here's a working example: <instance> <hostname>bumpy.braille.uwo.ca</hostname> <port>9000</port> <password>NotTelling</password> <mount>/egoplay24.ogg</mount> <encode> <quality>-1</quality> <samplerate>22050</samplerate> <channels>1</channels> </encode> <downmix>1</downmix> <resample> <in-rate>44100</in-rate> <out-rate>22050</out-rate> </resample> </instance> Hope that helps. Geoff. <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.