Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Remove ISMACryp protection from mp4Would anyone know how to do this ?
|
#2
|
|||
|
|||
Re: Remove ISMACryp protection from mp4u need to use mp4box (You will need to provide a drm_file for decryption)
command line: Code:
MP4Box -decrypt drm_file file.mp4 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> |
Tags: ismacryp protection |
Thread Tools | |
Display Modes | |
|
|