Closed adrums86 closed 1 year ago
@dzianis-dashkevich a fix from a while ago that you brought to my attention re #1411.
With "@videojs/http-streaming": "3.0.2" the cues worked as expected and they get active because the endTime was set to Infinity.
Then the endTime of a cue was set to "0" and the stoped working, they don't get active and not event dispatch.
Now in the latest version "@videojs/http-streaming": "3.8.0" the endTime is set to the startTime... okay. sounds for me like an improvement... but the cue doesn't get active too. So what does it fix ?
Description
We shouldn't set endTime to 0, instead we should set it to the startTime if we don't have a duration.
Specific Changes proposed
replace 0 with startTime
Requirements Checklist