Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(FEC-10590): DOM play error on SmartTV on when stall happen on the…
… beginning (#552) Issue: shaka stall detector calling pause and play before first play promise resolved, it cause DOM exception and playback stop after this pause. flow is playback play() -> stall detector pause() play() -> play failed handler pause(). Solution: remove the pause from play failed handler since after play is failed browser handle it.
- Loading branch information