Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(FEC-11082): DOM play error on SmartTV on when stall happen on the beginning #552

Merged
merged 2 commits into from
Mar 15, 2021

Conversation

Yuvalke
Copy link
Contributor

@Yuvalke Yuvalke commented Mar 14, 2021

Description of the Changes

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.

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

… beginning

Issue: pause happens after play comes from shaka, pause isn't neccesry here.
@Yuvalke Yuvalke changed the title fix(FEC-10590): DOM play error on SmartTV on when stall happen on the beginning fix(FEC-11082): DOM play error on SmartTV on when stall happen on the beginning Mar 14, 2021
@Yuvalke Yuvalke merged commit 089018c into master Mar 15, 2021
@Yuvalke Yuvalke deleted the FEC-10590-1 branch March 15, 2021 06:33
Yuvalke added a commit to kaltura/playkit-js-dash that referenced this pull request Mar 15, 2021
Issue: stall detector doesn't get the change of stallSkip after it loaded and stallSkip 0.1 cause freezes on old SmartTV.
Solution: Handle it on playkit kaltura/playkit-js#552
borhandarabi pushed a commit to TasvirChi/playchi-js-dash that referenced this pull request May 14, 2024
Issue: stall detector doesn't get the change of stallSkip after it loaded and stallSkip 0.1 cause freezes on old SmartTV.
Solution: Handle it on playkit kaltura/playkit-js#552
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants