Postby bendanan » 04 Sep 2011 23:18
Thanks for your reply.
This time-shifting function can in fact be very useful in some use cases.
In my case I still want to be in sync with the live video.
I can of course use pause, then: stop / play to achieve this function, but I will take some time.
In your opinion, is it possible to write a *video filter* which can have a function to suspend the video output? In my application, I will call this function of this filter in response to a pause/play command.
Can we easily insert a video filter in the video chain of VLC from an application and get a *kind of* pointer to this filter from the chain?
Is it the right way to achieve this function?