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
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,17 +29,19 @@ 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.
35
-
- If you need to test mobile app, please check the [webrtc-flutter-demo](https://github.com/cloudwebrtc/flutter-webrtc-demo/tree/golang).
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).
36
38
37
39
## Note
38
40
This example can only be used for LAN testing. If you need to use it in a production environment, you need more testing and and deploy an available turn server.
0 commit comments