go-webrtc icon indicating copy to clipboard operation
go-webrtc copied to clipboard

WebRTC for Go

Results 21 go-webrtc issues
Sort by recently updated
recently updated
newest added

Potentially a huge amount of work, but it would be great to see an RTC implementation that was more than an adapter to the c-native reference implementation. Reasons include gaining...

help wanted

According https://bugs.chromium.org/p/webrtc/issues/detail?id=9484 new versions of Chrome are sending new offer format and answer cannot be generated. For example, for RemoteDescription with info `m=application 54111 UDP/DTLS/SCTP webrtc-datachannel a=sctp-port:5000` pc.CreateAnswer does not...

bug

Fixes a bug where go programs that rely on this library have executable stacks. In order to build this library with these ld flags, the environment variable CGO_LDFLAGS_ALLOW must be...

Is there any plan to support arm64 linux?

how to build this package on android and ios?

question

#90 adds an Android build and .gitlab-ci.yml coverage for it. It would be good if there were .travis.yml coverage as well. Travis has a [`language: android`](https://docs.travis-ci.com/user/languages/android/); but according to my...

See the first few lines of `build-gnu-linux.sh` for a broad description of what it does. (Forms part of a solution for #23). We avoid `depot_tools`, to reduce the resource burden...

My motivation for implementing this only included receiving and sending audio (as a back-end service would do), not recording or playing audio from/to microphone and speakers (as a front-end app...

Hey there! We needed a version of this to run under Windows, so I put in all the work to get DLL linkage in. Sooner or later, hopefully Google or...

When I try to `go get github.com/keroserene/go-webrtc`, I get this error: ``` go get github.com/keroserene/go-webrtc # github.com/keroserene/go-webrtc ctestenums.cc:2:10: fatal error: webrtc/api/peerconnectioninterface.h: No such file or directory #include "webrtc/api/peerconnectioninterface.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation...

duplicate