-
Notifications
You must be signed in to change notification settings - Fork 462
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
Video freeze issue when someone leaves the session #778
Labels
Comments
+1 |
4 similar comments
+1 |
+1 |
+1 |
+1 |
We will research this issue |
@seantaylorgmi Could you answer these questions?:
That ICE error makes me think that the turn configuration is not reaching the browser or somehow it is not reachable. But it probably has nothing to do with the null pointer exception you are having. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Team
We are facing video freeze issue when someone leaves session.
This issue happens rarely, when there are more than 3 members in session.
Scenario
Consider 4 users A, B, C and D join a video session. User D leaves the session by clicking leave session button.
From user D point of view - he leaves the session without any issues.
But for other 3 users point of view - they can still see user D with his last picture of his video freezed. After 15 sec to 20 sec the last picture in user D video turns black and stays there for ever.
But when we check active users in session using /openvidu/api/sessions API, we can not see user D data in session.
Now User C leaves the same session and joins same session again. Now the user C can not see user D, but user A and B who are still in session can see user D.
Note: when user leaves and joins same session the freezed user is not there. But for users already in session from begining they can see freezed user.
Is there any probability user D data is stuck in local session or local cache that is causing this issue ?
Is there any function in openvidu-angular or openvidu-browser to clear this cache issue ?
We are using openvidu 2.23.0. We could find the same issue in openvidu 2.24.0 too.
This issue happens for multiple peoples at same session too.
Once this issue start to occur for a user, it starts to occur often. But after restarting openvidu docker server, it works fine for sometimes. But after sometime same issue occurs.
We are getting below errors in consoles and docker logs during this issue
Please let us know if you have any idea which is causing this issue or error.
Thank in advance
The text was updated successfully, but these errors were encountered: