Page 1 of 1
libvlc_media_player_pause pausing temporarily
Posted: 19 Nov 2015 04:45
by yoloswagmaster360
Hi, I'm using this function libvlc_media_player_pause and it will pause for a short while then the video will resume after about 2-3 seconds. Running the function again will give me the same results. I'm using the VLC source 2.2.1. Any ideas what could be causing this or if I need to add more code to keep it paused.
Re: libvlc_media_player_pause pausing temporarily
Posted: 19 Nov 2015 09:11
by RĂ©mi Denis-Courmont
Buffering or scheduling problem likely.
Re: libvlc_media_player_pause pausing temporarily
Posted: 19 Nov 2015 20:55
by yoloswagmaster360
Thank you for your answer. I have another question, I use video and audio pre- and post-render callbacks, do you mean that while pausing these callbacks should be disabled as well?