rtptools

Tools for processing, analyzing, and manipulating RTP (Real-time Transport Protocol) data

brewmacoslinux
Try with needOr install directly
Source

About

Set of tools for processing RTP data

Commands

rtpdumprtpplayrtpsendrtpstat

Examples

Capture RTP packets from network interface and save to file$ rtpdump -F payload -o capture.rtp 224.2.2.2/5004
Analyze RTP traffic statistics and display packet information$ rtpstat capture.rtp
Replay captured RTP data to specified destination address and port$ rtpplay -T rtp 224.2.2.2/5004 < capture.rtp