Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个有许多用户支持的实时语音流,想想 2000 个用户,每个用户流到 500 个用户。
我可以轻松地将带有闪存的实时语音数据作为二进制文件发送到服务器,在服务器中我不知道如何将二进制文件实时分享给用户。
PHP有什么办法做到这一点吗?