Node.js - webrtc peer?

后端 未结 1 1784
别那么骄傲
别那么骄傲 2021-01-21 09:31

Since node uses javascript, can it act as a webrtc peer?

Can I then encode it as a VP8 stream and broadcast to all other peers?

相关标签:
1条回答
  • 2021-01-21 10:13

    WebRTC is a browser API rather than being part of Javascript, so it'd need to be implemented as a Node module.

    There are projects to build this though. Check this out:

    http://blog.appfog.com/new-horizons-in-node-js-app-js-and-webrtc/

    0 讨论(0)
提交回复
热议问题