vsimon / webrtcbuilds

Getting started with WebRTC natively is no easy picnic. The goal of webrtcbuilds is to provide a single standalone WebRTC static library and package.
BSD 3-Clause "New" or "Revised" License
202 stars 163 forks source link

No sound on mac #95

Closed pps83rbx closed 5 years ago

pps83rbx commented 5 years ago

When I run the same code on windows everything works, I have sound when I have a voice conversation with a webrtc page in chrome. However, when I build the same app on Mac and try to make a call I get silence on mac (both ways). All signalling exchange is correct, except I simply don't get any audio, as if some dev/null is used for wavein/waveout on mac. Any ideas/pointers where I should look into?

Thanks

pps83rbx commented 5 years ago

sound works, all resolved.