您的位置:首页 > 编程语言 > PHP开发

JRTPLIB 信息收集

2015-12-10 11:12 711 查看
JRTPLIB 是一个用C++写的,面向对象的RTP库。

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.

官网:

http://research.edm.uhasselt.be/~jori/page/index.php?n=CS.Jrtplib

编译:

参考1: vs2008 下编译jrtplib-3.9.0成功

参考2:   VC编译jrtplib库

参考3: jrtplib—VS2010下RTP开源协议库JRTPLIB3.9.1编译

编译好的库:

下载地址1:http://download.csdn.net/detail/jid_223/3670397

下载地址2:http://download.csdn.net/detail/zgzhaobo/4205828  : JRTPLIB3.9.1

JRTPLIB 使用:

使用jrtplib(RTP)传输H.264视频文件(1)

JRTPLIB使用实例

附加1,RTP介绍:

为什么要使用RTP

关键参数:

Timestamp:  时间戳32bits,如果为视频的话,应该设置为1/9000,音频为1/8000; 

TimeStampIncrement
: 视频9000/25  (如果25

FPS), 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: