I'm using janus-gateway v1.1.1
My steps:
1. Creating 2 sessions and attach nosip plugin to them
2. Create offer(1st session)/answer(2nd session) between them
3. On 1st session send nosip recording method for all available streams
{
"janus" => "message",
"session_id" => session_id,
"handle_id" => handle_id,
"body" => %{
"request" => "recording",
"action" => "start",
"audio" => false,
"video" => true,
"peer_audio" => true,
"peer_video" => true,
"filename" => "/opt/janus/share/janus/recordings/test"
}
4. Stop recording
To check my recordings I use "janus.plugin.recordplay" plugin.
As a result I have 4 files on disk, but when I try to play peer-video it's empty (user-video play normal).