Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Removing copy-protection (like DRM, AACS) (http://stream-recorder.com/forum/forumdisplay.php?f=25)
-   -  

Remove ISMACryp protection from mp4

(http://stream-recorder.com/forum/showthread.php?t=19857)

TheRandom1 06-04-2015 08:59 PM

Remove ISMACryp protection from mp4


 
Would anyone know how to do this ?

d3ibis 05-24-2016 11:28 AM

Re: Remove ISMACryp protection from mp4


 
u need to use mp4box (You will need to provide a drm_file for decryption)

command line:
Code:

MP4Box -decrypt drm_file file.mp4
The DRM file is an XML document containing mainly key information, KMS information, encryption instructions and eventually MPEG-4 IPMP(X) indications. The syntax is very basic and may be subject to changes in the future.

Just like any XML file, the file must begin with the usual xml header. The file encoding SHALL BE UTF-8. The file is then a collection of ISMACrypTrack elements placed at under an ISMACrypdocument root. Each element describes all ISMACryp information needed to encrypt a given track.

Code:

<ISMACryp>
<ISMACrypTrack trackID="..." key="..." salt="..." scheme_URI="..." kms_URI="..." selectiveType="..." ipmpType="..." ipmpDescriptorID="..." />
</ISMACryp>

Source: Here


All times are GMT -6. The time now is 03:30 AM.