Hello I am having trouble getting Widevine DRM working with Chrome Version 58.0.3029.110. I get the console error:
DRM only supported with "drm" block in initial setup.
However, I do have a drm block defined, and there is no problem playing Widevine in Firefox.
Below is my setup script:
jwplayer('player0').setup({
playlist: [{
sources: [{
file: 'https://xxxxxxxx.com/vods3/_definst_/smil:box/cdnstore/modules/xxxxxxx/4_xxxxxxx1449273267.smil/manifest.mpd?1496957431',
drm: {
widevine: {
url: 'https://xxxxxxxxx.com/proxy?pX=438A8C',
}
}
}]
}]
});
I am using JWPlayer 7.11.3. My system is Mac OS 10.12.3
Widevine use to work with Chrome before, can you provide any assistance?
↧