JRTPLIB is an object-oriented RTP library written in C++. It was first developed for my thesis at the School for Knowledge Technology (or 'School voor Kennistechnologie' in Dutch), a cooperation between the Hasselt University and the Maastricht University.
The latest version of the library is 3.11.1 (March 2017). You can take a look at the ChangeLog and browse previous versions or development code at GitHub.
The 3.x.x series is a complete rewrite of the library and is meant to be compliant with RFC 3550. Also, the library now provides many useful components which can be helpful in building all sorts of RTP-capable applications. This version was developed at the Expertise Centre for Digital Media (EDM), a research centre of the Hasselt University.
The older 2.x series is also still available. Note that this version is not compliant with RFC 3550!
Features
The library offers support for the Real-time Transport Protocol (RTP), defined in RFC 3550. It makes it very easy to send and receive RTP packets and the RTCP (RTP Control Protocol) functions are handled entirely internally. For more detailed information you should take a look at the documentation included in the package.
Platforms
Currently, the library is known to work on the following platforms:
- GNU/Linux
- MS-Windows (both Win32 and WinCE)
- Solaris
The library will probably work on other unix-like environments too.
What's the price?
The library is totally FREE!
However, I enjoy getting snail mail, so feel free to send a nice post card to
Wetenschapspark 2
3590 Diepenbeek
Belgium
Download
Several package formats are available:
The library uses the JThread library to automatically poll for incoming data in the background, so you may want to install it too. Of course, if you'd rather not have it installed, the library will also work without JThread (but you'll have to poll for incoming data yourself). Note that this version requires at least JThread 1.3.0
If you're working with Visual Studio and you're having trouble getting started, perhaps the following document can help: visual_studio_jthread_jrtplib_compilation.txt
The documentation can be generated using Doxygen, but is also available on-line at jrtplib.readthedocs.io.
EXAMPLES:
The following examples are included in the library package:
Copyright & disclaimer
The following copyright notice and disclaimer applies to the library.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
So basically, you can use the library in any way you like, as long as you leave the copyright and disclaimer in the sources.
Projects using JRTPLIB
Since I'm always curious about where my work is being used, you're welcome to add a description of the project in which you're using JRTPLIB.
Contact
If you have any questions, remarks, suggestions or you would simply like to tell me what you are using the library for (I'm always interested), you can send me an email at this address: jori.liesenborgs@gmail.com
from:http://research.edm.uhasselt.be/jori/page/CS/Jrtplib.html
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 阿里最新开源QwQ-32B,效果媲美deepseek-r1满血版,部署成本又又又降低了!
· 单线程的Redis速度为什么快?
· SQL Server 2025 AI相关能力初探
· AI编程工具终极对决:字节Trae VS Cursor,谁才是开发者新宠?
· 展开说说关于C#中ORM框架的用法!
2017-03-26 使程序在Linux下后台运行 (关掉终端继续让程序运行的方法)
2017-03-26 Linux前台的程序转到后台执行(关闭终端而不杀死命令)
2015-03-26 让C/C++程序一次编译可以发布到多版本Linux之上
2015-03-26 linux下so动态库一些不为人知的秘密(中二)
2015-03-26 linux下so动态库一些不为人知的秘密(中)
2015-03-26 linux下so动态库一些不为人知的秘密(上)
2013-03-26 C++中int 转换成 string类型