Replies: 2 comments 1 reply
-
I delete the code
so that the ssrc not change and the client can receive correct ssrc.So how can I forward the rtp packet not change to use binding ssrc but use the original ssrc in pion webrtc lib? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @ChenMoGe2 The PeerConnection needs to generate a SSRC for each track. When we do this we make sure you don't have any SSRC collisions. When you create the tracks could you use the ID/Label instead to communicate the original speaker instead? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Your environment.
What did you do?
I make a sfu-server using pion webrtc which create peer connection for each client.And the client judges whose is speech using ssrc in received rtp packet.So how I set ssrc for the track
Beta Was this translation helpful? Give feedback.
All reactions