M BUZZ CRAZE NEWS
// news

How to watch live youtube stream using vlc?

By Daniel Rodriguez

Is it possible for now to watch live youtube video streams using vlc? I just don't want to use flash player. I know that vlc can play youtube videos using link for the page where that video is located, but how about live youtube videos?

1

3 Answers

Yes, it works the exact same way as non-live streams. Just Ctrl+N (or Media > Open Network Stream) and enter the youtube URL through the first parameter.

An example of the first thing I saw on youtube live (pretty darn terribad):

enter image description here

Alternative

If you are just looking to avoid using flashplayer, you could opt into YouTube's HTML5 Player.

9

There is one more solution and that is to use streamlink together with VLC:

This also allows you to select the streaming quality, which is not possible if you paste the link directly into VLC.

Example command for 720p quality:

streamlink 720p

I would like to add to the answer already given by nerdwaller.

VLC requires a CA-Certificate file to be able to validate an *http***s** connection.

I was signed into youtoube, copied the address and tried

Media --> open Network Stream --> Play

main error: TLS client plugin not available
main error: open of ` failed

Once signed in, you are surfing using the HTTPS protocol. (So copy-paste will get ya)

Take away the s and open through a not encrypted connection and it worked fine.

5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy