All Projects → sipcapture → rtpbreakr

sipcapture / rtpbreakr

Licence: AGPL-3.0 license
RTP Audio Juicer

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

RTPbreakR

Build Status

Requirements:

  • Compile:
    • libpcap-dev, libnet-dev
  • Runtime:
    • ffmpeg 2.x and gnuplot 4.4 installed on the target system

NOTE: For older ffmpeg versions (0.x) use this version

Usage

$ rtpbreakr (-r|-i) <source> [options]

Example with n2disk Timeline

$ ./npcapextract -t /tmp/n2disk/timeline -b "2015-10-18 12:10:00" -e "2015-10-18 12:20:00" -o /path/to/rtp.pcap -f "((udp) and ((port 7800) or (port 32402)) and ((host 192.168.1.254) or (host 192.168.1.200)))” 
$ ./rtpbreakr -r /path/to/rtp.pcap -d /tmp

Output:

/tmp/rtp.0.1.g711A
/tmp/rtp.0.1.txt
/tmp/rtp.0.1.mp3
/tmp/rtp.0.1.mp3.png
/tmp/rtp.0.2.g711A
/tmp/rtp.0.2.txt
/tmp/rtp.0.2.mp3
/tmp/rtp.0.2.mp3.png
/tmp/rtp.0.html
/tmp/rtp.0.txt

mugshot

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].