-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-work seek handling during stream startup.
* Instead of intercepting specific 'seeking' events to forego stream resync, record the particular seeks using a member variable, which is less error prone. * Don't rely on 'playing' events for stream resync after pause/play: 'playing' events aren't reliable; instead, just check if we need to clamp the playhead when we update the seek range. * Don't fire seeking events when starting the video at t=0, or when there is no timestamp correction. Closes #132 Closes #136 Change-Id: I350ee6e9966af9f44d3e8bda4dc8297271e41855
- Loading branch information
Timothy Drews
committed
Aug 4, 2015
1 parent
8c62506
commit a82cef5
Showing
2 changed files
with
269 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.