I post this message because I have problems to play vidéo with vlc in visual studio 2018. I'm a biginner in coding, so I need help.
I created a windows form with a vlc and 4 butons to play, stop, pause and add a file to the play list. But unfortunatly after add the file by the command :
Code: Select all
OpenFileDialog1.ShowDialog()
AxVLCPlugin21.playlist.add(OpenFileDialog1.FileName)
Code: Select all
AxVLCPlugin21.playlist.play()
I noticed that in the debugger output of visual studio this :
What must I do to play the vidéo ?main stream debug: no access modules matched
[05ffe530] main input error: Your input media can't be opened
[05ffe530] main input error: VLC can't open « C:\Users\hp-bureau\Videos\Wildlife.mp4 ». Chek messages for more details.
Thanks.