非Flash /无插件的视频聊天?插件、视频、Flash

2023-09-10 14:29:07 作者:初心未变

我们正在开发一个社交网站,并希望实现视频/音频聊天,为用户(个人用户是朋友)。大多数从技术团队的谈话是使用闪光灯。但我不希望用户安装任何东西。可以视频/音频/会议的AJAX纯粹做什么?无论是从头开发或使用开放源代码框架,如果有的话?

We are developing a social website and looking to implement video/audio chat for users (people a user is friends with). Most of the talk from the tech team was to use flash. But I don't want users to install anything. Can video/audio/conferencing be done purely in AJAX? Either develop it from scratch or use open source frameworks if any?

推荐答案

闪存已经在几乎永远浏览器安装在那里 - 除了iPhone手机,ipad等,这将有可能永远不会支持Flash

Flash is already installed on practically ever browser out there -- except iPhones, iPads, etc. which will likely never support Flash.

AJAX和HTML和CSS目前有视频和音频输入硬件用不上,所以这是一个非首发。在未来,这可能会改变。

AJAX and HTML and CSS currently have no access to video and audio input hardware, so that's a non-starter. In the future this may change.

目前Flash是(或好或坏),以最好的一段路要走。

For now Flash is (for better or for worse) the best way to go.