ionorg / ion-sfu

Pure Go WebRTC SFU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

im-pingo opened this issue · comments

commented

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?