prevent the segment xhr error handler from being called during seek
When an XHR is aborted, the error handler is called. The error handler for the segment loader increments the mediaIndex of the player. This is undesired because setCurrentTime has already set the mediaIndex to the proper target segment.
Showing
1 changed file
with
12 additions
and
10 deletions
-
Please register or sign in to post a comment