分类: C/C++
2011-04-13 16:52:01
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 and the .
The latest version of the library is 3.8.2 (February 2011). You can take a look at the .
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 (EDM), a research centre of the .
The older series is also still available. Note that this version is not compliant with RFC 3550!
FeaturesThe 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.
PlatformsCurrently, the library is known to work on the following platforms:
The library will probably work on other unix-like environments too.
What's the price?The library is totally FREE!
DownloadSeveral package formats are available:
A daily SVN snapshot of the library can be found . This is work in progress, so don't be surprised if something doesn't work.
The library uses the 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.1.0
The documentation can be generated using . It's also possible to browse the documentation on-linehere.
Here's a Gentoo ebuild script for JRTPLIB:
Thanks to Mathy Vanvoorden (matje at lanzone dot be) for writing this.
The following examples are included in the library package:
Here's a client/server example contributed by Mark Scott:
Copyright & disclaimerThe following copyright notice and disclaimer applies to the library.
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 JRTPLIBSince 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.
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
There is also a mailing list for the library. To subscribe to the list, just send an e-mail to jrtplib-subscribe@edm.uhasselt.be and you'll receive further instructions.
原文: