Hello,
I have a few questions about PlayReady integration after reading https://www.wowza.com/docs/how-to-secure-smooth-streaming-using-playready-drm-silverlight
I am working with a PlayReady provider that exposes the License URL + Key Seed.
So, it looks like we would need to generate the Key ID, Content Key, and checksum. I know that the Key ID is just a UUID for that content. However, what I don’t know is how I can generate the Content Key. I believe I have to combine the Key ID + Key Seed to generate it, but I can’t find any documentation on this. I’m also unsure of what to put in as the checksum.
On a related note, we would plan on producing multi bit rate MP4 files and having Wowza dynamically produce the PlayReady protected Smooth Streaming files. We want to use Akamai to cache this data. I’m wondering if there are any issues with this?
Thank you