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
Within the play tracking, the secondsToLoad has been reported to be very high. It is possible that the video is being loaded and not played for a long time. Maybe the user paused before first frame?
Example graph;
The text was updated successfully, but these errors were encountered:
* resolves#4 : Updating buffering tracking to reset when the player is paused or scrubbed (same event triggered for videojs: pause)
* updates #3 : reset secondsToLoad variable when a new loadstart is triggered
accuracy improved, but I'm still getting cases where the numbers are sky-high. will need to keep looking around at specific cases when this happens... maybe it'll help me find and reproduce
Within the play tracking, the secondsToLoad has been reported to be very high. It is possible that the video is being loaded and not played for a long time. Maybe the user paused before first frame?
Example graph;
The text was updated successfully, but these errors were encountered: