I amm building a C# application that plays video files using VLC player.
I have built the VLanControl.dll and have registered the ActiveX controls.
No I drop the VLCUserControl on the form and then use the AddAndPlay method to add the file to be played. I have tried with .WNV file and .MOV file, but nothing works. I don't see anything i my VLCUserControl on the form.
I didn't had VLC Player installed initially, but then I installed VLC Player 0.8.6c, to confirm whether the video files I am trying to play in C# app, play successfully or not. And they did run successfully.
Please someone let me know, what am I doing wrong? Do I have to copy the libvlc.dll and the plugins folder in the application\bin\debug folder, for it to work. I did try that and that didn't help eitther.
It is urgent. So I would appreciate if anyone can help me out here.
TIA