I’m getting tired of the extremely loud ads on that don’t seem to be subject to the old TV broadcasting laws that prevent them from being blasted 10db louder than the actual content. Wondering if there’s stuff out there that would let me take the hdmi stream from my Apple TV or other streaming source, and do ad detection like the olden days so that it could just mute or do volume leveling at least.

I suppose something very basic might just be an hdmi splitter to a rpi with hdmi that’ll detect ads via the black screens or “this ad will over over in 30s” overlays, then send a mute signal over CEC or something to a receiver or TV….but would be nice if it could modify the hdmi signal directly.

Thoughts on what to search for to do something like this?

  • refalo@programming.dev
    link
    fedilink
    arrow-up
    14
    ·
    2 months ago

    take the hdmi stream from my Apple TV

    I think there’s two big obstacles here: HDCP and processing power. Most legal devices you can buy will not support simply handing over HDCP-unecrypted raw frames for you to mess with as that defeats the whole point of HDCP.

    But even if you get past that, you’re going to need at least a very high speed FPGA or ASIC, optionally also connected to a reasonably high-end PC, in order to be able to modify the stream in real-time and send it back out… certainly no current rpi can do this in even 1080p in real-time, and many devices now are going to 4k and beyond.

    • umami_wasabi@lemmy.ml
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      2 months ago

      As OP said volume leveling is acceptable, something like this will do.

      Modifying HDMI video signal is simply impossible due to DMCA and bla bla bla. But not all hope is lost though. You can overlay opaque video on top of another encrypted stream via this little box. This is an old project per se and I have no idea if still available, but with some dirty work you might able to detect the increase of volume or match of an algo or something with a total black screen overlay on top.

      • refalo@programming.dev
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        2 months ago

        Yes those are FPGA/ASIC based solutions like I mentioned. That should work for 1080p at least, but getting to 4k is still prohibitively expensive.

        impossible

        My understanding is the DMCA explicitly allows reverse engineering of encryption for interoperability purposes… the only problem is that would have to specifically be tested in court to know if the government would agree in this instance, and nobody wants to try it.

        • umami_wasabi@lemmy.ml
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          2 months ago

          Overlay isn’t transcoding. All it need is a muxer like MKVToolNix. I doubt it need much processing power.

            • umami_wasabi@lemmy.ml
              link
              fedilink
              arrow-up
              1
              arrow-down
              1
              ·
              2 months ago

              It doesn’t and I didn’t ever mentioned HDMI in my reply. Just doubt if overlaying another encrypted stream with a muxer ever need that much processing power to the point of “prohibitively expensive”.

              • refalo@programming.dev
                link
                fedilink
                arrow-up
                1
                arrow-down
                1
                ·
                2 months ago

                Encrypted streams also don’t have anything to do with a muxer, I really don’t understand what you’re trying to say. Muxers are for handling file formats, which is not being discussed at all, this is about raw video frame processing in hardware.

                • umami_wasabi@lemmy.ml
                  link
                  fedilink
                  arrow-up
                  1
                  arrow-down
                  1
                  ·
                  edit-2
                  2 months ago

                  Well, I’m simply reciting what is described on the page based on my understanding. From the diagram, it does not do raw frame processing from the source (assuming HDMI w/ HDCP) as the stream remains encrypted. By the look of it, it is copy or passthrough to the muxer (as it labeled). With some magic, it muxes two encrypted streams into one and output to the video sink. How is that done I have no idea.

    • Decipher0771@lemmy.caOP
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      2 months ago

      Yeah I think hdcp and reprocessing would be most difficult. There are hdmi splitter devices like those used for coloured bias lighting that I think could be used….similarly I think the processing actually isn’t unsolvable, it’s not much different than object detection from a live camera stream. I agree re-encoding the stream would be too hardware intensive for anything “cheap” like a pi, hence the secondary device control alternative initially, but analyzing the stream should be possible.

    • ReversalHatchery@beehaw.org
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      2 months ago

      in order to be able to modify the stream in real-time and send it back out…

      It doesn’t need to modify. What it needs is detection, and then either blacking it out, or replacing with a simple progesssbar-like screen on a black background.

      • refalo@programming.dev
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        I consider “blacking it out” and “replacing” to be equivalent to “modify” in this case as you still need basically the same amount of processing power to do any of it.

  • s38b35M5@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    2 months ago

    Some AV Processors include a night mode or loudness processing that attempts to normalize the levels. In practice, the levels will lower some, but perhaps not enough to alleviate the problem.

    You could try reporting the provider, but it’s likely their legal team would argue the CALM act doesn’t apply to them. Come to think of it, the FCC may not have ever formalized the rules still…

    • Decipher0771@lemmy.caOP
      link
      fedilink
      arrow-up
      6
      ·
      2 months ago

      That’s the act I was thinking of. I’m almost certain web streamers will say it doesn’t apply to them……and it’s definitely one of those things you’d take for granted until you hit the “new” streaming medium and realize why it was necessary in the first place.

  • Cobrachicken@lemmy.world
    link
    fedilink
    arrow-up
    13
    arrow-down
    3
    ·
    2 months ago

    If this pisses you off so much that you think about processing the HDMI streams, why don’t you directly go to sail the high seas?

    • Decipher0771@lemmy.caOP
      link
      fedilink
      arrow-up
      6
      arrow-down
      11
      ·
      2 months ago

      Because I think this could be neat product……kinda like PiKVM, but maybe using ML to detect ads and make it a nice community tool to block in a device independent way. like hardware Adblock.

      • just_another_person@lemmy.world
        link
        fedilink
        arrow-up
        8
        arrow-down
        12
        ·
        edit-2
        2 months ago

        So you came here with zero technical expertise or knowledge about the situation, and asking for specific steps on how to do this in order to make a product? 😂🤣🤦 Hope there was some profit sharing involved somewhere.

        How would ML detect ads? Do you know the difference between ML and CV? You may want to start there.

        Get a Pihole or AdGuard endpoint and hope for the best if all you want is to remove ads.

        • refalo@programming.dev
          link
          fedilink
          arrow-up
          9
          arrow-down
          2
          ·
          edit-2
          2 months ago

          So you came here with zero technical expertise or knowledge about the situation, and asking for specific steps on how to do this in order to make a product?

          no need to be rude

        • Decipher0771@lemmy.caOP
          link
          fedilink
          arrow-up
          5
          arrow-down
          11
          ·
          2 months ago

          And you came here with nothing productive to add 🤣 we can both make useless comments it seems

            • Decipher0771@lemmy.caOP
              link
              fedilink
              arrow-up
              1
              arrow-down
              1
              ·
              2 months ago

              I suspect we got off on the wrong foot when I called it a product instead of just a project idea, but I don’t actually disagree with that stance. Cheers.

  • swooosh@lemmy.world
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    2 months ago

    I’ve got an android TV with jellyfin. That’s the best against your problem.

  • You999@sh.itjust.works
    link
    fedilink
    arrow-up
    6
    ·
    2 months ago

    I think you are over complicating things. Just get an HDMI audio extractor (HDCP compliant), feed the audio into an audio compressor/limitor, then you can run the audio into your speakers or buy an HDMI audio injector to feed back into your TV.

    • lud@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      Isn’t HDCP crap? If I remember correctly it’s extremely easy to buy HDCP compliant splitters and stuff that just strips all protection.