GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RTPPLAY(1) FreeBSD General Commands Manual RTPPLAY(1)

rtpplay
play back RTP sessions recorded by rtpdump

rtpplay [-hTv] [-b time] [-e time] [-f infile] [-p profile] [-s port] address/port[/ttl]

rtpplay reads RTP session data recorded by “rtpdump -F dump”, from standard input and resends the traffic to the given address/port, optionally with a time-to-live value of ttl.

The options are as follows:

time
Skip the first time seconds of input.
time
Only use the first time seconds of input.
infile
Read input from the given infile instead of from standard input.
Print a short usage summary and exit.
profile
Use the specified profile of payload type to frequency mapping. By default, rtpplay uses the frequency profile specified in RFC 1890. For example, A-law PCM audio will be a single channel with a sample rate of 8 kHz. The profile file consists of lines containing two numeric values: the numeric payload type and the sample rate. This is silently ignored if -T is used.
port
Send packets from the specified port. By default, packets are sent from a random port.
Time the outgoing RTP packets according to the original arrival time. By default, the RTP timestamps are used for timing instead. This smooths jitter and restores the packet sequence. RTCP packets are always sent with their original arrival timing, which may change the relative order of RTP and RTCP packets.
Print the packets to standard output as they are sent out. By default, rtpplay operates silently.

rtpdump(1), rtpsend(1)

rtpplay was written by Henning Schulzrinne <hgs@cs.columbia.edu>, with enhancements by Ping Pan and Akira Tsukamoto <akira.tsukamoto@gmail.com>.
November 23, 2017 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.