org link conference server Configure the MCU server 1. set the maximum numbers of open files, running processes and maximum stack size to a large enough number sudo su echo "* hard nproc unlimited * soft nproc unlimited * hard nofile * soft nofile *…
年后回来,因为新项目的需求,开始了解WebRTC相关的知识.目前接触的是Intel® Collaboration Suite for WebRTC.刚开始看SDK发现很多概念是我目前不知道的,于是恶补了一周基本的网络相关的知识.再来看Demo和Jar包里面的源码,对其代码逻辑的理解更深一步了.下面从代码层面分模块对Demo的设计和使用进行总结: 首先声明一下核心的对象: private ConferenceClient mRoom; 无论是登录还是发布.订阅Stream,我们都需要mRoom来进…