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
@@ -829,7 +829,7 @@ function PlaybackController() {
829
829
}
830
830
831
831
/**
832
-
* We enable low latency playback if for the current representation availabilityTimeComplete is set to false
832
+
* We enable low latency playback if for the current representation availabilityTimeComplete is set to false or there is a k value larger than 1 in the segment template
833
833
* @param e
834
834
* @private
835
835
*/
@@ -839,7 +839,7 @@ function PlaybackController() {
// If we enable low latency mode for the first time we also enable the catchup mechanism. This can be deactivated again for instance if the user seeks within the DVR window. We leave deactivation up to the application but also do not activate automatically again.
0 commit comments