Search found 2 matches

Go to advanced search

by sidithelion
12 Nov 2020 16:46
Forum: Development around libVLC
Topic: Playing youtube video
Replies: 3
Views: 547

Re: Playing youtube video

This is the code with similar methods : import vlc url = "https://www.youtube.com/watch?v=s5TIulzXoXo" instance = vlc.Instance("--verbose=2") media = instance.media_new(url) #these are the new lines, parsing and getting 1st subitem media.parse_with_options(0, 0) sub = media.subit...
by sidithelion
09 Nov 2020 18:27
Forum: Development around libVLC
Topic: Playing youtube video
Replies: 3
Views: 547

Playing youtube video

I'm programming a music player with python, tkinter and vlc. My idea is to streem a youtube video with it's URL, which I was doing with pafy. I have downloaded youtube-dcl, since the takedown of youtube-dl, but pafy doesn't work to get the best URL. So, I'm trying to do it directly with the vlc modu...

Go to advanced search