开发者

How to play youtube videos through vlc plugin?

I'm using vlc plugin into C# Windows form application. It works fine with all media type but it can't play youtube videos开发者_如何学编程 through the plugin also it can be played in the main player itself. I'm using the following code :

    axVLCPlugin2.playlist.add("http://www.youtube.com/watch?v=BxPtmLmqdXU");
    axVLCPlugin2.playlist.play();

How the could should be to be able to play youtube videos ?


You are specifying the URL of the youtube web page, not of the video itself. You need to get the URL of the video itself and specify that. There are many web pages that allow you to extract the URL of the video, given a youtube page URL, like:

Get link to actual video

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜