jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
270 stars 235 forks source link

“当前网络不支持视频,已切为语音” when I run the android/java with a proper serverURL #144

Open dualven opened 2 years ago

dualven commented 2 years ago

image when I run the docker-jitsi-meet project with a proper url as above , we can communicate from the browse very convenient; but ,I run the project of android/java,then I go into the room , it says “当前网络不支持视频,已切为语音”, then I have no vedio and voice. why ? can you give me some help or tips ? @fippo

saghul commented 2 years ago

What does that mean?

dualven commented 2 years ago

I do more test again . when I use two android to make a talk , it is ok ; when I use one web browse and an android to make a talk, then I can't have the vedio and voice . I have logs below: ![Uploading image.png…]()

web_1 | 2022-06-23T09:58:16.663364318Z 10.60.100.159 - - [23/Jun/2022:09:58:16 +0000] "POST /http-bind?room=dxws HTTP/2.0" 200 344 "-" "okhttp/4.9.2" jvb_1 | 2022-06-23T09:58:16.664363728Z JVB 2022-06-23 09:58:16.664 INFO: [191] [confId=638e7cbebb88f1da conf_name=dxws@muc.xxyyoo.club epId=c13bb52a stats_id=Bert-cWi local_ufrag=aa9fu1g67vv0i1 ufrag=aa9fu1g67vv0i1 name=stream-c13bb52a componentId=1] Component.addUpdateRemoteCandidates#345: Update remote candidate for stream-c13bb52a.RTP: 172.16.139.168:38287/udp jvb_1 | 2022-06-23T09:58:16.664528143Z JVB 2022-06-23 09:58:16.664 INFO: [191] [confId=638e7cbebb88f1da conf_name=dxws@muc.xxyyoo.club epId=c13bb52a stats_id=Bert-cWi local_ufrag=aa9fu1g67vv0i1 ufrag=aa9fu1g67vv0i1 name=stream-c13bb52a componentId=1] Component.addUpdateRemoteCandidates#345: Update remote candidate for stream-c13bb52a.RTP: 172.16.139.168:43733/udp jvb_1 | 2022-06-23T09:58:16.665604064Z JVB 2022-06-23 09:58:16.664 INFO: [191] [confId=638e7cbebb88f1da conf_name=dxws@muc.xxyyoo.club epId=c13bb52a stats_id=Bert-cWi local_ufrag=aa9fu1g67vv0i1 ufrag=aa9fu1g67vv0i1 name=stream-c13bb52a componentId=1] Component.updateRemoteCandidates#482: new Pair added: 172.19.0.4:10000/udp/host -> 172.16.139.168:38287/udp/host (stream-c13bb52a.RTP). jvb_1 | 2022-06-23T09:58:16.665643385Z JVB 2022-06-23 09:58:16.665 INFO: [191] [confId=638e7cbebb88f1da conf_name=dxws@muc.xxyyoo.club epId=c13bb52a stats_id=Bert-cWi local_ufrag=aa9fu1g67vv0i1 ufrag=aa9fu1g67vv0i1 name=stream-c13bb52a componentId=1] Component.updateRemoteCandidates#482: new Pair added: 172.19.0.4:10000/udp/host -> 172.16.139.168:43733/udp/host (stream-c13bb52a.RTP). jvb_1 | 2022-06-23T09:58:16.668260450Z JVB 2022-06-23 09:58:16.667 INFO: [195] [confId=638e7cbebb88f1da conf_name=dxws@muc.xxyyoo.club epId=c13bb52a stats_id=Bert-cWi local_ufrag=aa9fu1g67vv0i1 ufrag=aa9fu1g67vv0i1] ConnectivityCheckClient.startCheckForPair#350: Could not start connectivity check: No socket found for 172.19.0.4:10000/udp->172.16.139.168:38287/udp jvb_1 | 2022-06-23T09:58:16.689317055Z JVB 2022-06-23 09:58:16.688 INFO: [195] [confId=638e7cbebb88f1da conf_name=dxws@muc.xxyyoo.club epId=c13bb52a stats_id=Bert-cWi local_ufrag=aa9fu1g67vv0i1 ufrag=aa9fu1g67vv0i1] ConnectivityCheckClient.startCheckForPair#350: Could not start connectivity check: No socket found for 172.19.0.4:10000/udp->172.16.139.168:43733/udp

dualven commented 2 years ago

@saghul "Could not start connectivity check: No socket found for 172.19.0.4:10000/udp->172.16.139.168:38287/udp“ that means the route is a problem ?

saghul commented 2 years ago

No, that's a bogus warning, you can safely ignore it. I believe it will be gone in the next release.