Skip to content

Commit a8554f2

Browse files
authored
Update README.md
1 parent 45a705e commit a8554f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ cd flutter-webrtc-server
2929
./bin/server-windows-i386.exe
3030
```
3131

32+
Open https://0.0.0.0:8086.
33+
3234
### Compile from Source
3335
- Clone the repository, run `make`.
34-
- 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.
3537
- If you need to test mobile app, please check the [webrtc-flutter-demo](https://github.com/cloudwebrtc/flutter-webrtc-demo/tree/golang).
3638

3739
## Note

0 commit comments

Comments
 (0)