Non-flash / No-plugin Video chat?

匿名 (未验证) 提交于 2019-12-03 02:33:02

问题:

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?

回答1:

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

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.

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



回答2:

No, unfortunately you can only do this with a plugin (ie Flash).



回答3:

I don't believe you have access to video or audio input devices from just the browser.



回答4:

HTML5 will be the answer in the near future (Work in progress): Link1 and Link2

But for now the only option is Flash



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!