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-10662): source removed before destroy process finish #503

Merged
merged 5 commits into from
Nov 24, 2020

Conversation

Yuvalke
Copy link
Contributor

@Yuvalke Yuvalke commented Nov 10, 2020

Description of the Changes

Issue: source has been removed from video tag before destroy has been finished.
Solution: wait for mediaSource destroy before removing the src from video tag.

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

Issue: source has been removed from video tag before destroy has been finished.
Solution: wait for mediaSource destroy before removing the src from video tag.
src/engines/html5/html5.js Outdated Show resolved Hide resolved
@Yuvalke Yuvalke changed the title fix: source removed before destroy process finish fix(FEC-10662): source removed before destroy process finish Nov 12, 2020
@Yuvalke Yuvalke merged commit 55b2e77 into master Nov 24, 2020
@Yuvalke Yuvalke deleted the fix-destroy-process branch November 24, 2020 16:18
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.

2 participants