欢迎访问我的独立博客

jrtplib编译指南

The library offers support for the Real-time Transport Protocol (RTP),
The library uses the JThread 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
posted @ 2018-02-05 11:08  github.com/starRTC  阅读(200)  评论(0编辑  收藏  举报