We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a705e commit a8554f2Copy full SHA for a8554f2
README.md
@@ -29,9 +29,11 @@ cd flutter-webrtc-server
29
./bin/server-windows-i386.exe
30
```
31
32
+Open https://0.0.0.0:8086.
33
+
34
### Compile from Source
35
- Clone the repository, run `make`.
-- Run `./bin/server-{platform}-{arch}` and open https://your_sever_ip_or_domain:4443 to use html5 demo.
36
+- Run `./bin/server-{platform}-{arch}` and open https://0.0.0.0:8086 to use html5 demo.
37
- If you need to test mobile app, please check the [webrtc-flutter-demo](https://github.com/cloudwebrtc/flutter-webrtc-demo/tree/golang).
38
39
## Note
0 commit comments