Page 1 of 1

How to stream video to screen and memory

Posted: 03 May 2015 01:02
by vlc_inquisitor
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.

Re: How to stream video to screen and memory

Posted: 03 May 2015 12:50
by Jean-Baptiste Kempf
So far, no. This replaces the video output. You could use smem, but it's a whole other story...

Or use the scene filter and work on the snapshots.