rtpplay(1)
| RTPPLAY(1) | General Commands Manual | RTPPLAY(1) |
NAME
rtpplay — play
back RTP sessions recorded by rtpdump
SYNOPSIS
rtpplay |
[-hTv] [-b
time] [-e
time] [-f
infile] [-s
port]
[address]/port[/ttl] |
DESCRIPTION
rtpplay reads RTP session data in a format
recorded by “rtpdump -F dump” 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 options are as follows:
-btime- Skip the first time seconds of input.
-etime- Only use the first time seconds of input.
-finfile- Read input from the given infile instead of from standard input.
-h- Print a short usage summary and exit.
-sport- Send packets from the specified port. By default, packets are sent from a random port.
-T- Time the outgoing RTP packets according to the arrival time. By default, the RTP timestamps are used for timing instead, which smooths jitter and restores the original packet sequence. RTCP packets are always sent with their arrival timing, which may change the relative order of RTP and RTCP packets.
-v- Print the packets to standard output as they are sent out. By default,
rtpplayoperates silently.
SEE ALSO
AUTHORS
rtpplay 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>.
| April 3, 2018 | Linux 6.12.85-6.12-alt1 |
