There is a standard WebRTC p2p web conferencing implementation. Used socket.io and node-static as a server. I need to write both streams (both videos) “on the fly” to a video file. The format does not matter.
Writing a blob and then downloading or uploading it to the server is easy, but how do you write the stream right away? The user should not press the "record" or "save record" buttons. He can just close the conference tab and leave. In this case, the file on the server should already be. That is, it somehow needs to be written there, for example, via web-sites.
Is it all real?