Setting rate for RTSP stream
Posted: 30 Jul 2009 16:06
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!
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!