Is HTML5's getUserMedia for audio recording working now?

前端 未结 4 1760
不知归路
不知归路 2021-01-31 05:41

I had searched a lot of DEMO and examples about getUserMedia , but most are just camera capturing, not microphone.

So I downloaded some examples and tried on my own comp

4条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-31 06:34

    It is currently not available in Google Chrome. See Issue 112367.

    You can see in the demo, it will always throw an error saying

    GET blob:http%3A//whatever.it.is/b0058260-9579-419b-b409-18024ef7c6da 404 (Not Found)

    And also you can't listen to the microphone either in

    {
        video: true,
        audio: true
    }
    

提交回复
热议问题