pom:target:rtp
This is an old revision of the document!
target_rtp
This target dumps RTP packets into wave files. It currently supports the codecs G.711U, G.711A and G.722. This target need to find a rtp header in the packet it process. A typical rule will look like this :
ipv4.src == 10.1.2.0/24 | udp | rtp
It has the following parameters :
- prefix
Prefix of the files including the path. For example, a prefix of '/tmp/dump' will create files in /tmp and named dump-XXXXXXXX. The prefix supports variable expansion. See File path expansion for more details.
Default : dump
- jitter_buffer
Size of buffer to use while waiting for data from the reverse direction. If nothing is received in the reverse direction and this buffer gets full, the RTP connection will be considered one way only.
Default : 4000 bytes
pom/target/rtp.1350032230.txt.gz · Last modified: 2020/05/26 21:59 (external edit)