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: Fix exceptions when quickly shutting down src= on Safari #4088

Merged
merged 1 commit into from Mar 31, 2022

Commits on Mar 30, 2022

  1. fix: Fix exceptions when quickly shutting down src= on Safari

    Some events and timers were used to process track changes with src=
    playback on Safari, but they did not properly clean up when the player
    was unloaded or destroyed.  In the case that this happened quickly
    after starting playback, exceptions would be thrown or tracks could
    manipulated after new content began.
    
    This fixes the cleanup of these timers and events to be aware of
    Player unloads or destruction.
    
    Closes shaka-project#4087
    joeyparrish committed Mar 30, 2022
    Copy the full SHA
    1cb2c24 View commit details
    Browse the repository at this point in the history