• @[email protected]
    link
    fedilink
    English
    1
    edit-2
    1 year ago

    You could have an app running in the background that detects ads based on the audio (like Shazam for music) and skips it for you. You could probably analyse all the video slices YT sends you and detect ads that way. I think as long as we are still in control of the playback devices we can find ways to make them skip ads.

    • @[email protected]
      link
      fedilink
      English
      51 year ago

      Sure, you could do that.

      You could also download the stream multiple times under different profiles, compare them and then strip away differences.

      But we’re quickly exiting “one guy with a bit of Javascript” territory.

      • @[email protected]
        link
        fedilink
        English
        5
        edit-2
        1 year ago

        We left that territory years ago. There are big community projects and entire companies built on providing adblocking features. People will build it if the need and potential audience is great enough.

      • Dave.
        link
        fedilink
        English
        311 months ago

        MythTV has a broadcast television ad detection module and it works pretty damn well.

        This goes into a bit of detail on it’s methods:

        https://www.mythtv.org/wiki/Commercial_detection

        A lot of what it does could be applied to a video stream, although adapting it to useful real-time could be tricky.