flutter-webrtc-server icon indicating copy to clipboard operation
flutter-webrtc-server copied to clipboard

A simple WebRTC signaling server for flutter-webrtc.

Results 26 flutter-webrtc-server issues
Sort by recently updated
recently updated
newest added

Could someone specify what is left for production use? I guess beside fixing the self-signed cert, (with nginx setup) are there any other concerns?

Closed by server [500 => SocketException: OS Error: Connection refused, errno = 111, address = demo.cloudwebrtc.com, port = 44545]! SignalingState.ConnectionClosed : before 2 hours demo working fine but now its...

added docker support #72

cannot find package "github.com/cloudwebrtc/flutter-webrtc-server/pkg/logger" in any of: /usr/lib/go-1.10/src/github.com/cloudwebrtc/flutter-webrtc-server/pkg/logger (from $GOROOT) /root/go/src/github.com/cloudwebrtc/flutter-webrtc-server/pkg/logger (from $GOPATH) cmd/server/main.go:7:2: cannot find package "github.com/cloudwebrtc/flutter-webrtc-server/pkg/signaler" in any of: /usr/lib/go-1.10/src/github.com/cloudwebrtc/flutter-webrtc-server/pkg/signaler (from $GOROOT) /root/go/src/github.com/cloudwebrtc/flutter-webrtc-server/pkg/signaler (from $GOPATH) cmd/server/main.go:8:2: cannot find...

How are you? I don't know GoLang. I installed this package on my ubuntu%Nginx server. and Run it with go run cmd/server/main.go It works well for me. But If I...

Hi first of all thank you for your hard work on this project. I wander if you have any docker file that you can include in this project with all...

i try build webrtc demo (android version) and try to connect demo.cloudwebrtc.com as server if using connection from wifi is works can share video and sound but if i change...

安卓手机支持,苹果设备不支持,我的苹果手机是ios 14的系统

When there are 2 device in calling and the second call is being made by 2 other device, the first call would be terminated / disconnected. It seems I cant...