You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,11 @@ cd flutter-webrtc-server
29
29
./bin/server-windows-i386.exe
30
30
```
31
31
32
+
Open https://0.0.0.0:8086.
33
+
32
34
### Compile from Source
33
35
- 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.
35
37
- If you need to test mobile app, please check the [webrtc-flutter-demo](https://github.com/cloudwebrtc/flutter-webrtc-demo/tree/golang).
0 commit comments