Thanks all
+ Reply to Thread
Results 1 to 11 of 11
-
... or simply find the pattern "7e+" in the (first 20 chars of) PSSH, which is always present in a widevine PSSH. Or if you can better remember: a widevine PSSH always starts with "AAAARnBz". Or if you look at the mpd, the "urn:uid:" field for widevine begins with "ede" (lower or upper case).
-
Yes, you are right; I should've written "usually" instead of "always". Other than that, if you find "7e+" in the PSSH or if the PSSH starts with "AAAARnBz", you can be sure to have a widevine PSSH.
-
The first part of a widevine pssh box is the size in hex padded out to 4 bytes, so unless the size of your box is always 70 bytes (00000046) it won't start with AAAARnBz, the Rn part will change depending on the size of the box.
Id be looking for the "7e+" to determine if it was widevine pssh box at a glance. -
If you find a PSSH in the CENC tags that contain
Code:EDEF8BA9....
Other than that, I just use my own PSSHBox tool to check if I have the right PSSH
[Attachment 73775 - Click to enlarge]
And getting the PSSH from init file is always the most certain way.
Similar Threads
-
Different PSSH in mpd, EME logger and PSSH Box Generator
By Kevste in forum Video Streaming DownloadingReplies: 4Last Post: 31st May 2023, 22:24 -
How to get the PSSH?
By Anonymousdk01 in forum Video Streaming DownloadingReplies: 2Last Post: 28th Mar 2023, 10:06 -
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 -
Generate pssh
By tere1579 in forum Video Streaming DownloadingReplies: 2Last Post: 2nd Oct 2022, 13:08