解决 Nextcloud Talk 报错:“No High-performance backend configured”
在部署 Nextcloud 过程中,可能会遇到如下警告信息: No High-performance backend configured – Running Nextcloud Talk without the High-performance backend only scales for very small calls (max. 2–3 participants). Please set up the High-performance backend to ensure calls with multiple participants work seamlessly. 该提示来源于 Nextcloud Talk 应用,用于提醒管理员:若未配置高性能后端(High-performance backend),多人视频/语音通话将受到限制,最多支持 2–3 人。 📌 原因分析 Nextcloud Talk 默认使用浏览器端的点对点通信(peer-to-peer)。该模式无需额外服务器支持,但扩展性差,尤其在多用户会议中会带来性能瓶颈。 …