本文主要是介绍rtpengine 的端点学习模式,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
端点学习模式(endpoint-learning)= delayed|immediate|off|heuristic
- delayed
延迟模式,等待 3 秒钟,然后再提交到端点地址
- immediate
立即模式,收到第一个 rtp 包之后立即学习,不等 3 秒
- off
关闭模式,慎用,因为等于关闭了 rtp nat
- heuristic
启发模式,不太了解
以后有机会专门做下测试
找到二个 issus,但需要时间做仔细研究:
- https://github.com/sipwise/rtpengine/issues/817
- https://github.com/sipwise/rtpengine/issues/330
这篇关于rtpengine 的端点学习模式的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!