openvidu

Video recording with OpenVidu and electron

℡╲_俬逩灬. 提交于 2020-03-23 07:51:29
问题 I have to be able to record an incoming video call into a file. The recording must be done on the desktop application, built with electron. I'm using OpenVidu as a streaming platform. Is there any way to do that? 回答1: @Vasniktel Technically it could be possible to record the video client side as there are a number of WebRTC examples that record locally on the client, however this is not natvie to openvidu. However recording on electronjs is... github.com/hokein/electron-screen-recorder