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

feat: Bandwidth/Request Metrics #12

Merged
merged 30 commits into from
Jun 28, 2023
Merged

feat: Bandwidth/Request Metrics #12

merged 30 commits into from
Jun 28, 2023

Conversation

daytime-em
Copy link
Collaborator

Adds request and detailed rendition/segment tracking

This doesn't include live latency, which I'm going to try to separate out into another class

@daytime-em daytime-em changed the base branch from main to releases/v0.7.0 June 27, 2023 21:22
@daytime-em daytime-em requested a review from a team June 28, 2023 00:02
player = player,
collector = collector,
trackedResponseHeaders = listOf(
TrackedHeader.ExactlyIgnoreCase("x-cdn"),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AVPlayer unfortunately only lets one object listen to these at a time (without weird runtime hacks), ExoPlayer got this right

@daytime-em
Copy link
Collaborator Author

daytime-em commented Jun 28, 2023

I think there's some larger refactoring that can be done to promote test-ability, but I'm going to save it for after I finish ad metrics

@daytime-em daytime-em merged commit e372d1c into releases/v0.7.0 Jun 28, 2023
@daytime-em daytime-em deleted the feat/bandwidth branch June 28, 2023 15:38
@github-actions github-actions bot mentioned this pull request Jun 30, 2023
daytime-em added a commit that referenced this pull request Jul 5, 2023
## Improvements

* feat: Add Rendition Changes, Quality, ExoPlayer-Specific Featues (#11)
* feat: Add Session Data for internal experiments (#13)
* feat: Bandwidth/Request Metrics (#12)
* feat: IMA Ads with new API (#14)
* feat: add error tracking (#16)
* feat: Add Livestream Latency Metrics (#15)
* Update to Core Android v0.7.5



Co-authored-by: Emily Dixon <edixon@mux.com>
Co-authored-by: GitHub <noreply@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants