Go to file
Aaro Altonen e0fe94b13d Add gitignore 2019-04-01 10:12:09 +03:00
src Add support for Opus streaming 2019-04-01 08:52:06 +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