|
|
@ -4,8 +4,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
[中文](./README_cn.md) |
|
|
|
[中文](./README_cn.md) |
|
|
|
|
|
|
|
|
|
|
|
[](https://github.com/gwuhaolin/livego/actions?query=workflow%3ATest) |
|
|
|
[](https://github.com/dudebing99/livego/actions?query=workflow%3ATest) |
|
|
|
[](https://github.com/gwuhaolin/livego/actions?query=workflow%3ARelease) |
|
|
|
[](https://github.com/dudebing99/livego/actions?query=workflow%3ARelease) |
|
|
|
|
|
|
|
|
|
|
|
Simple and efficient live broadcast server: |
|
|
|
Simple and efficient live broadcast server: |
|
|
|
- Very simple to install and use; |
|
|
|
- Very simple to install and use; |
|
|
@ -28,7 +28,7 @@ Simple and efficient live broadcast server: |
|
|
|
- MP3 |
|
|
|
- MP3 |
|
|
|
|
|
|
|
|
|
|
|
## Installation |
|
|
|
## Installation |
|
|
|
After directly downloading the compiled [binary file](https://github.com/gwuhaolin/livego/releases), execute it on the command line. |
|
|
|
After directly downloading the compiled [binary file](https://github.com/dudebing99/livego/releases), execute it on the command line. |
|
|
|
|
|
|
|
|
|
|
|
#### Boot from Docker |
|
|
|
#### Boot from Docker |
|
|
|
Run `docker run -p 1935:1935 -p 7001:7001 -p 7002:7002 -p 8090:8090 -d gwuhaolin/livego` to start |
|
|
|
Run `docker run -p 1935:1935 -p 7001:7001 -p 7002:7002 -p 8090:8090 -d gwuhaolin/livego` to start |
|
|
@ -45,8 +45,8 @@ Run `docker run -p 1935:1935 -p 7001:7001 -p 7002:7002 -p 8090:8090 -d gwuhaolin |
|
|
|
- `RTMP`:`rtmp://localhost:1935/{appname}/movie` |
|
|
|
- `RTMP`:`rtmp://localhost:1935/{appname}/movie` |
|
|
|
- `FLV`:`http://127.0.0.1:7001/{appname}/movie.flv` |
|
|
|
- `FLV`:`http://127.0.0.1:7001/{appname}/movie.flv` |
|
|
|
- `HLS`:`http://127.0.0.1:7002/{appname}/movie.m3u8` |
|
|
|
- `HLS`:`http://127.0.0.1:7002/{appname}/movie.m3u8` |
|
|
|
|
|
|
|
|
|
|
|
all options: |
|
|
|
all options: |
|
|
|
```bash |
|
|
|
```bash |
|
|
|
./livego -h |
|
|
|
./livego -h |
|
|
|
Usage of ./livego: |
|
|
|
Usage of ./livego: |
|
|
@ -64,4 +64,3 @@ Usage of ./livego: |
|
|
|
|
|
|
|
|
|
|
|
### [Use with flv.js](https://github.com/gwuhaolin/blog/issues/3) |
|
|
|
### [Use with flv.js](https://github.com/gwuhaolin/blog/issues/3) |
|
|
|
|
|
|
|
|
|
|
|
Interested in Golang? Please see [Golang Chinese Learning Materials Summary](http://go.wuhaolin.cn/) |
|
|
|
|
|
|
|