Page 1 of 1

How To Add Subtitle To Video VLC Activex in VB.NET

Posted: 06 Dec 2018 17:59
by kaymakasm
Hello guys i have a problem on my project. I have a online video and one subtitle in my directory so i want to play video with subtitle on vlc activex tool. i tried this code but it doesnt work for me.

Code: Select all

AxVLCPlugin21.playlist.add("http://*****/video.mkv", "Title", ":sub-file=file:///C:\Users\Asım\\b****\1x1.srt") AxVLCPlugin21.playlist.play()
the video is playing but the subtitle is not showing. how can i fix it? (also i tried it : AxVLCPlugin21.video.subtitle = 1)

Re: How To Add Subtitle To Video VLC Activex in VB.NET

Posted: 07 Dec 2018 03:08
by mfkl
If you can avoid using AxVLCPlugin which is mostly unmaintained, I'd advise you do so.