Files
shaka-player/test/ui
Julian Domingo 5987458e44 feat: add listenable events for playback stall detection and gap jumping (#4249)
An event `stalldetected` can be dispatched when Shaka Player detects a stall based on the value of stallThreshold through [StreamingConfiguration](https://shaka-player-demo.appspot.com/docs/api/externs_shaka_player.js.html#line920).

A second event `gapjumped` could also be dispatched when Shaka performs a jump in a media gap.

Related to issue #4227
2022-06-02 13:07:17 -07:00
..