UDP校验和区间:首部和数据部分一起校验。 UDP伪首部:第3字段全是零,第4个字段是IP首部中的协议字段的值。对于UDP,此协议字段值为17。 UDP组播: 组播报文的目的地址使用D类IP地址, D类地址不能出现在IP报文的源IP地址字段。单播数据传输过程中,一个数据包传输的路径是从源地址路由到目的地址,利用“逐跳
Code Pull requests Actions Projects Security Insights Additional navigation options xia-chu committedJan 8, 2023 openRtpServer udp多端口模式默认绑定发送端地址,防止多路同时推流时ssrc冲突问题 master 1 parentfcf70c6commit44f4e9a 1 file changed
openRtpServer udp多端口模式默认绑定发送端地址,防止多路同时推流时ssrc冲突问题 master 1 parentfcf70c6commit44f4e9a File tree src/Rtp RtpServer.cpp 1 file changed +7 -1 lines changed Diff for:src/Rtp/RtpServer.cpp +7-1 Original file line numberDiff line numberDiff line change ...