blob: e95e83ac3ba1890c24873ad365ac38b60eefd603 [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001
2 This directory includes example programs intended for testing
3and illustrating features of ccRTP:
4
5 * rpthello: illustrates transmission/reception of RTP packets
6 using the RTPSession class.
7
8 * rtpsend: sends RTP/RTCP packets
9
10 * rtplisten: waits for RTP/RTCP incoming packets
11
12 * rtpduphello: illustrates transmission/reception of RTP packets
13 using RTPDuplex
14
15 * ccrtptest: this is not really a demo program, it performs a
16 number of tests over some core functionality as well as some
17 tricky aspects in order to check that ccRTP works well.