问题:sdp协商时,带有IPV6的信息,需要将IPV6相关信息去掉
原因:网卡启用了ipv6通道
解决:关闭IPv6数据接口
netsh interface isatap set state disable
netsh interface 6to4 set state disabled
netsh interface teredo set state disable