mss parse error when some track starts from 0
Created by: luna2216
I find the dash player is trying to access segments with negative start time when playing some mss stream. I traced the code and find this:
I believe the condition should be
if (timestampOffset === void 0) {
In case the timestampOffset is 0