Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个应用程序,我可以在其中使用webRTC peerConnection api在两个客户端之间开始视频会议。我使用node.js来编写服务器端脚本,使用socket.io来实现套接字。现在我想记录这个实时视频聊天会话并保存。怎么办?我试图找出答案,但一无所获。也许我没有找对地方。请帮忙。
这不会直接帮助您处理 Node.js,但您可以在服务器上使用C++ API并从中记录。webrtc.org 存储库中有一个示例客户端应用程序。