Results 613 comments of Victor Gaydov

Sorry for late reply. Hm, both STUN and TURN are implemented by pion framework. Although our parameter is called STUN, it seems that actually can be both STUN or TURN...

So far I used webrtc-cli only when one of the hosts was behind NAT, and on the other host a range of ports was open. However, WebRTC *is* supposed to...

> I guess we should rename --stun to --ice Done. (--stun is still present for compatibility, but is now deprecated).

I've added --ice-username and --ice-password options and pushed them to `ice` branch. Could you check it please? If it wont work, yes you could send me credentials so I can...

Sorry for late reply again, being busy and tired these days. @M0LTE Thanks for checking it out. @elmeyer Thanks for the detailed explanation. Looking forward for a PR!

> @gavv In lieu of the solution from @elmeyer I had the maybe daft idea of putting two copies of webrtc-cli back-to-back on a box with a public IP, then...

Hi, thanks for your interest. Could your describe the desired use case? What will be the data source and destination? In case of audio, it is an audio device. And...

> I'd be tempted to say don't require any framing and just forwards the data as it arrives. But what do you mean by "as it arrives"? The data arrives...

I'm not sure what is the best way to fix this. One approach I know is the following: * Use version branches instead of version tags. For example, replace `v1.0.0`...

Vendoring is a good thing, but I think it should be done in applications, not in libraries. If every library would vendor all its dependencies (recursively!), we'll get lots of...