flutter-webrtc / flutter-webrtc-server

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

P2P Call Sample #19

Closed sabriismail4 closed 3 years ago

sabriismail4 commented 5 years ago

Hello @cloudwebrtc , I am trying to establish a video call between the mobile application using the given demo (https://github.com/cloudwebrtc/flutter-webrtc-demo) and a PC web browser using server demo (https://github.com/cloudwebrtc/flutter-webrtc-server). There isn't any issue when I try to establish the connection from the emulator's browser, but as I said my goal is to reach out from the flutter mobile app demo. I read the previous issues, in one of which there was mentioned the iceServers[], but still couldn't understand how and what do I exactly need to change. I tried to replace here in {"url": "stun:stun.l.google.com:19302"} the (stun:stun.l.google.com:19302) part with the localhost ip address (192.x.x.x) + the port (8086). Maybe I've done it wrong I don't know and that's why I am raising this topic here ? Thanks in advance!

cloudwebrtc commented 4 years ago

stun server is about WebRTC media transmission, and what you said is 192.168.X.X: 8086 is the web server for html app

miroslave-ivan commented 4 years ago

hi, cloudwebrtc please explain me more correctly. I don't know well about it, too. thanks

sabriismail4 commented 4 years ago

stun server is about WebRTC media transmission, and what you said is 192.168.X.X: 8086 is the web server for html app

Well, could you kindly describe in more details what it needs to be done, because I am getting confused, since we don't have the knowledge you do. Please update the README.md documentation in more details, since the implementation talks nothing to me, also try to answer earlier than 5 months, because things are being left behind and forgotten :) Best regards!

johnnydevvcodes commented 4 years ago

Any solution on this yet?

jason-shen commented 4 years ago

stun server is about WebRTC media transmission, and what you said is 192.168.X.X: 8086 is the web server for html app

Well, could you kindly describe in more details what it needs to be done, because I am getting confused, since we don't have the knowledge you do. Please update the README.md documentation in more details, since the implementation talks nothing to me, also try to answer earlier than 5 months, because things are being left behind and forgotten :) Best regards!

i think you should learn webrtc concepts before jump into something like this.

put it simple stun is just a server that give what your external ip and then it gets send with the peer connection

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.