[encrypted-media] Is there any tool to encrypt video with initialization data?

lenny0702 has just created a new issue for https://github.com/w3c/encrypted-media:

== Is there any tool to encrypt video with initialization data? ==
First of all, thanks for the great work here! which give us a possible solution for copyright protection.

I'm working in a  music streaming service product. We're trying to implement the EME feature in our web player to protect our music copyright. 

But the thing is, the document or the tutorial about this is pretty rare.  I successfully run a demo which can play a already encrypted webm video. But When I try to encrypt my our video with no matter MP4BOX or mp4encrypt. They all don't work. the "encrypt" event didn't fire at all. The encrypted video is not with initialization data.

As I checked the document of MP4BOX. They just don't support the clear key system.  https://github.com/gpac/gpac/issues/239

So all in all, my question is, for now, is there any available tools for us to encrypt video with initialization data, i.e. conforming to the EME spec?

Please view or discuss this issue at https://github.com/w3c/encrypted-media/issues/436 using your GitHub account

Received on Thursday, 4 January 2018 11:59:40 UTC