HTML5 amp; getUserMedia - Record Audio amp; Save to Web Server after Certain Time(HTML5 amp;getUserMedia - 录制音频 amp;一定时间后保存到 Web 服务器)
问题描述
在开发我的网页时,我在使用 HTML5 的 getUserMedia 时遇到了一些困难.这是我第一次尝试实现它来记录用户的音频输入.Flash 不适合该项目,因为它也必须在移动设备上使用.
I'm having some difficulties with getUserMedia with HTML5 whilst developing my web page. This is the first time I've tried to implement this to record a users audio input. Flash is not an option for this project as it has to be used on mobile devices too.
我来这里是想看看是否有人有经验并知道如何使用 getUserMedia 实现 HTML5 来录制用户麦克风一段时间(通过 PHP 会话完成),然后保存音频文件并将其发送到一个网络服务器.
I come here to see if anyone has experience with and knows how to implement an HTML5 with getUserMedia to record a users microphone for a certain amount of time (done with a session in PHP) and then saves and sends the audio file to a web server.
如果这是不可能的,那么还有其他方法吗,也许是使用 Java 小程序?
If this isn't possible then is there any other way, perhaps with a Java applet?
js:
HTML(从这里链接到recorder.js):
The HTML (linked to recorder.js from here):
推荐答案
可以使用 XMLHttpRequest
这篇关于HTML5 &getUserMedia - 录制音频 &一定时间后保存到 Web 服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!