A
Aditya (DotNet)
Guest
At very first i tried to add a file to AxVLCPlugin21 like:
AxVLCPlugin21 .playlist.Add("D:\Example.mp4");
It Didn't worked.
I found that we have to use it like:
AxVLCPlugin21 .playlist.Add("file:///D:\Example.mp4");
It worked fine with local file. I tried lots of ways to play "Youtube" video but failed. Is there any way to play "Youtube" video with AxVLCPlugin21 or anything i can replace "file:///" with and play "Youtube" video?
Continue reading...
AxVLCPlugin21 .playlist.Add("D:\Example.mp4");
It Didn't worked.
I found that we have to use it like:
AxVLCPlugin21 .playlist.Add("file:///D:\Example.mp4");
It worked fine with local file. I tried lots of ways to play "Youtube" video but failed. Is there any way to play "Youtube" video with AxVLCPlugin21 or anything i can replace "file:///" with and play "Youtube" video?
Continue reading...