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

drm widevine error


Hi,
I want to play widevine for content with DRM but i get a error message. What's mean this error? Can you help me? (my player version is 7.8.6)

jwplayer('myElement').setup({
playlist: [{
sources: [{
file: 'http://xxx/test.mpd',
drm: {
playready: {
url: 'http://xxx/proxy',
headers:[{
name: "customName",
value: "customTicket"
}]
}
}
}]
}]
});

Error message : DRM only supported with "drm" block in initial setup.

2 Community Answers

a...

User  
0 rated :

The above example is incorrect. this is correct;

jwplayer('myElement').setup({
playlist: [{
sources: [{
file: 'http://xxx/test.mpd',
drm: {
widevine: {
url: 'http://xxx/proxy',
headers:[{
name: "customName",
value: "customTicket"
}]
}
}
}]
}]
});

George

JW Player Support Agent  
0 rated :

Hi,

Do you have an enterprise account? If so, please contact support from your JW Dashboard and send a test page replicating the issue as described in the document below:
https://support.jwplayer.com/customer/portal/articles/2186238-troubleshooting-%E2%80%94-creating-a-test-page

This question has received the maximum number of answers.