Victor Gaydov
Victor Gaydov
Hi, thanks for reporting. Yeah, I saw this, but currently have no time for a closer look, it'll hang in my todo for a while... Pull requests are welcome as...
Hi. Yes, it currently unconditionally uses pulseaudio for sound I/O, which is not what you want to use on macOS. To make it working on macOS, one would need to...
See also #7.
Hi, do you have full logs of the issue?
Hi, sorry for late reply. It seems it will be possible if we update our pion version. What virtual machine did you use? I'd like to setup my own to...
Hi, still not being able to reproduce this. Tried ubuntu 20.04 in docker and virtualbox with different network adapter modes (NAT, bridged, etc) - no errors. Probably you use other...
> I also attempted a check with the browser tool at https://gavv.github.io/webrtc-cli/ but it seems to be broken? It's not producing an SDP offer for me on Windows 10 with...
Hi, sure, PRs are welcome! Thanks for taking care of it!
I've pushed the first attempt to branch `pion3`. See last commit: fa89a62df26e513cc1c5ac752b90666c1a600873 It's compiling, but not working yet. I think the problem is with newMediaEngineFromOffer() function. This function creates MediaEngine...
Hi, sorry for late reply. There is no explicit support for jack currently, but it's technically possible to implement it. PulseAudio stuff is isolated in two structs, PulsePlayer and PulseRecorder....