Daniel Silhavy
Daniel Silhavy
Consider using a different controlbar as well e.g. https://github.com/muxinc/media-chrome
Fixed in #4224 , can you confirm that the problem is solved in the nightly version: https://reference.dashif.org/dash.js/nightly/samples/dash-if-reference-player/index.html
@Eeel-12 Can you also reproduce this error in our reference UI? http://reference.dashif.org/dash.js/nightly/samples/dash-if-reference-player/index.html
@Darkwinde Can you issue a pull request for your changes?
@luwes Can you provide a PR for this? From my understanding, this can be integrated into our webpack configuration? Or as an alternative as a script command in `npm build`?
Thanks @littlespex . The `reset` functions of the singleton controller instances should be invoked when `MediaPlayer._resetPlaybackControllers` is called. This should also include the `CatchupController` which is listening for `STREAM_INITIALIZED`. Or...
`player.destroy()` -> `player.reset()` -> `player.attachSource(null)` -> `_resetPlaybackControllers()` Are you calling `player.destroy()` before attaching a source?
@littlespex Is this still an issue?
Typescript file will be checked as part of the v5 work.
What is the `timeShiftBufferDept` of the stream? Do you see three retry attempts for the same segment?