As per roVideoScreen docs, “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.”
So we checked the manifest, but couldnt find a LA_URL entry in protection header.
Is that the reason for playback failure?
Also Could someone please suggest a publicly available Playready smoothstream which satisfies the above criteria?
Just a couple obvious problems… StreamURLs should be an array of strings, not a single string. I’d also suggest using the newer stream or streams attribute rather than the older parallel arrays. http://sdkdocs.roku.com/display/RokuSDK … +Meta-Data