Is there any ways to download recordings from janus by API? Or transfer mjr to normal video\audio files by API, not from script ./janus-pp-rec in terminal
Is there any ways to download recordings from janus by API?
There is no Janus API for that. An alternative way could be storing/moving the recording in a web hosted folder and just download via HTTP or similar.
Or transfer mjr to normal video\audio files by API, not from script ./janus-pp-rec in terminal
janus-pp-rec is needed to convert recordings into playable media files. MJR files are just RTP packets dumps.
If it possible to add feature to download files by API in future?
I don’t think that’s a good idea. Janus does not have “download-like” APIs. The APIs are just meant for signaling and notifying events.