Playback does not start.
In Chrome, the first video frame is displayed.
Seems to be related to the encrypted audio - if you select an unencrypted audio stream (e.g. "et-ET"), everything works fine.
00:00:04 96 | info | DecryptingDemuxerStream: no key for key ID 585F233F307246F19FA46DC22C66A014
Aha, good catch. In fact, I notice the player only does a single license request. That's not right, given that audio and video use different keys (I assume it is not requesting both keys in a single request, though will check just in case).
Edit: yes, I confirm just one key ID in the license request.
Is this a duplicate of https://github.com/Dash-Industry-Forum/dash.js/issues/1595?
Yes, I think you may be right there!
Ok, let's then follow this one on #1595. I think both are coming from the same origin, the lack of multiple keys support in dash.js.
Most helpful comment
Aha, good catch. In fact, I notice the player only does a single license request. That's not right, given that audio and video use different keys (I assume it is not requesting both keys in a single request, though will check just in case).
Edit: yes, I confirm just one key ID in the license request.