We're using an older version of the VLC player and we're interfacing with it through NativeLibVlc. Here's how I reproduce the problem I'm trying to fix. I've got a single Axis camera to work with and I can access the video with no problems via this URL: rtsp://10.1.6.3/axis-media/media.amp Then I un...
I'm using the code found under the .NET Interface to VLC as a starting point. When I place the control in either the main form of the application or in a form that's shown via ShowDialog, all's well. But when I show that form via Show - nothing. I've created another test app and in this one the form...
Thanks much for the detailed reply. I got diverted from this to work on something else but I'm back on it now. If I have anything to add I'll post it here.
I'm using the VLC ActiveX control in a C# form. I need to be able to capture the mouse while video is streaming - in particular, to drag a marquee over the area a user is interested in. This is proving to be extremely difficult so I'm wondering if I'm just missing something or if it's mission imposs...