不使用闪光灯进行实时视频流传输?

发布于 2024-08-27 11:10:07 字数 261 浏览 6 评论 0原文

有没有办法在不使用 Flash 或 Silverlight 的情况下实现类似于 Chatroulette 的功能?

不,尚未实现但非常好的 HTML5 Stream API 不是有效答案。 ;-)

Is there any way to implement something similar to Chatroulette without using Flash or Silverlight?

No, the yet-to-be-implemented-but-very-nice-to-have HTML5 Stream API is not a valid answer. ;-)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风渺 2024-09-03 11:10:07

如果我们忽略Flash和Silverlight,想到的唯一合理的事情就是Java小程序(拜托,拜托不要这样做),自定义浏览器插件(工作量巨大,谁会想安装插件只是为了使用Chatroulette ...)并且仅使用 元素并依赖于用户可能安装或未安装的任何媒体播放器(这不会让您很好地控制任何东西)。

总而言之,我不会说不使用上述相当广泛的插件之一是可行的。

If we disregard Flash and Silverlight, the only reasonable things that come to mind are Java applets (please, please do not do this), custom browser plugins (an awful lot of work, and who would want to install a plugin just to use Chatroulette...) and just using the <object> element and relying on whatever media player the user may or may not have installed (this will not give you very good control over much anything).

All in all, I wouldn't say it's feasible to do without using one of the aforementioned, reasonably wide-spread plugins.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文