Skip to content

BufferController isBufferingComplete cleared on seeking

Vinay Rosenberg requested to merge github/fork/spiterikevin/1901a into development

Created by: spiterikevin

When the last segment is buffered, BufferController sets isBufferingComplete. If there is a seek after that time, isBufferingComplete was being cleared and never set again. When the player is eventually allowed to play the end of the stream, it incorrectly triggers a BUFFER_EMPTY event.

Merge request reports