Hello,
I have been mucking around with LibVLCSharp.WPF and it works fine, i can load videos etc etc no problem.
I have created a user control with the videoview element.
I instantiate the user control in code behind and add it as a child to a a grid control.
This displays and works fine.
But i cant overlay anything over it.
any control i try or bitmap or png i try to have over the video image does not show because the video player is always in front.
the main window edges clip the video if i shrink it small enough.
It does not seem to work with a z-index adjustment.
Is this the same issue as the air gap issue with winforms controls hosted in wpf.
Or am i missing something.
I just want to overlay a png with transparency on top of the video but the video is always in front.
Can anyone please help.