Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to convert mpeg dash (MPD) with DRM license to MP4?

I am trying to convert a MPD dash file which has DRM protection in it to a MP4 file. I do have the URL to the DRM license. So, I tried to do this using ffmpeg library, but there is no option to pass the license URL along with ffmpeg command for decryption.

like image 450
rustin peter Avatar asked Oct 19 '25 01:10

rustin peter


1 Answers

DRM is designed and created to stop you from doing it. DRM can have software reader or hardware reader. Hardware reader will not give you neither decryption key, neither decrypted content. Software reader will do it in most obfuscated way possible.

So ffmpeg does not have such option because it is virtually impossible by design of DRM.

However, if you have any relations with content owner, they can share you original encryption key and you will be able to decrypt.

like image 139
Max Lapshin Avatar answered Oct 22 '25 06:10

Max Lapshin



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!