Janus WebRTC gateway Recordings Post Processor
659
This is a utility from Janus team to convert mjr files created with Janus to standard formats.
I am not associated in any way with Janus or Meetecho, I'm just providing this tool.
This version of the utility ships as Docker container so it needs docker to run, if you have compiled Janus by yourself and want to use this utility,
please reconfigure it using --enable-post-processing, then recompile, and will find the utility under /opt/janus/bin/janus-pp-rec.
janus-pp-rec fileThe provided janus-pp-rec executable file has been compiled under alpine linux 3.6 so this docker image is based on that OS.
run.sh file/usr/local/bin/mjr2mp4chmod a+x /usr/local/bin/mjr2mp4curl --fail -L https://github.com/giordanocardillo/janus-post-processor/releases/download/1.0-mp4/mjr2mp4 > /usr/local/bin/mjr2mp4 && chmod a+x /usr/local/bin/mjr2mp4
The first time it will download the container (It is something about 40 MB, it contains also full ffmpeg) then run the utility
Content type
Image
Digest
Size
20 MB
Last updated
almost 9 years ago
docker pull giordanocardillo/janus-post-processor