BaseStreamController always honor config.startPosition when attaching(recovering) #6297
Labels
Bug
Question
Verify Fixed
An unreleased bug fix has been merged and should be verified before closing.
Milestone
What do you want to do with Hls.js?
In BaseStreamController, onMediaAttached callback always use config.startPosition to call startLoad(), regardless the playback status. Is this behaviour desired? I found it bit weried.
lets say I set startPosition to 90, and played for a while, then call the recoverMediaError() call will seek back to 90, shouldn't BaseStreamController.lastCurrentTime be used in this case?
What have you tried so far?
No response
The text was updated successfully, but these errors were encountered: