• oursEnglish
    arrow-up
    14
    arrow-down
    1
    ·
    4 months ago
    link
    fedilink

    Re-encoding is one thing, but ads are more or less supposed to be dynamic based on user location and likely some other data to target them.

    Offloading that to the client made a lot of sense but now they have to do this server-side, they have very smart people working on making this as efficient as possible using tricks you’ve mentioned and more but it is still more effort than before. All for something that will likely be circumvented eventually.

    • 4amEnglish
      arrow-up
      8
      arrow-down
      0
      ·
      4 months ago
      link
      fedilink

      All of that targeting data lives on Google’s servers already. Your computer isn’t trying to figure out who you are and what you like each ad play, Google already knows who you are when your browser makes a request for a video. Everything you are talking about is already server-side.

      • oursEnglish
        arrow-up
        1
        arrow-down
        0
        ·
        4 months ago
        link
        fedilink

        The data is but the client gets the specific bits from a CDN. Now they need a server to stitch these server side and stream it to you.