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.
如果我们使用每秒多少个数据包
Speex 编解码器 - 16kHz - H.323,SIP
在 Ekiga 软电话中?以及如何计算?
在 Speex 中,帧大小始终为 20ms,因此为了最大限度地减少延迟,它应该/将始终每秒生成 50 个数据包。只有数据包大小会有所不同。
编解码器本身并不禁止在一个数据包中合并多个帧,但这会大大增加延迟,对于软电话来说可能不是一件好事。
Speex RTP 配置文件文档中还提供了您需要的所有详细信息以及更多信息。