You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix live playback on WebOS (#3750)
Reverts some of the changes made in:
a66913f (Timeline and multiperiod optimizations (#3413), 2021-04-23)
* [Settings] Add enableSeekDecorrelationFix
Allows disabling the workaround for live playback start (#3750)
* Enables a workaround for playback start on some devices, e.g. WebOS 4.9.
245
+
* It is necessary because some browsers do not support setting currentTime on video element to a value that is outside of current buffer.
246
+
*
247
+
* If you experience unexpected seeking triggered by BufferController, you can try setting this value to false.
242
248
* @property {boolean} [fastSwitchEnabled=true]
243
249
* When enabled, after an ABR up-switch in quality, instead of requesting and appending the next fragment at the end of the current buffer range it is requested and appended closer to the current time.
0 commit comments