webrtc-cli
webrtc-cli copied to clipboard
WebRTC command-line peer.
This doesn't seem to build on macOS 😢 ```#!console $ go install github.com/gavv/webrtc-cli@latest go: downloading github.com/gavv/webrtc-cli v0.0.1 go: downloading github.com/pion/rtp v1.1.4 go: downloading github.com/pion/sdp/v2 v2.3.1 go: downloading github.com/pion/webrtc/v2 v2.1.12 go:...
what's the matter cause ICE connection state changed to failed
Is there anyway to disable the use of mDNS? My virtual machine doesn't support it. ```` $ ./webrtc-cli --offer --debug Creating WebRTC peer... Error: mDNS: failed to join multicast group...
Hey @gavv We released [v3](https://github.com/pion/webrtc/releases/tag/v3.0.0) would you be open to a PR porting webrtc-cli? I will have to make some changes for the new Track API and Trickle ICE being...
Hello, is it possible to add Jack Audio Connection Toolkit API to this project ? https://jackaudio.org/api/ Thanks.
Hi there When spinning up webrtc-cli on one machine and your HTML sample in a browser on another machine on the same network, audio flows fine. When one machine is...
It would be great to also have support for (ordered and unordered) data channels.