Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Player metrics: ttff, user agent, autoplay flag #1569

Open
pglowacky opened this issue Dec 19, 2022 · 0 comments
Open

Player metrics: ttff, user agent, autoplay flag #1569

pglowacky opened this issue Dec 19, 2022 · 0 comments
Assignees

Comments

@pglowacky
Copy link
Contributor

pglowacky commented Dec 19, 2022

Time to first frame

This metric is used to measure the amount of time (in seconds) that a user must wait for the video to play after indicating that they'd like the video to play (either by pressing the play button or autoplay).

Must capture:

  • Timestamp when user hits the play button (or autoplay is triggered)
  • Timestamp when the viewer sees the first frame.

@ecmulli Can you fill in details about how this data should be captured so that we can query it?

Edited after clarification:
Must track:

  1. ttff
  2. user-agent
  3. autoplay flag
@0xcadams 0xcadams self-assigned this Jan 23, 2023
@0xcadams 0xcadams changed the title Player metrics: time to first frame Player metrics: ttff, user agent, autoplay flag Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants