Hello,
I am working on one easyrtc application. I am restricting that only 2 peers can be in chat at a time in video+audio call.
Using RecordRTC with
socket.io, I am able to record audio+video for local stream as output I get .webm file generated on my node.js server.
Now, My local side is like Agent. I want to record the local (Agent local stream) + remote stream (other user's stream), both on one side only.
I want Agent side to record agent local stream and other user's stream as well.
And I can create two videos as an Agent video and Visitor Video.
Is there any possibility with RecordRTC with
socket.io to record two videos at a time and save two different files from two different streams.
Regards,
Mandar.