YouTube: Google has found a way to break Invidious
51–60 of 68 posts
Re: YouTube: Google has found a way to break Invidious
#52Re: YouTube: Google has found a way to break Invidious
#53Re: YouTube: Google has found a way to break Invidious
#54Re: YouTube: Google has found a way to break Invidious
#55Re: YouTube: Google has found a way to break Invidious
#56Earlier quoted context omitted.
I often use mpv with a yt-dlp hook, which means I can basically just do ``mpv youtube.com/watch/whatever``, and stream the video in mpv.
I love that, but lately it seems to freeze a few seconds into the video.
Re: YouTube: Google has found a way to break Invidious
#57Earlier quoted context omitted.
I love that, but lately it seems to freeze a few seconds into the video.
Setting a lower resolution format via "ytdl-format=..." in the mpv.conf file may resolve that. Personally I also use "pause=yes" and find that the few extra seconds it has to cache also helps.
Re: YouTube: Google has found a way to break Invidious
#58Earlier quoted context omitted.
How are you using it? If you come across a youtube link, do you run yt-dlp on the command line and then watch the downloaded file in a media player? Asking because I'm too lazy for that, and interested to know if there is some fancier way.
I often use mpv with a yt-dlp hook, which means I can basically just do ``mpv youtube.com/watch/whatever``, and stream the video in mpv.
> mpv with a yt-dlp hook
What does hook mean in this context? Is it some kind of plugin or addon to MPV or can MPV do that out-of-the-box?
Re: YouTube: Google has found a way to break Invidious
#59Earlier quoted context omitted.
I often use mpv with a yt-dlp hook, which means I can basically just do ``mpv youtube.com/watch/whatever``, and stream the video in mpv.
Cool! > mpv with a yt-dlp hook What does hook mean in this context? Is it some kind of plugin or addon to MPV or can MPV do that out-of-the-box?
Re: YouTube: Google has found a way to break Invidious
#60Earlier quoted context omitted.
How are you using it? If you come across a youtube link, do you run yt-dlp on the command line and then watch the downloaded file in a media player? Asking because I'm too lazy for that, and interested to know if there is some fancier way.
Yes, I prefer to download them and watch them using vlc, it's a much better experience than using the website.