• @[email protected]
    link
    fedilink
    77 hours ago

    I am not for ads but what is so difficult about adding them to the video stream. This should make adblockers useless since they can’t differentiate between the video and the ad. I could just imagine it would be difficult to track the view time of the user and this could make the view useless since they can’t prove it to the ad customer. I have no in depth knowledge about hls but as I know it’s an index file with urls to small fragments of the streamed file. The index file could be regenerated with inserted ad parts and randomized times to make blocking specific video segments useless.

    • @[email protected]
      link
      fedilink
      104 hours ago

      You would also have to make skipping to any point in the video impossible then as folks could just jump ahead until they are past the embedded ad.

      • @sibannac
        link
        English
        242 minutes ago

        I was having some problems with playback on youtube with “buffering”, random skips, the video reloading, etc. It turns out that those pauses and skips were for ads that uBlock stopped. Channels with more ad placements(new videos from large channels, large companies) would stop more often. Looking at the logs for Ublock showed me that yt does track how much of the video you have watched regardless of where you started. Say I load a video and skip to the middle. It will do a callout for time watched.

        I am not sure if I’m right but anyone else could correct or expand on this as I am no expert in how youtube does anything these days.

      • @[email protected]
        link
        fedilink
        34 hours ago

        Out of order requesting of segments could be detected as well as faster requests. This would at least lead to a waiting time for the length of the ad.

      • @[email protected]
        link
        fedilink
        24 hours ago

        What if all ads are 30seconds long, would it be impossible to lock skipping anywhere for the first 30seconds of every video?

    • @[email protected]
      link
      fedilink
      76 hours ago

      I worked at a video ad server that offered a stream stitched solution going back to 2013. It comes down to development work/cost that the companies need to take on. Ultimately they would benefit from the cost required, but they wanted to be cheap and do a client side solution instead.

      • @[email protected]
        link
        fedilink
        46 hours ago

        Ah yes that makes a lot of sense. Googles war on adblockers seems really expensive but we don’t know the numbers maybe it’s still cheaper.

        • @[email protected]
          link
          fedilink
          3
          edit-2
          5 hours ago

          The HLS integration we offered definitely had a premium attached to it as well as an additional cost to the CDN that required the integration to live on. So it’s not cheap.

          It is weird that Google, with it’s infinite pockets, hasn’t pushed a stream stitched solution all these years until recently.

          • @GamingChairModel
            link
            25 hours ago

            YouTube serves probably dozens of formats/bitrates, and has spent years tweaking how it ingests, transcodes, and serves videos. Adding in-stream ads might have been a bigger engineering task in that environment. Depending on the percentage of users/viewers avoiding ads, it might not have been worth the return.

            • @[email protected]
              link
              fedilink
              1
              edit-2
              4 hours ago

              As I know they transcode every uploaded video to their preferred format. They could use the same infrastructure for the ads. But maybe it’s really too expensive.

    • @Furbag
      link
      76 hours ago

      Twitch already does this for their livestreams and has been doing it for years. I’m just surprised that YouTube has taken this long to get around to injecting advertisements into the video stream. Although I think if YouTube decided to try ad injection the adblocking community would fire back with something novel to thwart their efforts and the eternal arms race would continue.

      • @Buddahriffic
        link
        13 hours ago

        If there’s timed annotations (like say for closed captions or chapters/sections), then there will be some sort of mechanism to line them up with the modified stream. Then compare that with a stream without ads (which might require manually removing all ads or using a premium account where ads aren’t inserted) and you’ll be able to estimate regions of the stream where ads have been inserted. If the timed annotations are dense, you could see where the ad begins and ends just from that.

        Also if the ads themselves include timed annotations, there would be a difference in that meta data that would give it away immediately.

        Or if ads are supposed to be unskippable, the metadata will need to let the client know about that. Though they could also do that on the server side and just refuse to stream anything else while it’s serving an ad.

        Given that, the solution might be to have a seperate program grab the steam and remove the ads for later playback. Or crowdsource that and set up torrents, though that would be exposing it to copyright implications.

      • @[email protected]
        link
        fedilink
        16 hours ago

        I’ve read in that thread that there are already ad blockers for twitch too but I haven’t looked up how they work or how twitch inserts the ads.

        • Sabata
          link
          fedilink
          15 hours ago

          They work, most of the time. Just a bit clunky.

      • GHiLA
        link
        fedilink
        16 hours ago

        The most likely situation is just having apps that watch the content, trim the ads off, then drop it off into a folder.

        You get home, watch your downloads, put it up for the night.

    • @[email protected]
      link
      fedilink
      English
      46 hours ago

      It already happens, videos contain sponsored segments added by the creator.

      But even those have a solution in the form of Sponsorblock, which crowdfunds the location in the video containing sponsored segments in order to skip them.

      Google should face the fact that they won’t ever be able to win.

      • @[email protected]
        link
        fedilink
        6
        edit-2
        6 hours ago

        Sponsorblock works with static timestamps provided by users. This would not work if the ads are inserted at randomized times.

        • @Lennny
          link
          02 hours ago

          For even trying to come up with ideas of how Google can fuck us even harder, some of these posters need a necktie from Colombia.

        • @[email protected]
          link
          fedilink
          English
          24 hours ago

          Even at randomized times, we could create an algorithm to detect them.

          Especially since they are obliged by the EU to clearly label ads. So just look for the label.

          • @[email protected]
            link
            fedilink
            14 hours ago

            Ah ok I didn’t know the EU thing. For the algorithm it’s a cat and mouse game. You could try to detect it by hash signatures of the segments or some kind of image detection but they could in turn add bytes to change the signature or other attributes. Could require a lot of effort on the blocking site to have the indicators up to date.

    • @[email protected]
      link
      fedilink
      07 hours ago

      Cause you need to insert it every time for every viewer. People get different ads and those ads obviously change over time. So embedding one ad into the video permanently makes no sense. I’m pretty sure YouTube does it the way they do cause the alternative is not feasible.

      • @[email protected]
        link
        fedilink
        3
        edit-2
        6 hours ago

        You can still do dynamic ad serving in a stream stitched integration. It’s just that the content and the ads are being served by the same CDN, hence why you can’t block the ads without also blocking the content. In the manifest file there are m3u8 chucks, the file is essentially broken up into 5/10 second chunks, and when the video segment chunk is coming to an ad break, it stitches in dynamically an ad m3u8 chunk that the ad server dynamically selects based on the ads they currently have trafficked in their system.

      • @[email protected]
        link
        fedilink
        16 hours ago

        That wouldn’t make sense in the case of hls since the stream consists of multiple fragments of a video and you would just insert the ad fragments. This would only require changing the index file which could be done again and again with no effort and needs no reencoding of the video file.