File tree Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Expand file tree Collapse file tree 1 file changed +7
-19
lines changed Original file line number Diff line number Diff line change @@ -11,29 +11,17 @@ Online Demo: https://demo.cloudwebrtc.com:8086/
11
11
12
12
## Usage
13
13
14
- ### Setup from Binary
15
- - Download
16
- ``` bash
17
- wget https://github.com/cloudwebrtc/flutter-webrtc-server/releases/download/1.0/flutter-webrtc-server-bin-1.0.zip
18
- mkdir flutter-webrtc-server
19
- unzip flutter-webrtc-server-bin-1.0.zip -d flutter-webrtc-server
20
- ```
21
- - Run
14
+ ### Run from source
15
+
16
+ - Clone the repository, and run.
17
+
22
18
``` bash
19
+ git clone https://github.com/cloudwebrtc/flutter-webrtc-server.git
23
20
cd flutter-webrtc-server
24
- # for macOS
25
- ./bin/server-darwin-amd64
26
- # for Linux
27
- ./bin/server-linux-amd64
28
- # for Windows
29
- ./bin/server-windows-i386.exe
21
+ go run cmd/server/main.go
30
22
```
31
23
32
- Open https://0.0.0.0:8086 .
33
-
34
- ### Compile from Source
35
- - Clone the repository, run ` make ` .
36
- - Run ` ./bin/server-{platform}-{arch} ` and open https://0.0.0.0:8086 to use html5 demo.
24
+ - Open https://0.0.0.0:8086 to use flutter web demo.
37
25
- If you need to test mobile app, please check the [ webrtc-flutter-demo] ( https://github.com/cloudwebrtc/flutter-webrtc-demo ) .
38
26
39
27
## Note
You can’t perform that action at this time.
0 commit comments