YouTube viewers will soon have to sit through even longer ads, with Google rolling out new 30-second unskippable spots on a popular app.

you are viewing a single comment's thread
view the rest of the comments
[–] 56 points 6 months ago* (2 children)

Those will not block YT ads.

They'll block ads at a DNS level, but YouTube ads are delivered directly into the video stream.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 31 points 6 months ago (2 children)

    Those will not block YT ads.

    This is correct

    but YouTube ads are delivered directly into the video stream.

    This is false

  • source
  • parent
  • hideshow 4 child comments
  • [–] 3 points 5 months ago (1 child)
  • [–] 2 points 5 months ago

    Sure, but that can be said about almost anything.

    Still, I'd be surprised if they went the route of embedding ads into the stream, in part because of measurability/skipability/etc. It's definitely not out of the question, but I think we're still ways to go before we get there.

    And even then, tools like yt-dlp would probably be able to apply some heuristics to figure out which segments are foreign to the stream and slice them out that way. Blocking yt-dlp would require DRM, which in turn requires changing the transcoding pipeline in a pretty non-trivial way. I also doubt they would willingly go this route.

  • source
  • parent
  • [–] 11 points 6 months ago (2 children)

    Youtubes ads are not delivered into the videostream. That would mean reencodingevery video for every user and would need an insane amount of computing power.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 4 points 6 months ago (1 child)

    Why would you need to re encode when you can literally pause one stream swap in the ad and then swap back in the paused one in the same response

  • source
  • parent
  • hideshow 2 child comments
  • [–] 12 points 6 months ago

    Exactly. Instead of editing within the video stream you just switch to a second stream.

    However from youtubes perspective that has the downside that the switching logic is where adblockers can hook in to block the ads.

  • source
  • parent
  • [–] 3 points 6 months ago*

    That would mean reencodingevery video for every user and would need an insane amount of computing power.

    You actually don't have to, on account of how adaptive video streaming works. It's fully possible to serve a few segments of ad content mid-stream.

  • source
  • parent