libvlc_media_player_pause() works as a timeshift
Posted: 17 Aug 2009 16:25
Hi! I need to have a "pause" functionality in my application -- simply freeze frame and stop playing, and after un-pausing stream should continue from the current time point. But VLC seems to make time-shifting instead, which is pretty cool, but not the kind of behaviour I want. I can just use libvlc_media_player_stop, but then, "regular" movies are played from the beginning if I use libvlc_media_player_stop. Is there the way to disable this (unwanted) time-shift "feature"?