Page 1 of 1

Setting rate for RTSP stream

Posted: 30 Jul 2009 16:06
by kryptonite
In my libvlc based player, I playback a file from the server by providing the RTSP url
I tried implementing forward & rewind actions using libvlc_media_player_set_rate()
On checking with libvlc_media_player_get_rate(), I see the correct value, however, I don't see the forward/rewind effect on the video output.

Is rate change supported for RTSP streams or do I have to do something extra?

Thanks!

Re: Setting rate for RTSP stream

Posted: 30 Jul 2009 19:32
by RĂ©mi Denis-Courmont
VLC should support custom rates for RTSP as of version 1.0.0. But it depends on the server too...

Re: Setting rate for RTSP stream

Posted: 31 Jul 2009 10:34
by kryptonite
Okay.
Thanks for the reply.