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

Playout with seek #2482

Commits on Dec 2, 2020

  1. Replay data channel recordings

    Added capability to replay data recordings from streaming plugin
    Ricardo Salgado committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    24b5360 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Support for seek

    Playout now supports seeking.
    Ricardo Salgado committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    8e31a7a View commit details
    Browse the repository at this point in the history
  2. Corrections based on pull request feedback

    Ricardo Salgado committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    d36e483 View commit details
    Browse the repository at this point in the history
  3. Now correctly handles data packet header

    Ricardo Salgado committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    aa2a5d2 View commit details
    Browse the repository at this point in the history
  4. Removed unnecessary code.

    Ricardo Salgado committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    3d7b7d6 View commit details
    Browse the repository at this point in the history
  5. Removed unnecessary code.

    Ricardo Salgado committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    8b76b17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    217856b View commit details
    Browse the repository at this point in the history
  7. Minor corrections.

    Ricardo Salgado committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    524fe7a View commit details
    Browse the repository at this point in the history
  8. Comment style fix.

    Ricardo Salgado committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    d83f407 View commit details
    Browse the repository at this point in the history
  9. get_frames now correctly parses data recording

    Ricardo Salgado committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    99969b6 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'play_datarecording' into play_with_seek

    Ricardo Salgado committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    7906ba8 View commit details
    Browse the repository at this point in the history
  11. Preparing for UI change for seek.

    Ricardo Salgado committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    56f8422 View commit details
    Browse the repository at this point in the history
  12. Merged with play_data_recordings

    Ricardo Salgado committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    9e80c7d View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Allows seeking to new position while in playout

    Ricardo Salgado committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    04011a6 View commit details
    Browse the repository at this point in the history
  2. First data packet now plays on correct timestamp

    Ricardo Salgado committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    d05f09b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'play_datarecording' into play_with_seek

    Ricardo Salgado committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    837ab6d View commit details
    Browse the repository at this point in the history
  4. Minor change to data recording header read.

    Ricardo Salgado committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    da6ea82 View commit details
    Browse the repository at this point in the history
  5. Revert "Preparing for UI change for seek."

    This reverts commit 56f8422.
    Ricardo Salgado committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    c434e37 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Added cleanup code to avoid memory leaks.

    Ricardo Salgado committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    31731a5 View commit details
    Browse the repository at this point in the history
  2. Minor cosmetic change to match project read usage

    Ricardo Salgado committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    2887690 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'play_datarecording' into play_with_seek

    Ricardo Salgado committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    247a077 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    168a9e3 View commit details
    Browse the repository at this point in the history
  5. Refactoring of seek location find.

    Ricardo Salgado committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    ba39af1 View commit details
    Browse the repository at this point in the history
  6. Cosmetic change for code style.

    Ricardo Salgado committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    9d40f2f View commit details
    Browse the repository at this point in the history
  7. Reverted change for testing.

    Ricardo Salgado committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    e45ebab View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/record-binarydata' into play_wit…

    …h_seek
    Ricardo Salgado committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    662369f View commit details
    Browse the repository at this point in the history
  9. Seek to next available keyframe.

    Ricardo Salgado committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    d522b2a View commit details
    Browse the repository at this point in the history