VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



+ Reply to Thread
Results 1 to 7 of 7
  1. I Think im almost there

    MPD
    License URL

    I have used EME logger for the PSSH ;
    Code:
    AAAANHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABQIARIQAgNlEWjF9EgV89K2HrEpGgAAACBwc3NoAAAAAClwH+Q8x0o0jFuukMdDmkcAAAAAAAACJnBzc2gAAAAAmgTweZhAQoarkuZb4IhflQAAAgYGAgAAAQABAPwBPABXAFIATQBIAEUAQQBEAEUAUgAgAHgAbQBsAG4AcwA9ACIAaAB0AHQAcAA6AC8ALwBzAGMAaABlAG0AYQBzAC4AbQBpAGMAcgBvAHMAbwBmAHQALgBjAG8AbQAvAEQAUgBNAC8AMgAwADAANwAvADAAMwAvAFAAbABhAHkAUgBlAGEAZAB5AEgAZQBhAGQAZQByACIAIAB2AGUAcgBzAGkAbwBuAD0AIgA0AC4AMAAuADAALgAwACIAPgA8AEQAQQBUAEEAPgA8AFAAUgBPAFQARQBDAFQASQBOAEYATwA+ADwASwBFAFkATABFAE4APgAxADYAPAAvAEsARQBZAEwARQBOAD4APABBAEwARwBJAEQAPgBBAEUAUwBDAFQAUgA8AC8AQQBMAEcASQBEAD4APAAvAFAAUgBPAFQARQBDAFQASQBOAEYATwA+ADwASwBJAEQAPgBFAFcAVQBEAEEAcwBWAG8AUwBQAFEAVgA4ADkASwAyAEgAcgBFAHAARwBnAD0APQA8AC8ASwBJAEQAPgA8AEMASABFAEMASwBTAFUATQA+ACsAdwBNAHUAawBtADMAOQBXAHIAOAA9ADwALwBDAEgARQBDAEsAUwBVAE0APgA8AC8ARABBAFQAQQA+ADwALwBXAFIATQBIAEUAQQBEAEUAUgA+AA==
    The length should be OK, a similar streaming platform (actually almost same company) uses the same system.

    But the result is 5 Keys to decrypt
    None of them work.

    Also tried from MP4DUMP and the INIT mp4
    That PSSH gives the same keys for this video

    I think the result for this platform should be one key so either the PSSH or the License URL is incorrect
    I cannot find any more POSTS to licensing URLs so this could be correct

    Can someone give me a last push ? Perhaps the PSSH is wrong ?

    Thank you
    Quote Quote  
  2. Originally Posted by mikenuun View Post
    I Think im almost there

    But the result is 5 Keys to decrypt
    None of them work.

    Thank you
    shouldn't you use all 5 ?

    mp4decrypt --key 1 --key 2 --key 3 --key 4 --key 5
    Quote Quote  
  3. Hmm I have tried that but it did not seem to work in my XstreamCli program
    Turns out, works when i use mp4decrypt

    Glad I god the key part right though

    SO, yes thank you for the right direction
    Quote Quote  
  4. You are decrypting the video and audio separately right ?

    And then merging to 2 decrypted parts to make the complete output file ?
    Quote Quote  
  5. Originally Posted by codehound View Post
    You are decrypting the video and audio separately right ?

    And then merging to 2 decrypted parts to make the complete output file ?
    Correct!
    Quote Quote  
  6. Last time someone got 5 keys and coudn't decrypt, most likely means that the keys are for the lower resolutions of the videos and you need L1 or other tricks for 720p and 1080p.
    He got these keys
    Code:
    mp4decrypt --key 2df24eb4b80643aa8f6b17908327ea76:0d5d46d38ce7a6ea472c99389e44d67e
    mp4decrypt --key 1e61abb353394651add1e6fa0d2c9022:fc094217287d1b429e4fe1f196df78e0
    mp4decrypt --key d37646893e25400fa785176e57acfde5:afae011952f077160eac09a188f5a0cb
    mp4decrypt --key 7bbd2d48b156452285ef5e1a3ee95a0a:047424811a1a86f68efa7719ce0efd90
    mp4decrypt --key 5e2bbfa27e5e4778b9303949e79fcf0b:db769c6b2aff80e7f422ecdecd99df3c

    you need to check if the kids match the video kid

    211ee9e4-24c8-4cb8-a58b-e209846b888b
    this is the KID for the 1920x1080 version

    in the MPD there's this

    346p 2df24eb4-b806-43aa-8f6b-17908327ea76
    416p d3764689-3e25-400f-a785-176e57acfde5
    554p 7bbd2d48-b156-4522-85ef-5e1a3ee95a0a
    554p 5e2bbfa2-7e5e-4778-b930-3949e79fcf0b
    692p ef9e8a6c-a5bd-4a16-b00e-ff5a24538dff
    692p 18df605c-bb8b-497a-86b3-bcffe60f93e6
    1038p 211ee9e4-24c8-4cb8-a58b-e209846b888b

    audio 1e61abb3-5339-4651-add1-e6fa0d2c9022

    basically,, you dont have the keys for 692p and 1038p and you need L1 for those probably
    In your MPD you have 6 KIDs
    Compare them with the keys you got.
    click click2
    If I/my posts ever helped you, and you want to give back, send me a private message!
    Quote Quote  
  7. Originally Posted by [ss]vegeta View Post
    Last time someone got 5 keys and coudn't decrypt, most likely means that the keys are for the lower resolutions of the videos and you need L1 or other tricks for 720p and 1080p.
    He got these keys
    Code:
    mp4decrypt --key 2df24eb4b80643aa8f6b17908327ea76:0d5d46d38ce7a6ea472c99389e44d67e
    mp4decrypt --key 1e61abb353394651add1e6fa0d2c9022:fc094217287d1b429e4fe1f196df78e0
    mp4decrypt --key d37646893e25400fa785176e57acfde5:afae011952f077160eac09a188f5a0cb
    mp4decrypt --key 7bbd2d48b156452285ef5e1a3ee95a0a:047424811a1a86f68efa7719ce0efd90
    mp4decrypt --key 5e2bbfa27e5e4778b9303949e79fcf0b:db769c6b2aff80e7f422ecdecd99df3c

    you need to check if the kids match the video kid

    211ee9e4-24c8-4cb8-a58b-e209846b888b
    this is the KID for the 1920x1080 version

    in the MPD there's this

    346p 2df24eb4-b806-43aa-8f6b-17908327ea76
    416p d3764689-3e25-400f-a785-176e57acfde5
    554p 7bbd2d48-b156-4522-85ef-5e1a3ee95a0a
    554p 5e2bbfa2-7e5e-4778-b930-3949e79fcf0b
    692p ef9e8a6c-a5bd-4a16-b00e-ff5a24538dff
    692p 18df605c-bb8b-497a-86b3-bcffe60f93e6
    1038p 211ee9e4-24c8-4cb8-a58b-e209846b888b

    audio 1e61abb3-5339-4651-add1-e6fa0d2c9022

    basically,, you dont have the keys for 692p and 1038p and you need L1 for those probably
    In your MPD you have 6 KIDs
    Compare them with the keys you got.

    Ah yes, that helps me understand some more
    If i generate the keys (5) it will decrypt 1080P video and the seperate audio track so im happy
    Quote Quote  



Similar Threads

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