You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm confused to the usage of ClearKey DRM. As the documentation only mentions using local files and keys. However for remote MPD streams, how do I use it? For example, in JWPlayer for web, I use the following DRM configuration
drm: {clearkey: {keyId: "KEY_ID",key: "KEY"}},
But how do I fit this into the better_player DRM configuration.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello. I'm confused to the usage of ClearKey DRM. As the documentation only mentions using local files and keys. However for remote MPD streams, how do I use it? For example, in JWPlayer for web, I use the following DRM configuration
But how do I fit this into the better_player DRM configuration.
I tried this but unfortunately it doesn't work.
I also used
BetterPlayerClearKeyUtils.generateKey({"KEY_ID": "KEY"})
but that too didn't work.KEY
andKEY_ID
being the placeholders for the actual keys. Please advise if anyone can. Thanks a lot.Beta Was this translation helpful? Give feedback.
All reactions