How To Add Subtitle To Video VLC Activex in VB.NET
Posted: 06 Dec 2018 17:59
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.
the video is playing but the subtitle is not showing. how can i fix it? (also i tried it : AxVLCPlugin21.video.subtitle = 1)
Code: Select all
AxVLCPlugin21.playlist.add("http://*****/video.mkv", "Title", ":sub-file=file:///C:\Users\Asım\\b****\1x1.srt")
AxVLCPlugin21.playlist.play()