stefanb
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2013
08:55 AM
Streaming Player does not send Request to DRM Server
Hello,
we are currently testing our PlayReady DRM server with roku box .
We experience a strange behaviour: while all relevant links from offical Microsoft Testpage work fine, our own Server (which works fine everywhere else) does not receive a request from the Player:
Excerpt from protection header (Base64 encoded):
[1][1]<WRMHEADER xmlns="http://schemas.microsoft.com/DRM/2007/03/PlayReadyHeader" version="4.0.0.0"><DATA><PROTECTINFO><KEYLEN>16</KEYLEN><ALGID>AESCTR</ALGID></PROTECTINFO>
<KID>[...]</KID>
<LA_URL>SERVER_URL/CSM/RightsManager</LA_URL>
<LUI_URL>http://SERVER_URL/CSM/RightsManager</LUI_URL>
<CHECKSUM>[...]</CHECKSUM></DATA></WRMHEADER>
But no call is made...
As I said, with official MS links it works fine. We traced, and we see, that no call to the license Server is made
we are currently testing our PlayReady DRM server with roku box .
We experience a strange behaviour: while all relevant links from offical Microsoft Testpage work fine, our own Server (which works fine everywhere else) does not receive a request from the Player:
Excerpt from protection header (Base64 encoded):
[1][1]<WRMHEADER xmlns="http://schemas.microsoft.com/DRM/2007/03/PlayReadyHeader" version="4.0.0.0"><DATA><PROTECTINFO><KEYLEN>16</KEYLEN><ALGID>AESCTR</ALGID></PROTECTINFO>
<KID>[...]</KID>
<LA_URL>SERVER_URL/CSM/RightsManager</LA_URL>
<LUI_URL>http://SERVER_URL/CSM/RightsManager</LUI_URL>
<CHECKSUM>[...]</CHECKSUM></DATA></WRMHEADER>
But no call is made...
As I said, with official MS links it works fine. We traced, and we see, that no call to the license Server is made
4 REPLIES 4
stefanb
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2013
02:24 AM
Re: Streaming Player does not send Request to DRM Server
The message we get: 11, 0: Unkown or unsupported sample encryption.
stefanb
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2013
07:45 AM
Re: Streaming Player does not send Request to DRM Server
According to tests with the Servers developers, ROKU Box can't handle the { } around the systemID in the protection header, although this is officially documented standard. Is this correct?
steve_1ms
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2013
06:44 PM
Re: Streaming Player does not send Request to DRM Server
We are also trying to get PlayReady working on ROKU and get the exact same error. Were you able to confirm that the { } around the systemID in the manifest is the cause of the the playback error?
cdkelly
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2014
01:24 PM
Re: Streaming Player does not send Request to DRM Server
Any resolution to this issue? We are also seeing playback issues with manifests that have { } around the systemID.