node (socket) live audio stream / broadcast

后端 未结 3 1617
生来不讨喜
生来不讨喜 2020-12-23 08:32

Please, is there any easy way to stream (broadcast) media file (ogg, mp3, spx..) from server to client (browser) via NODE.js and possibly SOCKET.IO?

I have to recor

3条回答
  •  無奈伤痛
    2020-12-23 09:18

    You can do this with node and RTC. There is some tools ready to use like SimpleWebRTC or EasyRTC. For what I already tested video is still a trouble, but audio works great.

提交回复
热议问题