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
		
			Closed Thread
			
		
		
		
			
	
	
				Results 1 to 5 of 5
			
		- 
	Last edited by Zendria; 17th Jun 2024 at 07:51. 
 
- 
	Apple Music use .m3u8. From : You get the pssh :Code:#EXT-X-KEY:METHOD=ISO-23001-7,URI="data:;base64,AAAAAGR/+M8AHRNrT5js1Q==" 
 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)Then you need a custom python script to get the key.Code:AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISEAAAAABoWslyACHewXt8uhk= 
 
Similar Threads
- 
  no way to get the right pssh :(By senkron24 in forum Video Streaming DownloadingReplies: 29Last Post: 29th Mar 2024, 05:09
- 
  how to get pssh ?By senkron24 in forum Video Streaming DownloadingReplies: 10Last Post: 17th Oct 2023, 11:09
- 
  Different PSSH in mpd, EME logger and PSSH Box GeneratorBy Kevste in forum Video Streaming DownloadingReplies: 4Last Post: 31st May 2023, 23:24
- 
  get psshBy tere1579 in forum Video Streaming DownloadingReplies: 6Last Post: 1st Dec 2022, 23:35
- 
  Which PSSH is the right one?By Quint in forum Video Streaming DownloadingReplies: 5Last Post: 24th Oct 2022, 05:39


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 
 
			
			


 
			 Visit Homepage
				Visit Homepage
			