The RTP connection should be destroyed by calling context->destroy_* functions to ensure that the session is completely destroyed. These functions will call the writer's/reader's destructor, close the socket, release all common resources, remove them from the global hashmap and send RTCP BYE message to all other participants |
||
|---|---|---|
| examples | ||
| src | ||
| .gitignore | ||
| Makefile | ||
| README.md | ||
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