flutter-webrtc / flutter-webrtc-server

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

Doc should say to open port 4442 #4

Closed function1983 closed 5 years ago

function1983 commented 5 years ago

Thank you for the project.

Though port 4442 is in the code, either your readme file here or on the flutter client should clearly say to open port 4442 in order for flutter clients to connect. It helps people to run a quick test.

Also, is it just me or firefox on Ubuntu cannot connect to the server, only chrome does?

Thanks.

cloudwebrtc commented 5 years ago

Apologies for the late reply. Firefox needs a public domain name and SSL certificate, you can try connect to port 4442 using WS for test.