Provided by: janus-tools_1.0.4-1_amd64 bug

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.

       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

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

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.

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)

                                                                                      MJR2PCAP(1)