forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a better underflow metric: Media.MeanTimeBetweenRebuffers.
This is equivalent to YouTube's MTBR metric in that it corresponds to the total watch time for a session divided by the number of underflow events that occur during that session. The metric is recorded by having the WatchTimeReporter count the number of underflow events that occur and pass them along to MediaInternals during each watch time reporting interval. At finalization MTBR is calculated for AudioVideo.MSE, AudioVideo.SRC, AudioVideo.EME, Audio.MSE, Audio.SRC, and Audio.EME. This is nicer than the existing Media.UnderflowDuration metric since it is not as susceptible to scaling issues due to more playbacks and has no automatic zero weighting. BUG=648710, 727862 TEST=new unittests Change-Id: I144333e6e25cc599bfc89ee2be9a25bac476d156 Reviewed-on: https://chromium-review.googlesource.com/516528 Reviewed-by: Xiaohan Wang <xhwang@chromium.org> Reviewed-by: Ilya Sherman <isherman@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#476124}
- Loading branch information
1 parent
0924893
commit 6995b86
Showing
9 changed files
with
211 additions
and
3 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
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
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
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
Oops, something went wrong.