rohc_gen_stream − The generator of compressed/uncompressed RTP streams
rohc_gen_stream
[General options]
rohc_gen_stream uncomp MAX OUTPUT
rohc_gen_stream [Compression options] comp MAX
OUTPUT
Generate an (un)compressed stream for performance testing
General
options:
−h, −−help
Print this usage and exit
−v, −−version
Print the application version and exit
Compression
options:
−−cid−type TYPE
The type of CID to use among ’smallcid’ and ’largecid’
−−max−contexts NUM
The maximum number of ROHC contexts to simultaneously use during the test
−−wlsb−width NUM
The width of the WLSB window to use
Mandatory parameters:
MAX |
The number of packets to generate | ||
OUTPUT |
The name of the output file with the generated stream (in PCAP format) |
rohc_gen_stream uncomp 1000 rtp.pcap
Generate 1000 RTP packets in file rtp.pcap
rohc_gen_stream comp 500 rohc.pcap
Generate 500 RTP packets, compress them, then store them in file rohc.pcap
Report bugs to <http://rohc−lib.org/>.