VideoHelp Forum



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

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



Closed Thread
Results 1 to 5 of 5
  1. Banned
    Join Date
    Jun 2024
    Location
    Planet Earth
    Search Comp PM
    File is in the m3u8 format, no sign of PSSH found in m3u8 file

    Not sure, whether data mentioned in URI is PSSH ?
    Code:
    #EXT-X-KEY:METHOD=ISO-23001-7,URI="data:;base64,AAAAAGR/+M8AHRNrT5js1Q=="
    1st req, empty payload
    2nd req custom json payload used to get licence
    Code:
    adamId: "1696108367"
    challenge: CAESxB0SLAoqChQIARIQAAAAAGR/+M8AHRNrT5js1RABGhCP......""
    isLibrary: true
    key-system: "com.widevine.alpha"
    uri: "data:;base64,AAAAAGR/+M8AHRNrT5js1Q=="
    user-initiated: true
    Any idea how to get keys as there no pssh mentioned anywhere but from payload it is clear that the key system used is widevine ?
    Last edited by Zendria; 17th Jun 2024 at 06:51.

  2. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Is that for Apple Music service ?

  3. Have you tried grabbing the PSSH from EME Logger or the init file?

  4. Member aqzs's Avatar
    Join Date
    Mar 2024
    Location
    Paris
    Search Comp PM
    Apple Music use .m3u8. From :
    Code:
    #EXT-X-KEY:METHOD=ISO-23001-7,URI="data:;base64,AAAAAGR/+M8AHRNrT5js1Q=="
    You get the pssh :
    HTML Code:
    import base64
    from pywidevine.pssh import PSSH
    from uuid import UUID
    
    string = "AAAAAGhayXIAId7Be3y6GQ=="
    print(base64.b64decode(string).hex())
    
    keyID = [base64.b64decode(string).hex()]
    pssh = PSSH.new(key_ids=keyID, system_id=UUID("edef8ba9-79d6-4ace-a3c8-27dcd51d21ed"))
    print('pssh: ', pssh)
    pssh :
    Code:
    AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISEAAAAABoWslyACHewXt8uhk=
    Then you need a custom python script to get the key.

  5. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    Nope. You must include a link to the video.




Similar Threads

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