Skip to content

fix stalling before stream ends

Created by: bwidtmann

this is a fix for the issue discussed on google groups: https://groups.google.com/forum/#!topic/dashjs/ZCH-6_hI7Xs

basically we now do not take care of timeToEnd in checkIfSufficientBuffer as this is causing stalls before end of stream

tested and verified by our internal QA dep.

Merge request reports