我需要WebRTC服务器(中间件流媒体服务器)来混合音频和视频(如多方会议),而不是WebRTC点对点通信。
WebRTC流媒体通过互联网有很多选择,但其中大部分(我见过)都是基于Linux的,如Kurento Media Server,Janus Gateway,Intel Collaboration Suite等。
请有人建议我这种可以在Windows平台上运行的WebRTC网关(服务器)。因为,目前我们有Windows设置,我们无法取代它。
答案 0 :(得分:2)
Kurento Media Server已移植到Windows!它没有正式维护,但您可以找到代码here。
答案 1 :(得分:1)
Janus WebRTC Gateway已移植到Windows https://github.com/marcin-sielski/janus-gateway/releases。它可以与GStreamer结合使用。