Hello, everyone.
I met some problems when I use C# in Visual Studio. I add the VLC-activeX(AXVLC.DLL) control to C# problem to use VLC play video.
Firstly, I made a C/S struture. At client , I send command made sever play video.
I use the function addtarget(string,option,...) to add file path , and then play(), It can play, but it always remember the contest last time I sent and then play this time which I sent the command. I have use playclearlist() to remove list, but it still remember the video last time before. I really don not know why.
Secondly, I add VLC screen into C# windows application form, it can play at a form which I create. But it played a few seconds and then show the blue screen, my computer completely died....
I am really appreciated someone can help me.