-
Notifications
You must be signed in to change notification settings - Fork 4
Improve qos coordinator #677
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
Conversation
edec2a0 to
97338ca
Compare
97338ca to
f553433
Compare
Code Coverage
Files
|
pillarbox-player/src/test/java/ch/srgssr/pillarbox/player/qos/QosCoordinatorTest.kt
Outdated
Show resolved
Hide resolved
|
The player position of the stop event after a item transition is wrong. The player position is the position of the next item (near 0ms). |
MGaetan89
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small question, otherwise good for me
| override fun onSessionFinished(session: PlaybackSessionManager.Session) { | ||
| // Already handled by onMetricSessionFinished | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why override it, then, since it has a default implementation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because I like to write a lot of things, and to keep in mind that it is handled elsewhere. But I agree we could remove that.
Co-authored-by: Gaëtan Muller <m.gaetan89@gmail.com>
Co-authored-by: Gaëtan Muller <m.gaetan89@gmail.com>
Co-authored-by: Gaëtan Muller <m.gaetan89@gmail.com>
Co-authored-by: Gaëtan Muller <m.gaetan89@gmail.com>
Pull request
Description
The goal of this PR is to improve
QoSCoordinator.Changes made
QoSEventDispatcheras it does nothing special.MetrcisCollectorcollect durations when an error occurs during loading.Checklist
mainbranch.