Andrews54757 / FastStream

Stream videos without buffering in the browser. An extension that gives you a better, accessible video player designed for your needs.
https://faststream.online/
Other
443 stars 30 forks source link

[BUG] YouTube videos will not buffer above ~25% #233

Closed dakotawhitevalley closed 2 months ago

dakotawhitevalley commented 2 months ago

Describe the bug When opening any YouTube video, regardless of the connections being set to 1 or all the way up to 6, the video will stop buffering. Opening the devtools network activity log shows that only the first handful of requests are answered, then the rest will all return a 403. image Scrolling down further through the log shows all requests then continue to 403 unless I disable the extension, which then allows normal playback. image While writing this issue, I opened another handful of videos and it wouldn't even buffer to 25%, usually stopped around 10-20% depending on length of video. image

Version v1.3.25

Platform image uBlock Origin is installed as well, but I have tested this issue while turning it off/on, as well as disabling the built in Brave Shields as well. There is no difference regardless of extensions being turned off/on.

Steps to Reproduce

  1. Open YouTube
  2. Click on the FastStream icon to turn it on
  3. Click on literally any video on YouTube
  4. Video opens, buffers for a few seconds, stalls and will no longer load
Andrews54757 commented 2 months ago

This means youtube is doing some blocking shenanigans again. Try downloading the video with yt-dlp, and see if that works.