Document recording-format in README

changes/53/9753/1
Kristian Høgh 9 years ago committed by Richard Fuchs
parent 0edfb2dfcc
commit 901de5588b

@ -194,6 +194,7 @@ option and which are reproduced below:
--homer-id=INT 'Capture ID' to use within the HEP protocol
--recording-dir=FILE Spool directory where PCAP call recording data goes
--recording-method=pcap|proc Strategy for call recording
--recording-format=raw|eth PCAP file format for recorded calls.
Most of these options are indeed optional, with two exceptions. It's mandatory to specify at least one local
IP address through `--interface`, and at least one of the `--listen-...` options must be given.
@ -539,6 +540,11 @@ The options are described in more detail below.
In-kernel packet forwarding is fully supported with this recording method even for calls being
recorded.
* --recording-format
When recording to pcap file in raw (default) format, there is no ethernet header.
When set to eth, a fake ethernet header is added, making each package 14 bytes larger.
A typical command line (enabling both UDP and NG protocols) thus may look like:
/usr/sbin/rtpengine --table=0 --interface=10.64.73.31 --interface=2001:db8::4f3:3d \

Loading…
Cancel
Save