VideoHelp Forum
+ Reply to Thread
Results 1 to 7 of 7
Thread
  1. I'm trying to reconstruct ism audio from https://edgecastcdnsecure.hbogo.eu/2dd457bf-38c6-26e4-c7c7-a4d4fb0940cf_m111894_hbo/CO...2.ism/manifest

    I managed to download all the segments with youtube_dl without drm limitations, i have the key

    Code:
    2c9e499d6423560cdb5e43d3951ccb37 (KID=89212098090146b130c429997b5c9523)
    but when i try to decrypt the file (ffmpeg -decryption_key 2c9e499d6423560cdb5e43d3951ccb37 -i manifest-manifest.isma.part-Frag0 manifest-manifest.isma.part-Frag0.mp4)
    i get:

    Code:
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55ef0320d340] could not find corresponding trex (id 1)
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55ef0320d340] trun track id unknown, no tfhd was found
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x55ef0320d340] error reading header
    manifest-manifest.isma.part-Frag0: Invalid data found when processing input
    p
    In mpd streams there were init segments which i had to merge with each segment before decrypting but after looking at youtube-dl code it seems that those 'information' should already be inside each segment file.

    how do you deal with ism streams ?
    Quote Quote  
  2. ....
    Last edited by notaghost; 16th Jan 2021 at 09:31. Reason: same reply as hvq
    discord=notaghost9997
    Quote Quote  
  3. Member
    Join Date
    Mar 2019
    Location
    Germany
    Search PM
    The init info is not in the manifest file but is handled by the player. Here is the init file: https://anonfiles.com/t4vfSe9fp4/init_audio_m4a
    Merge this with the audio file and decrypt. But you need to make sure that the ID of both, init and audio is the same. So you need to edit trex and tkhd values in a Hex editor.
    Quote Quote  
  4. Originally Posted by hvq View Post
    The init info is not in the manifest file but is handled by the player. Here is the init file: https://anonfiles.com/t4vfSe9fp4/init_audio_m4a
    Merge this with the audio file and decrypt. But you need to make sure that the ID of both, init and audio is the same. So you need to edit trex and tkhd values in a Hex editor.
    how did you find it ?

    Originally Posted by LZAA View Post
    Poland?
    yes, why?
    Quote Quote  
  5. thanks but how did you find the init file ? that's the only missing piece of puzzles for me
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!