Node.js synchronized audio streaming between server and clients?

后端 未结 2 648
夕颜
夕颜 2020-12-30 09:05

I am trying to build a web application that will stream an audio in the browser (without any plugins), with an ability to let other users join in to www.mys

2条回答
  •  感情败类
    2020-12-30 09:39

    I've been thinking about WebRTC in similar use some time ago. It's one of solutions to create a WebRTC peer in server side node application. I've never done something like that, but check i.e. that question:

    Use node.js as a WebRTC peer?

提交回复
热议问题