YouTube is running an experiment asking some users to disable their ad blockers or pay for a premium subscription, or they will not be allowed to watch videos.
PiHole, Adguard Home and the like can’t block ads on smart TVs? Or is it something like the TV refusing to start if it contacts the ad server and doesn’t get a response?
AFAIK due to how YouTube apps on Smart TVs work if you try blocking the ads it’ll stop loading the videos altogether.
Similarly how on phones people are using modified apps like Vanced instead of adblocking ad servers
PiHole blocks by preventing certain domains from loading (the ones you specify on your blocklist). It’s not examining any content. It simply sees a request for say examplespamdomain.com and blocks it when something on your network requests it. Youtube serves ads and videos from the same domain, so this approach doesn’t work.
PiHole, Adguard Home and the like can’t block ads on smart TVs? Or is it something like the TV refusing to start if it contacts the ad server and doesn’t get a response?
YouTube fixed that ages ago. Ads and videos are from the same endpoints now. So as far as pihole is concerned it’s all videos
They can block other ads, but they can’t block YouTube ads since YouTube ads come from the same domains as the videos.
AFAIK due to how YouTube apps on Smart TVs work if you try blocking the ads it’ll stop loading the videos altogether. Similarly how on phones people are using modified apps like Vanced instead of adblocking ad servers
PiHole blocks by preventing certain domains from loading (the ones you specify on your blocklist). It’s not examining any content. It simply sees a request for say examplespamdomain.com and blocks it when something on your network requests it. Youtube serves ads and videos from the same domain, so this approach doesn’t work.