Skip to content

Bug fix for seek error

Vinay Rosenberg requested to merge github/fork/senthilnathan/seek_fix into development

Created by: senthilcodr

This fixes issue #75 (closed). This bug shows up when minBufferTime is low and the duration of segments/subsegments is small. The video element is still in the seeking state waiting for more buffers whereas dash.js thinks it has buffered enough. Fixed it by setting the minBufferTime threshold correctly.

Merge request reports