Postby TexG » 19 Jun 2017 23:23
I to am having a similar issue. Im working in C# I have a MDI Child. For what ever reason when i add the AxVLCPlugin2 activex control on this form my program crashes. So what I did was add it in to code as a reference AxVLCPlugin2 tempVLC = new AxVLCPlugin2();. I set all my options for the VLC media Player in a function called SetVLCSettings. the only two setting I'm having problems with is the tempVLC.audio.track = anything 0,1,2,3....ect. The other issue setting is the tempVLC.Subtitle.track = anything 0,1,2,3....ect. Can anyone help out.
Thanks