在Web RTC中将音频捕获用作MediaStream源

时间:2013-09-10 21:00:29

标签: javascript html5 google-chrome firefox webrtc

在网络RTC中,至少使用Chrome,可以进行屏幕截图以便对其进行流式传输。 It's accomplished by using the experimental chromeMediaSource constraint.

我想做同样的事情,但只捕获音频才能将其发送到网页。我的意思是,我想捕捉的不是微型,而是我的机器播放的音频,以便将其发送到网站。

Web RTC中是否存在此类限制?如果答案为“是”,那么是否有Firefox等价物?

1 个答案:

答案 0 :(得分:2)

您可能需要查看MediaStream Recording API,它已在Firefox每晚实施,并且Chrome版本为Intent to Implement

我在simpl.info/mediarecorder放了一个演示。

使用网络音频,试试RecorderJSwebaudiodemos.appspot.com/AudioRecorder有一个演示。