|
|
|
Ask HN: Does disallowing people to download streaming videos help?
|
|
4 points
by angrisha
5399 days ago
|
|
Hi, I am working with a senior of mine in college who is building a video streaming platform which encrypts data packets on the fly. As a result, the video cannot be downloaded for offline viewing. This is an additional feature he added to the project which originally was intended to build a faster video streaming server software. We have had a discussion on this and he feels that this adds more value to the video serving company. However I was not convinced. So here goes my question : Does disallowing downloads to people for offline viewing do any good? Why not allow people to download videos for offline viewing? |
|
One good reason to not allow 'dowload' of a video is if it is a live stream of a person. People will say/do stuff on cam that they may later come to regret, if your platform can reliably (see 'screencams') stop others from recording the stream then there will be a market for that.
But you've got a lot of extra issues to contend with in your streaming server, it's hard enough just to pump the data out, if you have to uniquely encrypt a few tens of thousands of outgoing streams that is a real problem.