This repository has been archived by the owner on Nov 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dispatch progress events only once per pecentage (#138)
Progress percentage is rounded so that 1 percent of a video (especially a long video) may take many seconds. During this time the tracking will fire everytime. When a video is stalling the progress event if fired many times resulting in many requests which were impacting the loading of the video further.
- Loading branch information
1 parent
725b163
commit 7e117b4
Showing
2 changed files
with
84 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters