Closed forbesjo closed 7 years ago
Github won't let me comment on the line because no changes were made, but line 468 of playback-watcher.test.js test description is 'seeks to live point if we try to seek outside of seekable'
which is not quite true anymore since it may seek to the start of the window depending on where you are trying to seek
Description
Seek to seekable start when before the seekable window
Specific Changes proposed
Instead of seeking to live when doing a bad seek (for example if the seekable shifts while scrubbing) we'll snap to the beginning of the live window.
Requirements Checklist