examples: rtp: Add end-to-end rtpbin example with RTX elements
authorTorrie Fischer <torrie.fischer@collabora.co.uk>
Wed, 13 Nov 2013 20:11:35 +0000 (15:11 -0500)
committerWim Taymans <wtaymans@redhat.com>
Fri, 3 Jan 2014 19:48:29 +0000 (20:48 +0100)
commite29b5f8b41bbadbcb0ac7dd18f783b33c0a6d42f
tree6fa5cbba0ed7fe9bdcbdc3dfdee5c2e01b32a3a1
parentd2edee4b49f1ef4480a1dec1348ef68ea7ef7210
examples: rtp: Add end-to-end rtpbin example with RTX elements

This example demonstrates how to use rtpbin with retransmission (rtx)
elements set in the place of rtpbin's "aux" elements in order to
enable RTP retransmission according to the rules of RFC4588.
tests/examples/rtp/.gitignore
tests/examples/rtp/Makefile.am
tests/examples/rtp/client-rtpaux.c [new file with mode: 0644]
tests/examples/rtp/server-rtpaux.c [new file with mode: 0644]