Chrome won't play WebAudio getUserMedia via WebRTC/Peer.js

后端 未结 3 1929
情书的邮戳
情书的邮戳 2020-12-10 08:41

I want to make a simple audio only stream over WebRTC, using Peer.js. I\'m running the simple PeerServer locally.

The following works perfectly fine in Firefox 30, b

3条回答
  •  清歌不尽
    2020-12-10 09:38

    In Chrome, it is a known bug currently where remote audio streams gathered from a peer connection are not accessible through the AudioAPI.

    Latest comment on the bug:

    We are working really hard towards the feature. The reason why this takes long time is that we need to move the APM to chrome first, implement a render mixer to get the unmixed data from WebRtc, then we can hook up the remote audio stream to webaudio.

    It was recently patched in Firefox as I remember this being an issue on there as well in the past.

提交回复
热议问题