Chinaunix首页 | 论坛 | 博客
  • 博客访问: 201862
  • 博文数量: 63
  • 博客积分: 2764
  • 博客等级: 少校
  • 技术积分: 620
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-28 21:11
文章分类

全部博文(63)

文章存档

2011年(35)

2010年(28)

我的朋友

分类: C/C++

2011-04-13 16:52:01

JRTPLIB

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!

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!

Download

Several package formats are available:

  •  (338,180 bytes)
  •  (482,904 bytes)
  •  (611,845 bytes)

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.

EXAMPLES:

The following examples are included in the library package:

Here's a client/server example contributed by Mark Scott: 

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

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.

原文:

阅读(2445) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~