Live data from Hacker News

Everyone Is Stealing TV

theverge.com

1–10 of 89 posts

Re: Everyone Is Stealing TV

#3
Can't the cable company just include steganography with the subscriber ID encoded into the video stream, so that when NFL appears on one of these streaming boxes, they can just kill that subscriber's service and thus the pirate streams also?

Re: Everyone Is Stealing TV

#4
I too got tired of paying so much for TV so I canceled and just stopped watching it.

I find the attitude that one is entitled to entertainment media fascinating.

People like to say that it’s not stealing because there is no physical product the producer is being deprived of, which is factually true, but even so why are you entitled to it at no cost?

NFL games aren’t water or food.

Re: Everyone Is Stealing TV

#5

Can't the cable company just include steganography with the subscriber ID encoded into the video stream, so that when NFL appears on one of these streaming boxes, they can just kill that subscriber's service and thus the pirate streams also?

This would be much easier said than done, most video segments are served up by CDNs, so it would have to be done via processing on CDN edge nodes. Cloudflare might support something like this but most CDNs don't as far as I'm aware. Doing it server-side would kill CDN cache hit rates and massively increase cost.

Re: Everyone Is Stealing TV

#6

Can't the cable company just include steganography with the subscriber ID encoded into the video stream, so that when NFL appears on one of these streaming boxes, they can just kill that subscriber's service and thus the pirate streams also?

Filter it out with some combination of ffmpeg and LLMs? Super easy if it's being served using HLS and .ts files. Also, in the case of over the air, you can just pull the signal locally out of the air at no cost. You can easily forward that local over the air signal to a private group (using ATSC to IP gateways and converters), and create a mesh if you have folks distributed geographically, each hosting an antenna and shipping an IP stream (which Plex and other systems can consume, not sure if Jellyfin supports this though).

https://www.antennasdirect.com/big-game-tv-station-list.html

https://www.wgal.com/article/consumer-super-bowl-2026-antenn...

https://www.silicondust.com/hdhomerun/

Re: Everyone Is Stealing TV

#7
Well, they unbundled stuff into streaming, then went around and made exclusive deals and forced us back into the same monthly amounts, if not more

Consumers are reacting

Maybe also an alternative if you want to participate in the boycotts until the CEOs stop cozying up to the US admin (emperor)

Re: Everyone Is Stealing TV

#10

Can't the cable company just include steganography with the subscriber ID encoded into the video stream, so that when NFL appears on one of these streaming boxes, they can just kill that subscriber's service and thus the pirate streams also?

No, because they'd have to decompress and then recompress every stream. This would reduce already-lame quality (not that they'd particularly care) and require a bunch of resources.
Post reply on HN