I need to be able to display/draw on a transparent panel that is positioned over the VideoView. Everything works fine until I start streaming, then I can no longer draw anything on the panel.
Does anyone know how to get the panel to the foreground(or canvas to the background) to display? It seems that once vlc starts, it assumes the top most position and can't be moved back. I understand if this has nothing to do with libvlc and is a Forms thing. Jut hoping someone else has needed to place text over the view.
If this is the wrong place for this type of question, I apologize.