Hi
I am creating a web application that simply launches a html5 site where the user can play videos.
The videos use Shaka player, and it's Dash packaging with Widevine DRM.
It is working on certain TV models, but not all.
Works on:
UE43MU6175
also at home I have a NU8000 model, and another coworker has a MUXXXX device. So it works on TV models that are a few years old.
Does not work on: U65AU7105KXXC
This is a newer model, and I guess the webview browser has been changed.
After some googling I thought I had to add some privileges to get access to DRM play, such as:
<tizen:privilege name="http://developer.samsung.com/privilege/drminfo"/>
<tizen:privilege name="http://developer.samsung.com/privilege/drmplay"/>
But that didn't solve the issue.
If I load this then the results of the DRM is this: shaka-player-demo.appspot.com/support.html
"drm": {
"org.w3.clearkey": null,
"com.widevine.alpha": null,
"com.microsoft.playready": null,
"com.microsoft.playready.recommendation": null,
"com.apple.fps.1_0": null,
"com.apple.fps": null,
"com.adobe.primetime": null
}
Can anyone tell me how to enable the DRM for the webview for newer TV models?