红色5.禁用自动创建房间
如何在 Red5 中禁用自动创建房间?
谢谢, 西里尔
How I can disable automatic creation of room in Red5?
Thanks,
Cyril
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何在 Red5 中禁用自动创建房间?
谢谢, 西里尔
How I can disable automatic creation of room in Red5?
Thanks,
Cyril
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
它应该像覆盖应用程序适配器类中的 roomStart() 并返回 false 一样简单。
It should be as simple as overriding roomStart() in your application adapter class and returning false.
只需不连接到房间即可。默认情况下,当您将客户端连接到应用程序根以外的范围时,它将创建房间实例。您可以做的另一件事是在服务器上创建范围后将其删除。
Simply by not connecting to a room. By default when you connect a client to a scope other than the application root it will create the room instance. Another thing you can do is remove the scope after it creates it on the server.