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
&&event.time>settings.get().streaming.buffer.videoFramesNotAdvancing.thresholdInSeconds// We should be at least one threshold into the video before triggering
&&playbackQuality.totalVideoFrames>0// Handles devices (some TVs), where Video Quality API, totalVideoFrames always returns 0.
815
824
&&playbackQuality.totalVideoFrames<2147483647//Handles devices (some WebKit TVs), where Video Quality API, totalVideoFrames can return the max value of a 32 bit signed integer becuase the implementation uses totalVideoFrames = mediaTime * framerate.
@@ -818,7 +827,13 @@ function StreamController() {
0 commit comments