Hello, I am trying to get the key with the psh that I get from the m3u8 file but it seems not correct, how can I get the correct pssh?, thanks
Code:#EXTM3U #EXT-X-VERSION:6 #EXT-X-PUBLISHED-TIME:2022-12-02T02:15:11.39Z #EXT-X-TARGETDURATION:6 #EXT-X-MEDIA-SEQUENCE:912728 #EXT-X-DISCONTINUITY-SEQUENCE:159 #EXT-X-PROGRAM-DATE-TIME:2022-12-02T02:05:07.462Z #EXT-X-KEY:METHOD=SAMPLE-AES-CTR,KEYFORMAT="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed",URI="data:text/plain;base64,AAAAuXBzc2gBAAAA7e+LqXnWSs6jyCfc1R0h7QAAAAF7btpXGwDytdJGRvsAAABMAAAAhRIQe27aVxsA8rXSRkb7AAAATBoNaXN0cmVhbXBsYW5ldCJcWm1SalpERTBaV010Tkdaak5pMDBaVGN6TFdFME16Z3ROMkV5TjJNM1l6aGhZVFV4T3pRNU1EaEJNa015T1RkRE9URXhSVUpDTkVFM1JFVkJNRE13UlVOQ056azJI49yVmwY=",KEYFORMATVERSIONS="1" #EXT-X-MAP:URI="/cmaf/live/2028102/estadiochile-cenc/1669946811/234p-30fps-200kbps-init.mp4" #EXTINF:6.006, /cmaf/live/2028102/estadiochile-cenc/1669940124/234p-30fps-200kbps-1096.mp4 #EXT-X-PROGRAM-DATE-TIME:2022-12-02T02:05:13.468Z #EXTINF:6.006, /cmaf/live/2028102/estadiochile-cenc/1669940124/234p-30fps-200kbps-1097.mp4
+ Reply to Thread
Results 1 to 7 of 7
Thread
-
-
i get this error
[Attachment 67934 - Click to enlarge] -
try this
Code:AAAApXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAIUSEHtu2lcbAPK10kZG+wAAAEwaDWlzdHJlYW1wbGFuZXQiXFptUmpaREUwWldNdE5HWmpOaTAwWlRjekxXRTBNemd0TjJFeU4yTTNZemhoWVRVeE96UTVNRGhCTWtNeU9UZERPVEV4UlVKQ05FRTNSRVZCTURNd1JVTkNOemsySOPclZsG
-
-
the pssh in the m3u8 is version 1, whereas the one i sent is version 0.
decode both here and compare the differences.
easiest way to convert from version 1 to 0 is to:
- decode it (as above)
- click the base64 button at the bottom in data
- copy the base64 data
[Attachment 67936 - Click to enlarge]
- go to here
- choose:
- System Id: widevine
- Version: 0
- Data - base64: <paste the base64 data copied above>
- click generate
[Attachment 67937 - Click to enlarge]
Similar Threads
-
Which PSSH is the right one?
By Quint in forum Video Streaming DownloadingReplies: 5Last Post: 24th Oct 2022, 04:39 -
Wrong PSSH?
By Caidking in forum Video Streaming DownloadingReplies: 7Last Post: 20th Oct 2022, 13:47 -
Generate pssh
By tere1579 in forum Video Streaming DownloadingReplies: 2Last Post: 2nd Oct 2022, 13:08 -
Error PSSH
By ahmedani in forum Video Streaming DownloadingReplies: 1Last Post: 15th Jul 2022, 17:21 -
PSSH 3 Keys
By ahmedani in forum Video Streaming DownloadingReplies: 4Last Post: 6th May 2022, 11:41