-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
tell clients that the video has ended #1850
Comments
Caused a regression: #1868. Testing note: the effect of the EOS timer can be seen with:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment, we keep the decoder context alive until we either discard the window or create a new one, we should be telling the client when it can be discarded.
In some cases, we may already have sent an EOS packet, but what this does is free some of the decoder's internal state, not the decoder itself.
(slightly related to #1836)
The text was updated successfully, but these errors were encountered: