Is there a way to be notified of the "Must have @mediaPresentationDuratio on MPD..." error?
Created by: gibbsonn
When my encoder stops a stream the 3rd party service which is providing the mpd's will send one which which causes this error to occur in dashjs
It looks like the error events in dashjs.MediaPlayer.events don't seem to be called for this error. I've tried listening to all the other events in MediaPlayer.events, but nothing really stands out as being a notification of this error
Apart from listening to the window error events, is there anyway I can listen for this error?