博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
jrtplib编译指南
阅读量:6533 次
发布时间:2019-06-24

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

The library offers support for the Real-time Transport Protocol (RTP),
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).

如果需要安装jThread,需要CMake 3.0 or higher is required.
升级cmake
cmake -version
安装jtread:
 cmake  CMakeLists.txt 
make && make install

如果不需要jthread
就直接互jstplib目录下执行
cmake .或
 cmake  CMakeLists.txt 
make && make install
文档地址:
参考:

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

你可能感兴趣的文章
深入浅出SQL Server Replication第一篇:走近Replication(上)
查看>>
[TopCoder][SRM] SRM 562 DIV 2
查看>>
SQLSERVER是怎麽通过索引和统计信息来找到目标数据的(第一篇)
查看>>
LocalAlloc,VirtualAlloc,malloc,new的异同
查看>>
回调函数
查看>>
win7 x64 jdk1.7.0_51
查看>>
linux中利用iptables+geoip过滤指定IP
查看>>
在myeclipse中写sql语句的细节问题
查看>>
使用ShellExecute打开目标文件所在文件夹并选中目标文件
查看>>
HDU 4614 Vases and Flowers (2013多校2 1004 线段树)
查看>>
Minix中的字符判定ctype.c
查看>>
91平台iOS接入demo
查看>>
用js实现table内容从下到上连续滚动
查看>>
基于ffmpeg的流媒体服务器
查看>>
项目积累——Blockingqueue,ConcurrentLinkedQueue,Executors
查看>>
JVM学习笔记(一)------基本结构
查看>>
活动目录之备份与恢复
查看>>
删除 Eclipse 的 configuration 目录
查看>>
ActiveX开发知多少?
查看>>
你不得不知道的Visual Studio 2012(3)- 创建Windows应用程序
查看>>