Node.js WebRTC client

后端 未结 8 1269
既然无缘
既然无缘 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

    It is possible to establish a WebRTC data connection from node.js to browser with the serverless-webrtc package which uses the wrtc package as WebRTC implementation.

    Unfortunately, when I try using wrtc module with signalling libraries like PeerJS or EasyRTC, the connection is not establish (the error message is "ICE failed"). If anyone has had any success with using any high-level libraries on top of wrtc, I would be grateful for the information.

提交回复
热议问题