[icecast] Re-encoding vorbis/ogg format on the fly

Geoff Shang gshang at uq.net.au
Fri Oct 4 23:19:51 UTC 2002



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 at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Icecast mailing list