-
Hello, has anyone managed to get BetterPlayerDrmConfiguration(
drmType: BetterPlayerDrmType.widevine,
licenseUrl: 'https://foo.bar',
token: 'Bearer=my.token.here',
) However I had no success. Perhaps this is a PS. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You should use ...
headers: {"Authorization":"Bearer <token>"}
... |
Beta Was this translation helpful? Give feedback.
You should use
headers
instead oftoken
for Widevine DRM. So you should modify your code: