Skip to content

Commit 857ba65

Browse files
committed
2 parents 355346a + 730f3f2 commit 857ba65

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,19 @@ 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.
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).
3638

3739
## Note
3840
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.
3941

4042
## screenshots
4143
# iOS/Android
42-
<img width="180" height="320" src="https://raw.githubusercontent.com/cloudwebrtc/flutter-webrtc-server/master/screenshots/ios-01.jpeg"/> <img width="180" height="320" src="https://raw.githubusercontent.com/cloudwebrtc/flutter-webrtc-server/master/screenshots/ios-02.jpeg"/> <img width="180" height="320" src="https://raw.githubusercontent.com/cloudwebrtc/flutter-webrtc-server/master/screenshots/android-01.png"/> <img width="180" height="320" src="https://raw.githubusercontent.com/cloudwebrtc/flutter-webrtc-server/master/screenshots/android-02.png"/>
44+
<img width="180" height="320" src="screenshots/ios-01.jpeg"/> <img width="180" height="320" src="screenshots/ios-02.jpeg"/> <img width="180" height="320" src="screenshots/android-01.png"/> <img width="180" height="320" src="screenshots/android-02.png"/>
4345

4446
# PC/HTML5
45-
<img width="360" height="293" src="https://raw.githubusercontent.com/cloudwebrtc/flutter-webrtc-server/master/screenshots/chrome-01.png"/> <img width="360" height="293" src="https://raw.githubusercontent.com/cloudwebrtc/flutter-webrtc-server/master/screenshots/chrome-02.png"/>
47+
<img width="360" height="293" src="screenshots/chrome-01.png"/> <img width="360" height="293" src="screenshots/chrome-02.png"/>

0 commit comments

Comments
 (0)