Player metrics: ttff, user agent, autoplay flag
Open
@0xcadams is already working on this.
Since Jan 23, 2023.
team: studio
- Dominant language
- TypeScript
- Stars
- 88
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
## 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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.