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 Safari video playback, and fragment timing #2902

Merged
merged 2 commits into from Jul 20, 2020

Commits on Jul 18, 2020

  1. Fix Safari playback by removing Safari workarounds in mp4-remuxer

    (Only this video buffers/playback back with issues https://playertest.longtailvideo.com/adaptive/captions/playlist.m3u8)
    Safari 9 may have some issues with gaps and decode errors, but without removing this code video will not buffer at all
    Rob Walch committed Jul 18, 2020
    Copy the full SHA
    e252f49 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Fix PTS based remuxer time-offset

    Improve PTS < DTS fix so that it works in Safari
    Show current and loading level in timeline
    Rob Walch committed Jul 19, 2020
    Copy the full SHA
    e1872e9 View commit details
    Browse the repository at this point in the history