不使用闪光灯进行实时视频流传输?
有没有办法在不使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我们忽略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.