Update:
janus-pp-rec is working great, however I'm now having an issue with the unprocessed recordings showing up in weird places when using the videoroom plugin.
it seems that the "rec_dir" is being ignored, and the recordings instead end up in whatever directory im in when i start the janus server?? i am configuring the room on the fly in js (other things seem to work, ie, i have users in the session, and the recording is enabled, its just the location doesnt seem to be applied)
to reproduce:
1. navigate to /opt/janus/bin and run janus
2. in js i update the room: message = { "request": "configure", "room": theRoom, "record": true, "rec_dir": "/var/www/html/recordings" };
the recording is enabled for the room, but the recordings end up in /opt/janus/bin
if i were in my home directory, and simply typed /opt/janus/bin/janus, the recordings end up in the home directory
i'll continue to test, but as i recall when i specified the directory in a config file, it worked. but my hope now is to have dynamic rooms so the recording directory cannot be specified in advance
any insight is welcome.. hopefully im just a noob and its not a bug
cheers