声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1460010/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。
显示中英文Best C++ RTP/RTSP library
c++udpsiprtprtsp
提问by cubesoft
I'm looking for a RTP/RTSP library in C++. I found pjsipbut it is more C-style. I'm looking for more OO library.
我正在寻找 C++ 中的 RTP/RTSP 库。我找到了pjsip,但它更像是 C 风格的。我正在寻找更多的 OO 库。
采纳答案by jesup
JRTPLIBis very nice, and used in well-known projects such as SightSpeed (and lots of little ones). Pretty well-designed, very flexible license; pretty easy to get things right with it.
JRTPLIB非常好,用于著名的项目,例如 SightSpeed(以及许多小项目)。精心设计,非常灵活的许可证;很容易把事情做好。
回答by Toad
check live555Useful libraries and code examples of how to stream stuff from your own app
查看live555有用的库和代码示例,了解如何从您自己的应用程序流式传输内容
R
电阻