
In the DashManifestModel::getEventsForPeriod function, decodeArray is called with the Binary as param, but Binary is an object, not a string.
BASE64.decodeArray(eventStreams[i].Event_asArray[j].Signal.Binary);

``TypeError: s.charAt is not a functionbase64.js:102:25
decodeArray base64.js:102
decodeArray base64.js:126
getEventsForPeriod DashManifestModel.js:806
getEventsFor DashAdapter.js:525
addInlineEvents Stream.js:487
initializeEventController Stream.js:482
initializeMedia Stream.js:501
activate Stream.js:152
activateStream StreamController.js:565
onMediaSourceOpen StreamController.js:538
It should be OK with PR #3064
I confirm it's working (no exception, playback OK) with PR #3064 . Thanks!
Glad to hear that it is OK for you
Most helpful comment
It should be OK with PR #3064