WebRTC/WebSocket screen recording

前端 未结 3 1466
萌比男神i
萌比男神i 2021-01-19 01:53

In my use case I would like to record the screen activity and send it to server [not live]. I looked at few blogs/sample demos for this. But I couldn\'t find anything relate

3条回答
  •  时光取名叫无心
    2021-01-19 02:03

    As suggested by @mido, in the client side I would use MediaRecorder API. Another option would be to record in the server side. For the latter option, you can use some open source media server, like [Kurento] (http://www.kurento.org/).

提交回复
热议问题