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

the connected RTCPeerConnection addTransceiver() trigger onnegotiationneeded . after negotiation,new track donot play. #1512

Open
DehaiWang opened this issue Nov 7, 2020 · 1 comment

Comments

@DehaiWang
Copy link

I user Chrome 86.0.4240.111.
I code as like examples "broadcast",but the speakers are more than one .

when the new speaker join in the room, the connected RTCPeerConnection in browser side addTransceiver('video') , browser side trigger onnegotiationneeded , browser side createOffer(),setLocalDescription(),sent offer to the server side.

the connected RTCPeerConnection in server side receive the offer, addTrack(), SetRemoteDescription() , CreateAnswer(), SetLocalDescription(),and send LocalDescription() to browser side.

the connected RTCPeerConnection in browser side receive the answer, setRemoteDescription(),and the new negotiation complete.

After negotiation,the connected RTCPeerConnection in browser side trigger ontrack,and js document.createElement('video'),but the new track video donot play,it is black.

@Sean-Der Sean-Der added this to the 3.2.0 milestone Jan 23, 2022
@Sean-Der Sean-Der removed this from the 3.2.0 milestone May 22, 2022
@prncvrm
Copy link

prncvrm commented Jan 28, 2023

anyone any leads on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants