Go to file
Aaro Altonen 65132821a4 Create Qt project file 2019-06-03 09:35:19 +03:00
examples Add missing SDP for HEVC 2019-05-29 08:43:07 +03:00
src Delete unnecessary frame allocation from frame.cc 2019-05-29 12:53:03 +03:00
.gitignore Add gitignore 2019-04-01 10:12:09 +03:00
Makefile Initial commit 2019-03-30 12:21:51 +02:00
README.md Update README.md 2019-05-17 09:36:54 +03:00
kvzrtp.pro Create Qt project file 2019-06-03 09:35:19 +03:00

README.md

rtplib

Based on Marko Viitanen's fRTPlib

building

mkdir build
cd build
cmake ..
make
sudo make install

defines

if you want to enable run-time rtp statistics, use RTP_STATS

if you want to disable all prints (the rtp lib is quite verbose), use RTP_SILENT