-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Found an issue when the user starts screen sharing in the mobile app and stops and tries to open his camera, the user in the browser cant see his video in p2p #11010
Closed
Comments
zaki-vempower
changed the title
Found an issue when the user starts screen sharing in the mobile app and stops and tries to open his camera, the user in the browser cant see his video
Found an issue when the user starts screen sharing in the mobile app and stops and tries to open his camera, the user in the browser cant see his video in p2p
Feb 23, 2022
Thanks for the report! @jallamsetty1 this sounds very close to what I told you yesterday. If you can take a look that would be great I also plan to do so tomorrow. |
jallamsetty1
added a commit
to jallamsetty1/lib-jitsi-meet
that referenced
this issue
Mar 1, 2022
…ce removal. In P2P and unified mode, Chrome does not render the media if an SSRC is removed and the same one is added back (happens when the sender is camera muted->starts SS->stops SS->turns camera on). That is why SSRC was not being removed. However, mobile endpoints that are running in plan-b generate a new SSRC when the client switches between camera and screenshare. This will cause issues on a p2p receiver that is running in unified mode. Fixes jitsi/jitsi-meet#11010.
jallamsetty1
added a commit
to jitsi/lib-jitsi-meet
that referenced
this issue
Mar 1, 2022
…ce removal. In P2P and unified mode, Chrome does not render the media if an SSRC is removed and the same one is added back (happens when the sender is camera muted->starts SS->stops SS->turns camera on). That is why SSRC was not being removed. However, mobile endpoints that are running in plan-b generate a new SSRC when the client switches between camera and screenshare. This will cause issues on a p2p receiver that is running in unified mode. Fixes jitsi/jitsi-meet#11010.
am having same issue |
While it might manifest in the same way, it's unlikely to be the same. Please open a new issue and gather logs on both ends of the call. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
Steps to reproduce:
Expected behavior:
Actual behavior:
when the user shares screen in android or ios and tries to open his camera the user in the web cant see his video in p2p
The error => addRemoteStream failed: DOMException: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote offer sdp: Media section has more than one track specified with a=ssrc lines which is not supported with Unified Plan.
Server information:
Client information:
Additional information:
Thanks ,
The text was updated successfully, but these errors were encountered: