File: README

package info (click to toggle)
libccrtp 2.0.9-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,476 kB
  • sloc: sh: 10,900; cpp: 9,590; ansic: 2,567; makefile: 135
file content (17 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

	This directory includes example programs intended for testing
and illustrating features of ccRTP:

	* rpthello: illustrates transmission/reception of RTP packets
	using the RTPSession class.

	* rtpsend: sends RTP/RTCP packets

	* rtplisten: waits for RTP/RTCP incoming packets

	* rtpduphello: illustrates transmission/reception of RTP packets
	using RTPDuplex

	* ccrtptest: this is not really a demo program, it performs a
	number of tests over some core functionality as well as some
	tricky aspects in order to check that ccRTP works well.