Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the demo doesn't work with flutter webrtc server #212

Open
JosephKalash opened this issue Aug 22, 2023 · 4 comments
Open

the demo doesn't work with flutter webrtc server #212

JosephKalash opened this issue Aug 22, 2023 · 4 comments

Comments

@JosephKalash
Copy link

I downloaded this demo project and installed on my mobile device.
Then i downloaded the flutter-webrtc-server and run it on terminal and show log "listening on 0.0.0.0:8086"

but when i added this ip for P2P call sample it doesn't show anything and I tried the web demo and the result was the same.

Does i do something wrong what the server address should i add on the dialog???

@glennmichaelmejias
Copy link

whats wrong with this plugin?

@yulian948
Copy link

@JosephKalash The server works as expected. You need to enter its address and not the loopback address (0.0.0.0) in your P2P call sample. You can use ifconfig terminal command to retrieve the address of your computer.

@LukeDickerson19
Copy link

LukeDickerson19 commented Dec 17, 2023

It's not working with demo.cloudwebrtc.com

android client

connect to https://demo.cloudwebrtc.com:8086/ws
Closed by server [500 => SocketException: Connection refused (OS Error: Connection refused, errno = 111), address = demo.cloudwebrtc.com, port = 40610]!

it did work when i ran the server on Digital Ocean though :)

@JackyYangPassion
Copy link

any update?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants