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

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

Open myusuf17 opened this issue 3 years ago • 3 comments

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

myusuf17 avatar Apr 29 '21 05:04 myusuf17

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

fre391 avatar Jun 25 '21 11:06 fre391

you need to open the port for turn server

DVendy avatar Aug 03 '21 06:08 DVendy

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

AuronChoo avatar Dec 08 '21 07:12 AuronChoo