Hello All,We are deploying an OTT services with Verimatrix client
We have streams packaged in HLS and secured using Internet TV (ViewRightWeb DRM from Verimatrix).
Those streams can be played on Android and iOS.
Now, we are building a Roku app.
As per Roku developer documentation Verimatrix DRM is supported:https://sdkdocs.roku.com/display/sdkdoc/Content+Protection#ContentProtection-Verimatrix
The drm parameters required are:
drmParams = createObject("roAssociativeArray")
drmParams.name = "Verimatrix"
drmParams.authDomain = "auth-value-from-streaming-provider"
drmParams.serializationUrl = "hostname-url-from-streaming-provider"
There is no further documentation and those parameters' names don't match what we are used to with Verimatrix.
We tried using the Company-name as authDomain and the license server as serializationUrl.
We have tried with a verimatrix reference stream
Stream:
http://d3esberis2t9z4.cloudfront.net/vo ... nodrm.m3u8Type: Verimatrix
Format: HLS
Auth Domain: Verimatrix
SerializationURL: public-ott-nodrm.verimatrix.com
But we have a "Protected Content License error".
What values should be used for those parameters?
I also tried with your remote tool :
http://devtools.web.roku.com/stream_tes ... index.htmlSame error ..
Really thanks for your Help
Math