Scroll to navigation

MJR2PCAP(1) General Commands Manual MJR2PCAP(1)

NAME

mjr2pcap - Helper tool to convert a Janus recordings to pcap format.

SYNOPSIS

mjr2pcap source.mjr destination.pcap

DESCRIPTION

mjr2pcap is a simple utility that allows you to extract RTP packets from Janus recordings and save them to a .pcap file instead. Notice that network levels are simulated, and so are timestamps for when the packets have really been received, since that info is not stored in .mjr files. As such, its main purpose is helping analyze RTP packets, rather than investigate network issues.

EXAMPLES

mjr2pcap rec1234.mjr rec1234.pcap - Convert the recording to pcap

BUGS

https://github.com/meetecho/janus-gateway/issues.
https://janus.conf.meetecho.com/docs/ and that it has not been discussed already at https://groups.google.com/forum/#!forum/meetecho-janus. We only use Github for code issues, and NOT for configuration or usage issues: use the group for that.

SEE ALSO

https://github.com/meetecho/janus-gateway - Official repository
https://janus.conf.meetecho.com - Demos and documentation
https://groups.google.com/forum/#!forum/meetecho-janus - Community
https://www.meetecho.com/blog/ - Tutorials and blog posts on Janus

AUTHORS

Lorenzo Miniero (lorenzo@meetecho.com)