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

Live seeking #3324

Merged
merged 9 commits into from Jul 15, 2020
Merged

Commits on Jul 6, 2020

  1. PlaybackController: re-set seek time in seeking handler since for som…

    …e browsers/devices (in case of live streams), setting current time on video element fails when there is no buffered data at requested time
    Bertrand Berthelot committed Jul 6, 2020
    Copy the full SHA
    25b0d05 View commit details
    Browse the repository at this point in the history
  2. BufferController: fix seeking for live streams for browser/devices on…

    … which seek can't be done at unavalaible data range
    Bertrand Berthelot committed Jul 6, 2020
    Copy the full SHA
    1ff41ec View commit details
    Browse the repository at this point in the history
  3. update code comments

    Bertrand Berthelot committed Jul 6, 2020
    Copy the full SHA
    ed34ada View commit details
    Browse the repository at this point in the history
  4. Avoid seek if seeking at current time or current seeking target

    Bertrand Berthelot committed Jul 6, 2020
    Copy the full SHA
    5b40a3e View commit details
    Browse the repository at this point in the history
  5. revert code removed

    Bertrand Berthelot committed Jul 6, 2020
    Copy the full SHA
    cb51774 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. BufferController: fix seeking for live streams for browser/devices on…

    … which seek can't be done at unavalaible data range
    Bertrand Berthelot committed Jul 7, 2020
    Copy the full SHA
    9230a2c View commit details
    Browse the repository at this point in the history
  2. remove logs

    Bertrand Berthelot committed Jul 7, 2020
    Copy the full SHA
    3978181 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. BufferController: update adjustSeekTarget()

    Bertrand Berthelot committed Jul 8, 2020
    Copy the full SHA
    66a52c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Check if appended segment is not anterior to seek target

    Bertrand Berthelot committed Jul 15, 2020
    Copy the full SHA
    d56dc8a View commit details
    Browse the repository at this point in the history