Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道你们中是否有人了解开源 html5 sip 客户端,它称为 SIPML5。
我似乎无法弄清楚如何在不使用 RTP/SAVPF 的情况下开始工作。
所以我的问题是是否可以使用 RTP/SAVP 而不是 RTP/SAVPF?
说谎。在传入 SDP 之前,只需将所有 RTP/SAVP 实例替换为 RTP/SAVPF。它应该工作得很好。
RTP/SAVPF 和 RTP/SAVP 相当兼容。“F”表示 RTP 配置文件,其中 RTCP 反馈的时间更加宽松。由于大多数 RTP 端点不严格检查 RTCP 反馈时序,因此 RTP/SAVP 端点通常会与 RTP/SAVPF 端点互操作。