How to stream video to screen and memory
Posted: 03 May 2015 01:02
Hi All
I am using set libvlc_video_set_callbacks to send video stream to memory but after calling this function VLC player seems to stop rendering the screen. Is it possible to stream video both to the screen and memory?
I figured that display callback can do some processing but how to use the default player rendering so I can see what is captured?
Any other method will be also good.
Thanks.
I am using set libvlc_video_set_callbacks to send video stream to memory but after calling this function VLC player seems to stop rendering the screen. Is it possible to stream video both to the screen and memory?
I figured that display callback can do some processing but how to use the default player rendering so I can see what is captured?
Any other method will be also good.
Thanks.