I need to get audio input from users having just browsers (and not only IE). Is there any good way to get audio stream with a brouser to server. If it possible to avoid Java, flash etc?
我需要从只有浏览器(而不仅仅是IE)的用户那里获得音频输入。有没有什么好方法可以通过brouser将音频流传输到服务器。如果可以避免Java,flash等?
Thanks.
2 个解决方案
#1
You could do it with flash.
你可以用闪光灯来做。
Have a look at http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000297.html
看看http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000297.html
P.S.: Html alone can't do it. You would need a plugin.
P.S。:仅凭Html无法做到。你需要一个插件。
#2
No. You need a plugin of some sort. HTML itself doesn't support microphone input.
不,你需要某种插件。 HTML本身不支持麦克风输入。
-- EDIT As answered a few secs before me, you can use many third party plugins, such as flash and java. But you cannot avoid not using them.
- 编辑在我之前的几秒钟回答,你可以使用许多第三方插件,如flash和java。但你无法避免不使用它们。
#1
You could do it with flash.
你可以用闪光灯来做。
Have a look at http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000297.html
看看http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000297.html
P.S.: Html alone can't do it. You would need a plugin.
P.S。:仅凭Html无法做到。你需要一个插件。
#2
No. You need a plugin of some sort. HTML itself doesn't support microphone input.
不,你需要某种插件。 HTML本身不支持麦克风输入。
-- EDIT As answered a few secs before me, you can use many third party plugins, such as flash and java. But you cannot avoid not using them.
- 编辑在我之前的几秒钟回答,你可以使用许多第三方插件,如flash和java。但你无法避免不使用它们。