Hi,
Is it possible to play .ism/Manifest DRM protected content using JWPlayer? And It is possible to use externally hosted videos without them being uploaded to dash board. I did check Video API but dint find much information.
Thanks in Advance.
playerInstance.setup({
file: contentUrl,
width: 1280,
height: 720,
controls: true,
drm: {
playready: {
url: laUrl
}
}
});
↧