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.
↧