I'm working on a factory that will start to record Widevine Key on their device and I need to ensure that key is really there and working perfectly. Can't find any useful information about to retrieve data to confirm that key is working properly.
I don't know for sure what Widevine does, but I know that is something related to encrypt data for stream. Maybe there a way to test running any audio ou video from internet. Is this right? Could anyone show me a starting point?
Thank you!
Okay, so Widevine is a browser plugin that allows high quality video to be viewed securely (as in viewers can't easily steal it). I don't know what you mean by key? However, as with anything that runs in the browser you can inspect it using chrome dev tools and viewing the network tab to see whats going on. I hope that helped.
Oh yeah, you could use something like Charles or https://www.wireshark.org/ as well.