Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Changing playback rate is allowed or not? #6

Open
acbegen opened this issue Mar 4, 2020 · 2 comments
Open

Changing playback rate is allowed or not? #6

acbegen opened this issue Mar 4, 2020 · 2 comments

Comments

@acbegen
Copy link

acbegen commented Mar 4, 2020

Is it allowed to slow down or speed up the playback rate to avoid a stall or reduce the latency, respectively? dash.js is capable of doing it, however, it is not clear whether this capability can be used or not.

@johnBartos
Copy link
Contributor

It is allowed, because otherwise the player is limited to hard seeks to re-synchronize with latency (which is not always a great option). But we will account for this in the evaluation criteria. If rate manipulation produces a bad user experience that is not good.

@acbegen
Copy link
Author

acbegen commented Mar 4, 2020

OK, but then the latency cannot be fixed, at least in the short term. Yes, indeed we want to avoid stalls but suppose one drops from 30 fps to 3fps, it is not stalling in theory but it is stalling in practice. I wonder how the evaluation will be done.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants