I don't have such numbers, I only have internal interface versions (I started with 8, now implemented 9, but 10 is already in testing.
I never know at what time the current version is obsolete. @emilsvennesson is there an internal api version number in the manifest?
Here's a sample of the manifest for x86:
Code
{
"arch": "x64",
"description": "Widevine Content Decryption Module",
"manifest_version": 2,
"name": "WidevineCdm",
"offline_enabled": "false",
"os": "win",
"version": "1.4.8.1008",
"x-cdm-codecs": "vp8,vp9.0,avc1",
"x-cdm-host-versions": "8",
"x-cdm-interface-versions": "8",
"x-cdm-module-versions": "4"
}
Alles anzeigen
Unfortunately, there is no information available in the Chrome OS recovery image so all I've got there is the build version.
@Gismo112 That's also an option but I can imagine it can be a bit of a hassle for @peak3d to maintain this.