flutter-webrtc / flutter-webrtc-server

A simple WebRTC signaling server for flutter-webrtc.
MIT License
753 stars 304 forks source link

can't connect if use mobile data (but use wifi works) #59

Open myusuf17 opened 3 years ago

myusuf17 commented 3 years ago

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 to mobile connection cant share video or sound

fyi using wifi or mobile can access list device

fre391 commented 3 years ago

same here.....I can connect via wifi connection. I also can connect two HTML clients via mobile connection, but I can not connect one HTML and one android client. This is not working

DVendy commented 3 years ago

you need to open the port for turn server

AuronChoo commented 2 years ago

Need to open port UDP 19302 https://github.com/flutter-webrtc/flutter-webrtc-server/blob/master/configs/config.ini