Go to file
Aaro Altonen e4710fbe77 Format code and add debug prints in rtp_hevc.cc 2019-05-17 09:30:58 +03:00
examples Add example code for sending Opus 2019-05-17 09:18:07 +03:00
src Format code and add debug prints in rtp_hevc.cc 2019-05-17 09:30:58 +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 Initial commit 2019-03-30 12:21:51 +02:00

README.md

rtplib

Based on Marko Viitanen's fRTPlib

building

mkdir build
cd build
cmake ..
make
sudo make install