ROHC_GEN_STREAM

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
REPORTING BUGS

NAME

rohc_gen_stream − The generator of compressed/uncompressed RTP streams

SYNOPSIS

rohc_gen_stream [General options]
rohc_gen_stream
uncomp MAX OUTPUT
rohc_gen_stream
[Compression options] comp MAX OUTPUT

DESCRIPTION

Generate an (un)compressed stream for performance testing

OPTIONS

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)

EXAMPLES

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

REPORTING BUGS

Report bugs to <http://rohc−lib.org/>.