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

Investigate using EWMA latency score instead of last known latency score in BroadcastSession #1232

Open
yondonfu opened this issue Dec 2, 2019 · 0 comments

Comments

@yondonfu
Copy link
Member

yondonfu commented Dec 2, 2019

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

The first pass at stake/latency based O selection will use the last known latency score for each session. We should investigate whether using EWMA latency score would be better.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Model EWMA latency score parameters and see if we would be better off using it instead of last known latency score. If so, we can calculate the EWMA latency score after receiving the transcode duration from SubmitSegment() and then attach the result to BroadcastSession.

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