keroserene / go-webrtc

WebRTC for Go
Other
455 stars 76 forks source link

demo: Failed to create PeerConnections for both Alice and Bob. #66

Closed joeblew99 closed 7 years ago

joeblew99 commented 7 years ago

Just getting started and tried to run the demo.

This basic demo failed for me. https://github.com/keroserene/go-webrtc#usage

env: go: 1.8.3 OS: OSX

x-MacBook-Pro:demo apple$ pwd
/Users/apple/workspace/go/src/github.com/keroserene/go-webrtc/demo
x-MacBook-Pro:demo apple$ go run demo.go 
INFO: configuration.go:174: Created Configuration at  &{[{[stun:stun.l.google.com:19302 stun:another]  } {[stun:another.server]  }] All Balanced }
INFO: configuration.go:258: Converting Config:  &{[{[stun:stun.l.google.com:19302 stun:another]  } {[stun:another.server]  } {[turn:and.another.server]  }] All Balanced }
INFO: configuration.go:258: Converting Config:  &{[{[stun:stun.l.google.com:19302 stun:another]  } {[stun:another.server]  } {[turn:and.another.server]  }] All Balanced }
Failed to create PeerConnections for both Alice and Bob.
x-MacBook-Pro:demo apple$ 
arlolra commented 7 years ago

Confirmed, the demo has probably bit rotted.

joeblew99 commented 7 years ago

ok.

i think i wil try out the QUIC implementation instead as i dont need browser support.