PCAP2MJR(1) | General Commands Manual | PCAP2MJR(1) |
pcap2mjr - Helper tool to convert a pcap dump to a Janus recording.
pcap2mjr [options] source.pcap destination.mjr
pcap2mjr is a simple utility that allows you take .pcap network captures, extract a specific RTP session via its SSRC, and convert it to an .mjr Janus recording instead. Its main purpose is helping convert .pcap captures to media files, or make it easier to replay them via Janus.
pcap2mjr -c opus -s 12345678 rec1234.pcap rec1234.mjr - Read all RTP packets with SSRC 12345678 from the provided .pcap file, and save them to a new .mjr file as an Opus recording
Lorenzo Miniero (lorenzo@meetecho.com)