|
|
|
|
|
by DrBoring
1520 days ago
|
|
Tangential I've imagined some sort of video watermark that would be dynamically injected into video streams from services like Netflix. The watermark would ID the account to which the stream was sent. The purpose would be to catch whoever is making the web-rips the make it into the wild. I don't actually expect anything like this to be practical. It's a lot of technology to develop and support just for the slight chance of catching video pirates. But it's a fun mental exercise. Questions I ask myself include: 1. What would the watermark look like visually? I image a slightly off-colored pixel appearing at various x,y locations at various time intervals. Sort of like the yellow microdots on laser printers that ID an individual printer. 2. How would the visual data be injected into the existing cached video byte chunks residing on CDN (I'm not sure of the correct technical term for the packets). I suppose the altered packets would have to be created on the fly and sent to the CDN host serving the individual streamer. |
|