logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

       Lorenzo Miniero (lorenzo@meetecho.com)

                                                                                                     MJR2PCAP(1)

Bugs

       If you think you found a bug or want to contribute a feature, you can issue or a pull request on
       https://github.com/meetecho/janus-gateway/issues.

       Anyway, before doing that make sure you read the documentation at 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.

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.

       The tool requires two parameters: the path to the .mjr file to read, and a path to the target .pcap file.
       Notice that an attempt to process a non-RTP recording will result in an error.

Examples

mjr2pcaprec1234.mjrrec1234.pcap - Convert the recording to pcap

Name

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

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

Synopsis

mjr2pcapsource.mjrdestination.pcap

See Also