WebRTC MCU( Multipoint Conferencing Unit)服务器调研

Posted DoubleLi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WebRTC MCU( Multipoint Conferencing Unit)服务器调研相关的知识,希望对你有一定的参考价值。

接触过的有licode、kurento.

licode的缺陷:文档支持有限,licode的app client库只有js的

kurento的优势:文档齐全,Demo俱备,封装API比较齐全。它的主要特性:

 

  • Networked streaming protocols, including HTTPRTP and WebRTC.
  • Group communications (MCUs( Multipoint Conferencing Unit) and SFUs(Selective Forwarding Unit.) functionality) supporting both media mixing and media routing/dispatching.
  • Generic support for computational vision and augmented reality filters.
  • Media storage supporting writing operations for WebM and MP4 and playing in all formats supported by GStreamer.
  • Automatic media transcodification between any of the codecs supported by GStreamer including VP8, H.264, H.263, AMR, OPUS, Speex, G.711, etc.
除了以上特性,kurento对于我们要做的WebRTC MCU服务,有专用的Room API,方便实现此类功能。其丰富的视频处理功能也是选用这个解决方案的重要原因之一。也可以基于kurento做Peer2Peer的信令服务。

以上是关于WebRTC MCU( Multipoint Conferencing Unit)服务器调研的主要内容,如果未能解决你的问题,请参考以下文章

为 webrtc 实现 Janus 网关

WebRTC 中继服务器/广播多个客户端

RDS2016 Multipoint Role

基于Kurento的WebRTC移动视频群聊技术方案

客户端-服务器 WebRTC 应用程序是不是需要 ICE?

freeswitch 编译