博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
JRTPLIB 信息收集
阅读量:4298 次
发布时间:2019-05-27

本文共 535 字,大约阅读时间需要 1 分钟。

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.

官网:

编译:

参考1: 

参考2:   

参考3: 

编译好的库:

下载地址1:

下载地址2:  : JRTPLIB3.9.1

JRTPLIB 使用:

附加1,RTP介绍:

关键参数:

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

转载地址:http://zrnws.baihongyu.com/

你可能感兴趣的文章
Xcode 的正确打开方式——Debugging
查看>>
打包app出现的一个问题
查看>>
iOS在Xcode6中怎么创建OC category文件
查看>>
Expanding User-Defined Runtime Attributes in Xcode with Objective-C
查看>>
iOS7 UITabBar自定义选中图片显示为默认蓝色的Bug
查看>>
提升UITableView性能-复杂页面的优化
查看>>
25 iOS App Performance Tips & Tricks
查看>>
那些好用的iOS开发工具
查看>>
iOS最佳实践
查看>>
使用CFStringTransform将汉字转换为拼音
查看>>
更轻量的 View Controllers
查看>>
Chisel-LLDB命令插件,让调试更Easy
查看>>
时间格式化hh:mm:ss和HH:mm:ss区别
查看>>
When to use Delegation, Notification, or Observation in iOS
查看>>
Objective-C Autorelease Pool 的实现原理
查看>>
编程语言大牛王垠:编程的智慧,带你少走弯路
查看>>
ios指令集以及基于指令集的app包压缩策略
查看>>
iOS开发者的福利 — — iOS9+Xcode7免越狱免证书直接调试
查看>>
3、JavaWeb学习之基础篇—JSP
查看>>
4、JavaWeb学习之基础篇—Session
查看>>