Hi,
We are planning to use Playready DRM in our roku app. The documentation for 4.8 (
http://sdkdocs.roku.com/display/RokuSDKv48/roVideoScreen) mentions that
Only direct PlayReady licensing is supported. Indirect licensing is currently unsupported. That is, for decryption to work, the ProtectionHeader must be available in the manifest and the LA_URL should contain a valid URL to an accessible PlayReady license server.
In our case, we need to use an intermediate proxy to execute the business logic (validate user credentials) prior to forwarding the license-request to the license server. I have a couple of questions regarding this:
1) Is it possible to specify a different (proxy) URL (which appears to the device as a direct license server) in the app?
2) What would the playready request XML look like if we add the device-id in the custom data portion of the playready request?
Regards,
SBJun