File is in the m3u8 format, no sign of PSSH found in m3u8 file
Not sure, whether data mentioned in URI is PSSH ?
1st req, empty payloadCode:#EXT-X-KEY:METHOD=ISO-23001-7,URI="data:;base64,AAAAAGR/+M8AHRNrT5js1Q=="
2nd req custom json payload used to get licence
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 ?Code:adamId: "1696108367" challenge: CAESxB0SLAoqChQIARIQAAAAAGR/+M8AHRNrT5js1RABGhCP......"" isLibrary: true key-system: "com.widevine.alpha" uri: "data:;base64,AAAAAGR/+M8AHRNrT5js1Q==" user-initiated: true
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Closed Thread
Results 1 to 5 of 5
-
Last edited by Zendria; 17th Jun 2024 at 06:51.
-
Apple Music use .m3u8. From :
Code:#EXT-X-KEY:METHOD=ISO-23001-7,URI="data:;base64,AAAAAGR/+M8AHRNrT5js1Q=="
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)
Code:AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISEAAAAABoWslyACHewXt8uhk=
Similar Threads
-
no way to get the right pssh :(
By senkron24 in forum Video Streaming DownloadingReplies: 29Last Post: 29th Mar 2024, 04:09 -
how to get pssh ?
By senkron24 in forum Video Streaming DownloadingReplies: 10Last Post: 17th Oct 2023, 10:09 -
Different PSSH in mpd, EME logger and PSSH Box Generator
By Kevste in forum Video Streaming DownloadingReplies: 4Last Post: 31st May 2023, 22:24 -
get pssh
By tere1579 in forum Video Streaming DownloadingReplies: 6Last Post: 1st Dec 2022, 22:35 -
Which PSSH is the right one?
By Quint in forum Video Streaming DownloadingReplies: 5Last Post: 24th Oct 2022, 04:39