Page 1 of 1

How Do I Change Playback rate on a stream

Posted: 01 Feb 2010 14:41
by rydaler
I would like to either speed up or slow down the play rate of a UDP stream. I can easily vary the rate at which the VLC recieves packets and I would like to adjust the actual player to vary display speeds. When I tried libvlc_media_player_set_rate it would set a value and then have no effect on the play speed.

Re: How Do I Change Playback rate on a stream

Posted: 01 Feb 2010 19:04
by Rémi Denis-Courmont
You'd need to change the rate at the sender. Obviously VLC plays the incoming UDP stream at the speed at which it comes.

Re: How Do I Change Playback rate on a stream

Posted: 02 Feb 2010 15:09
by rydaler
So then player play rate is determined by computing power? that seems strange...I could speed up a file played directly using VLC's control interface with no system lag. I would have suspected that there would be a similar command structure for streams. If there is I would love to know

Re: How Do I Change Playback rate on a stream

Posted: 02 Feb 2010 19:59
by Rémi Denis-Courmont
The sender sets the pace. At the receiver of the UDP stream, there is no choice but to play back at the same speed (just like with TV).