Fix seek issue when first playing live streams
When you first called play() on a live stream, the seek wouldn't complete because of a condition in fillBuffer() that prevented buffering until the player had started. Allow fillBuffer() to begin buffering in a live stream at a specified position, which ensures drainBuffer() will clean up the seek correctly.
Showing
2 changed files
with
21 additions
and
9 deletions
-
Please register or sign in to post a comment