Closed halibegic closed 4 years ago
@halibegic I am unable to play any PlayReady encrypted content in Win 8.1 / IE11.
The isTypeSupported
method on MSMediaKeys
is returning false no matter what is passed.
For example:
var audioResultOne = window['MSMediaKeys'].isTypeSupported("com.microsoft.playready", "audio/mp4");
var videoResultTwo = window['MSMediaKeys'].isTypeSupported("com.microsoft.playready", "video/mp4");
var audioResultOne = window['MSMediaKeys'].isTypeSupported("com.microsoft.playready", "audio/mp4; codecs=\"mp4a.40.2\"");
var videoResultTwo = window['MSMediaKeys'].isTypeSupported("com.microsoft.playready", "video/mp4; codecs=\"avc1.640015\"");
All return false.
I have also recreated this in the dash.js demo page with v2.3.0 using the Microsoft CENC content and other PlayReady content. They all return the error:
[89039] DRM: KeySystem Access Denied! -- Key system access denied! -- No valid audio/video content configurations detected!
Does anyone know if Microsoft have changed something in IE? I cannot find any references to this issue.
I have opened an issue on shaka's github as well: https://github.com/google/shaka-player/issues/617
I can confirm that on this IE version DRM stream above is working.
@halibegic Something strange is going on! I tried your link and had the same issue:
One difference I can see is that the test machine I am running is not Windows 8.1 Pro
.
The shaka issue has been closed as they could not recreate it and it is obviously not an issue with the player.
I have raised a ticket on the Microsoft connect portal: https://connect.microsoft.com/playready/feedback/details/3114305 but no response yet.
@rob-vualto Any updates from the Microsoft connect portal?
Closed due to inactivity
Environment
Note: DRM protected stream is not testable on referenced client page because there is no input for Widevine/Playready licence URL.
Link to playable MPD file: MPD: https://prd-hrt-live.morescreens.com/OIV_HRT1_TV/manifest.mpd?video_id=83&authority_instance_id=spectar-prd-hrt&token=TRwuaB-EFQAMZ7TknvFRkw&token_expiration=1472711691&profile_id=4&application_installation_id=4852009&subscriber_id=4&application_id=all_in_one&channel_name=hrt1 Widevine Licence: https://clientapi.hrt.hr/drm/widevine Playready Licence: https://clientapi.hrt.hr/drm/playready
Dash.js version: 2.3.0
Browser name/version: Internet Explorer 11
OS name/version: Windows 8.1
Steps to reproduce
Observed behaviour
On stable version 2.3.0 the stream won't start and the MEDIA_ERR_SRC_NOT_SUPPORTED message is displayed. On development version 2.4.0 the player is looping and constantly trying to download chunk and after it starts working after some time.
Console output
Gist
Demo
http://test.spectar.tv/dashjs/