Hi,
I am creating a RSTP video player using C#, i am able to play the video and audio.
The issue i am having is that VLC is not installed in the usual Program Files folder, it is in C:\VLC.
I wonder how can i make axVLCPlugin21 detects the VLC in another directory?
I was using vlcControl and i managed to do so as following:
this.vlcControl1.VlcLibDirectory = new System.IO.DirectoryInfo(VLC_Directory);
But i do not know how to use axVLCPlugin2.
Any help is appreciated.
Thanks,