Hi there,
I have a small WPF app that uses LibVlcSharp.WPF and it's VideoView to show media on a second screen.
I now want a "preview" window on my main screen. Currently I do this with a second VideoView, but this doesn't work well on all cases (details on request if needed).
Is there a simple way to "clone" the output of the main VideoView and show it in a second control? Even with a lower framerate would be sufficient.
Thanks for you input!
bitbat