ionorg / ion-sfu

Pure Go WebRTC SFU
MIT License
980 stars 238 forks source link

What happens to ion-sfu when there is a global SSRC duplication? #683

Open im-pingo opened 1 year ago

im-pingo commented 1 year ago

I have a question about the Factory setup in the buffer package of the ion-sfu project. When using it, it is queried based on the ssrc. However, the global ssrc may be duplicated (although the probability is relatively small). Have you considered this situation? What solutions are available for cases where RTP packets with duplicate ssrc are uploaded by different clients?