Widevine contents fail to playback in Android Chromium on internal network
Reported by
izumiird...@gmail.com,
Jan 10
|
|||
Issue descriptionSteps to reproduce the problem: 1. Put shaka-player, packaged contents into CDN server in private network 2. Set up Widevine license server in private network. 3. Use Chromium to play the content What is the expected behavior? What went wrong? The video streams are failing to playback with shaka player and Widevine license server hosted without internet connection in Android devices. There is the same issue raised in `shaka-player` Github repo: [Android MediaDrm provisioning fails on the closed network](https://github.com/google/shaka-player/issues/1433) The same services setup works in some circumstances listed: - Playback is working with the internet connection. - Playback is working offline with native app Exoplayer. - Playback is working offline with Windows or Ubuntu. Did this work before? N/A Does this work in other browsers? N/A Chrome version: 73.0.3668.0 Channel: stable OS Version: 7.0 Flash Version:
,
Jan 11
,
Jan 11
Could someone from the Blink>Media team please have a look at log present in c#1 help in triaging this issue. Thanks! |
|||
►
Sign in to add a comment |
|||
Comment 1 by izumiird...@gmail.com
, Jan 10The shaka player log: load() failed:shaka.util.Error { "severity": 2, "category": 6, "code": 6002, "data": [ "Failed to execute 'createMediaKeys' on 'MediaKeySystemAccess': MediaCrypto not available" ], "handled": false, "message": "Shaka Error DRM.FAILED_TO_CREATE_CDM (Failed to execute 'createMediaKeys' on 'MediaKeySystemAccess': MediaCrypto not available)", "stack": "Error: Shaka Error DRM.FAILED_TO_CREATE_CDM (Failed to execute 'createMediaKeys' on 'MediaKeySystemAccess': MediaCrypto not available)\n at new shaka.util.Error (https://demo.com/node_modules/shaka-player/dist/shaka-player.compiled.debug.js:79:784)\n at shaka.media.DrmEngine.<anonymous> (https://demo.com/node_modules/shaka-player/dist/shaka-player.compiled.debug.js:151:235)" }Shaka Error DRM.FAILED_TO_CREATE_CDM (Failed to execute 'createMediaKeys' on 'MediaKeySystemAccess': MediaCrypto not available)Error: Shaka Error DRM.FAILED_TO_CREATE_CDM (Failed to execute 'createMediaKeys' on 'MediaKeySystemAccess': MediaCrypto not available) at new shaka.util.Error (https://demo.com/node_modules/shaka-player/dist/shaka-player.compiled.debug.js:79:784) at shaka.media.DrmEngine.<anonymous> (https://demo.com/node_modules/shaka-player/dist/shaka-player.compiled.debug.js:151:235) shaka.util.Error { "severity": 2, "category": 6, "code": 6002, "data": [ "Failed to execute 'createMediaKeys' on 'MediaKeySystemAccess': MediaCrypto not available" ], "handled": false, "message": "Shaka Error DRM.FAILED_TO_CREATE_CDM (Failed to execute 'createMediaKeys' on 'MediaKeySystemAccess': MediaCrypto not available)", "stack": "Error: Shaka Error DRM.FAILED_TO_CREATE_CDM (Failed to execute 'createMediaKeys' on 'MediaKeySystemAccess': MediaCrypto not available)\n at new shaka.util.Error (https://demo.com/node_modules/shaka-player/dist/shaka-player.compiled.debug.js:79:784)\n at shaka.media.DrmEngine.<anonymous> (https://demo.com/node_modules/shaka-player/dist/shaka-player.compiled.debug.js:151:235)" }