Bug fix for seek error
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.