Live data from Hacker News

Firefox and uBlock origin results in infinite YouTube ads

news.ycombinator.com

1–10 of 14 posts

Re: Firefox and uBlock origin results in infinite YouTube ads

#2
I want to take this opportunity to pitch FreeTube, a open source youtube player that features:

  - Ad blocking
  - SponsorBlock
  - Subscriptions without account
  - Latest videos from your subscriptions
  - Use YouTube without Google tracking you using cookies and JavaScript
  - and more
making youtube a usable thing again

https://github.com/FreeTubeApp/FreeTube

Re: Firefox and uBlock origin results in infinite YouTube ads

#3

I want to take this opportunity to pitch FreeTube, a open source youtube player that features: - Ad blocking - SponsorBlock - Subscriptions without account - Latest videos from your subscriptions - Use YouTube without Google tracking you using cookies and JavaScript - and more making youtube a usable thing again https://github.com/FreeTubeApp/FreeTube

I’d also would like to add that in my case FreeTube has lower resource impact than YouTube in a browser. When I was watching YouTube videos in a browser, my CPU fan was running constantly which is not the case with FreeTube: the fan never starts when I use the app.

Re: Firefox and uBlock origin results in infinite YouTube ads

#5
post #3

I want to take this opportunity to pitch FreeTube, a open source youtube player that features: - Ad blocking - SponsorBlock - Subscriptions without account - Latest videos from your subscriptions - Use YouTube without Google tracking you using cookies and JavaScript - and more making youtube a usable thing again https://github.com/FreeTubeApp/FreeTube

I’d also would like to add that in my case FreeTube has lower resource impact than YouTube in a browser. When I was watching YouTube videos in a browser, my CPU fan was running constantly which is not the case with FreeTube: the fan never starts when I use the app.

Probably your browser isn't using the gpu correctly (example if it was an ubuntu snap)

Re: Firefox and uBlock origin results in infinite YouTube ads

#6
Video transcoding at scale seems such a "solved problem" nowadays, I'm surprised YouTube hasn't moved to baking ads into the main video stream directly when they're served to non-Premium users - they control the player so could still let people skip them after certain time periods, etc. Maybe the revenue lost to extra compute needed doesn't balance out yet.

Re: Firefox and uBlock origin results in infinite YouTube ads

#9

Video transcoding at scale seems such a "solved problem" nowadays, I'm surprised YouTube hasn't moved to baking ads into the main video stream directly when they're served to non-Premium users - they control the player so could still let people skip them after certain time periods, etc. Maybe the revenue lost to extra compute needed doesn't balance out yet.

Encoding is terribly computationally expensive. You wouldn't want to do it at scale for every viewer, the RoI would be poor.

What you can do, is splice in pre-encoded ads and that works okay if done correctly. It's also practically impossible to detect/block.

Re: Firefox and uBlock origin results in infinite YouTube ads

#10

I want to take this opportunity to pitch FreeTube, a open source youtube player that features: - Ad blocking - SponsorBlock - Subscriptions without account - Latest videos from your subscriptions - Use YouTube without Google tracking you using cookies and JavaScript - and more making youtube a usable thing again https://github.com/FreeTubeApp/FreeTube

Also:

https://github.com/ytdl-org/youtube-dl

Post reply on HN