[Vorbis-dev] multicast vorbis stream

Segher Boessenkool segher at kernel.crashing.org
Mon Dec 6 18:15:27 PST 2004


> How do I make sure, the stream is not put out faster than the clients 
> can
> process the data?

Just push the stream out at its "natural" rate, with some slack
for buffering of course (you can't output it at a continuous rate
anyway).

> Synchronization is not an option, since multicast has many
> recipients.

You still need to synchronise, but it's the recipients' job,
not the server's.

> Timing seems to be difficult due to the vbr of the vorbis stream.

Even with CBR, your clients' audio clock will likely drift from
the server's idea of time...


Segher



More information about the Vorbis-dev mailing list