Browse Source
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.pull/6/head

2 changed files with 21 additions and 9 deletions
Loading…
Reference in new issue