Orange-OpenSource / hasplayer.js

Http Adaptive Streaming javascript player based on HTML5 premium extensions (MSE/EME)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Q: dash.js HDCP support

pjdicke opened this issue · comments

I reached out to the dash.js community but I discovered some commits you guys made when doing my research so I wanted to understand how you guys are handling HDCP with dash.js?

I also discovered that when the Shaka player determines a stream's key status is output-restricted it will skip that one and basically play the highest SD stream. Are you guys handling it the same way or just throwing a message?

I noticed that your ProtectionModel_21Jan2015.js isn't the same as http://vm2.dashif.org/dash.js/docs/jsdocs/ProtectionModel_21Jan2015.js.html which led me to believe you have some experience with this scenario.

Reference links:

387ec61

Thanks

When stream's key status is output-restricted, the only thing we do is to raise a message.

Ok, thanks.