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

.ism/Manifest smooth streaming DRM (Playready)


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
}
}
});

7 Community Answers

s...

User  
0 rated :

contentUrl here is http://testServer/testing.ism/Manifest

Donni

JW Player Support Agent  
0 rated :

DRM works with DASH streams only at this time.

s...

User  
0 rated :

Thanks for confirming this @Donni. I am trying to play HLS (protected and unprotected streams) as well, but no luck. I am trying the same code present at http://demo.jwplayer.com/stream-tester/

But I get media error 4.

s...

User  
0 rated :

Any other alternative to play .ism/Manifest in JwPlayer (with Wowza) ??

Donni

JW Player Support Agent  
0 rated :

You would need an Enterprise license for AES Content Protection

See if your unprotected HLS streams work natively in Safari before using the stream tester and see if it works there or just give me a link I can visit.

s...

User  
0 rated :

http://cloud.caringo.com/iphone/bigbuck/manifest.m3u8

And tried few streams from http://stackoverflow.com/questions/10104301/hls-streaming-video-url-need-for-testing/13265943#13265943

Donni

JW Player Support Agent  
0 rated :

This support article should help you resolve that crossdomain error.

-Donni

This question has received the maximum number of answers.