rtpsend(1)

RTPSEND(1) General Commands Manual RTPSEND(1)

NAME

rtpsendgenerate RTP packets from textual description

SYNOPSIS

rtpsend [-ahlv] [-f infile] [-s port] [address]/port[/ttl]

DESCRIPTION

rtpsend reads a stream of RTP and RTCP packets in a textual format produced by rtpdump(1)'s ascii or hex or rtcp from standard input and resends the traffic to the given address/port, optionally with a given value of ttl. The address defaults to “localhost”. The port number must be an even number. The input file can also be written manualy, allowing for hand-crafted packets.

The options are as follows:

-a
Include a router alert IP option in RTCP packets. This is used by the YESSIR resource reservation protoccol.
-f infile
Read the packets from the given infile instead of standard input.
-h
Display a short usage summary and exit.
-l
Send the same sequence of packets again and again. This only works if the input is read from a regular file instead of the standard input. See the -f option.
-s port
Send the packets from the given port. By default, rtpsend chooses a random port.

SEE ALSO

rtpdump(1), rtpplay(1)

AUTHORS

rtpsend was written by Henning Schulzrinne <hgs@cs.columbia.edu>, with enhancements by Ping Pan, Akira Tsukamoto <akira.tsukamoto@gmail.com>, Jan Stary <hans@stare.cz>, and Jan Janak <janakj@cs.columbia.edu>.

June 25, 2018 Linux 6.12.85-6.12-alt1