mjr2pcap − Helper tool to convert a Janus recordings to pcap format.
mjr2pcap source.mjr destination.pcap
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.
mjr2pcap rec1234.mjr rec1234.pcap − Convert the recording to pcap
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://janus.discourse.group/. We only
use Github
for code issues, and NOT for configuration or usage
issues: use the
group for that.
https://github.com/meetecho/janus-gateway
− Official repository
https://janus.conf.meetecho.com − Demos and
documentation
https://janus.discourse.group/ − Community
https://www.meetecho.com/blog/ − Tutorials and blog
posts on Janus
Lorenzo Miniero ([email protected])