-
-
Notifications
You must be signed in to change notification settings - Fork 338
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
Black remote video in 6.0.x on reconnected to the session #444
Comments
I have discovered some Error logs that could help
|
Similar bug using Janus
Testing PR #445 same error |
@CSantosM @oscarvadillog I don't reproduce the issue myself, I do close peerConnections and mediaStream before making a new call and I don't have issue with switch Camera on renegotiate. I somewhat think this is PR is more a workaround more than a fix as this previous MediaStream should be cleaned and therefore exiting MediaStream not overrided. I think the real fix would be to find where MediaStream is not cleaned. Can you confirm you use new peerConnections on new call |
Note: I need to use PeerConnection.Id +MediaStream.id to avoid MediaStream.id colision also i think it will also solve the issue for janus. |
Hello @hthetiot , you must cancel the PR because it don't solve this issue . I've tried to fix it completely, however I was not able to do it. The issue is still reproducing with that "fix". |
@CSantosM I'm working on fix, can you call |
Ok @hthetiot I have test the fixes on task/stream-track-uuid branch and the problem looks like solved. I have not used |
@CSantosM great news, thank you for testing again. |
merged #447 on master will test master then release 6.0.4 |
Hello @hthetiot
I updated codova-plugin-iosrtc in OpenVidu (2.11.0) to last version but the behaviour is not the same.
With 5.0.6 version, all work as expected. However, using 6.0.3 version, something is broken.
Since 6.0.0 this issue is repeated.
Observerd behavior
The first time the userBrowser is connected works, when the userBrowser leave the session and rejoin, fails
Steps to reproduce the problem
The test I've made:
5.0.6:
All users can be seen each other. All is working fine.
Test Video Link with 5.0.6
6.0.0:
The first time works
Here, the userBrowser is appearing black in the app and whoever is connected to the session will appear black
userBrowser can see the userApp stream.
The first time the userBrowser is connected works, when the userBrowser leave the session and rejoin, fails
Test Video Link with 6.0.0
Platform information
The text was updated successfully, but these errors were encountered: