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-11745): Player_Web_Mac_Safari - Flash of live stream after Start Over #620

Merged
merged 3 commits into from
Dec 26, 2021

Conversation

JonathanTGold
Copy link
Contributor

@JonathanTGold JonathanTGold commented Dec 21, 2021

Description of the Changes

issue: in live stream played on safari when you seek back to - 0 (start over), the currentTime jump to live edge (and equal to duration) for a few ms before resets back to 0, making the isOnLiveEdge() logic on the engine to evaluate to true
fix: move the isOnLiveEdge() api definition to the adapters level and let the native adapter to override the logic and return false by default as long as currentTime resetting was not completed

solves: FEC-11745

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

Copy link
Contributor

@yairans yairans left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please update the PR desc

@JonathanTGold JonathanTGold merged commit c83adc2 into master Dec 26, 2021
@JonathanTGold JonathanTGold deleted the FEC-11745 branch December 26, 2021 09:26
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