Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

DRM only supported with "drm" block in initial setup.


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?

1 Community Answers

Donni

JW Player Support Agent  
0 rated :

Try adding type: "dash", to the playlist: block. Since you are an Enterprise customer, you can contact us directly by clicking on the SUBMIT A CASE button in the JW Dashboard. This way you can submit a test page we can visit that will not be shared with the general public and we can reproduce your issue.

This question has received the maximum number of answers.