Page 1 of 1

axVLCPlugin C#

Posted: 10 Jan 2020 22:31
by esantil
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,

Re: axVLCPlugin C#

Posted: 13 Jan 2020 08:09
by mfkl
Hi,

the axvlc plugin is not maintained, you should not use it. Use https://code.videolan.org/videolan/LibVLCSharp if you use C#