Node.js WebRTC client

后端 未结 8 1256
既然无缘
既然无缘 2020-11-30 23:50

I am looking for a webrtc implementation for node.js
to transmit data from a nodeJS client to another webRTC peer.

So in my case the nodejs appl

8条回答
  •  攒了一身酷
    2020-12-01 00:42

    This solution provides video streaming from native to web. i.e. no need for browser to capture video, and it broadcast video to client browser. There is a websocket example that works just fine.

    Your challenge actually is to build and link webrtc.node, and it is all explained in the above link.

提交回复
热议问题