Code Monkey home page Code Monkey logo

Comments (1)

hyrious avatar hyrious commented on August 16, 2024

目前定的小班课人数上限 16(上台数)主要来自于 Agora RTC (音视频推流服务) 最多只支持 17 人同时发流 (老师始终在台上)。

如果要允许更多人进入房间,目前小班课已经支持 (只是超过的观众不会自动上台)。

如果要允许更多人上台发流,业内有几种方案:

  • 一个房间不止对应一个频道,而是对应多个频道,通过跨频道媒体流转发实现多路视频,缺点是容易打到客户端性能上限;
  • 增设中间服务器合并视频流,类似腾讯的元宇宙会议场景,此方法需要额外部署计算节点,我们目前资源有限无法实现。

如果你对上面提到的技术有兴趣,可以自行研究。更多有关 Flat 的功能讨论建议反馈给 @Leooeloel: https://www.yuque.com/leooel/ec1kmm/vmsolg

from flat-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.