Skip to content

Commit 03f2909

Browse files
committed
Readme
1 parent 834a8e4 commit 03f2909

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

Diff for: README.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
# livego
22
Simple and efficient live broadcast server:
3-
-Very simple to install and use;
4-
-Pure Golang, high performance, cross-platform;
5-
-Support commonly used transmission protocols, file formats, encoding formats;
3+
- Very simple to install and use;
4+
- Pure Golang, high performance, cross-platform;
5+
- Support commonly used transmission protocols, file formats, encoding formats;
66

77
#### Supported transport protocols
8-
-RTMP
9-
-AMF
10-
-HLS
11-
-HTTP-FLV
8+
- RTMP
9+
- AMF
10+
- HLS
11+
- HTTP-FLV
1212

1313
#### Supported container formats
14-
-FLV
15-
-TS
14+
- FLV
15+
- TS
1616

1717
#### Supported encoding formats
18-
-H264
19-
-AAC
20-
-MP3
18+
- H264
19+
- AAC
20+
- sMP3
2121

2222
## Installation
23-
After directly downloading the compiled [binary file] (https://github.com/gwuhaolin/livego/releases), execute it on the command line.
23+
After directly downloading the compiled [binary file](https://github.com/gwuhaolin/livego/releases), execute it on the command line.
2424

2525
#### Boot from Docker
2626
Run `docker run -p 1935: 1935 -p 7001: 7001 -p 7002: 7002 -d --name livego gwuhaolin / livego` to start
@@ -31,13 +31,13 @@ Run `docker run -p 1935: 1935 -p 7001: 7001 -p 7002: 7002 -d --name livego gwuha
3131

3232
## Use
3333
2. Start the service: execute the livego binary file to start the livego service;
34-
3. Upstream push: Push the video stream to `rtmp: // localhost: 1935 / live / movie` through the` RTMP` protocol, for example, use `ffmpeg -re -i demo.flv -c copy -f flv rtmp: / / localhost: 1935 / live / movie` push;
34+
3. Upstream push: Push the video stream to `rtmp://localhost:1935/live/movie` through the` RTMP` protocol, for example, use `ffmpeg -re -i demo.flv -c copy -f flv rtmp://localhost:1935/live/movie` push;
3535
4. Downstream playback: The following three playback protocols are supported, and the playback address is as follows:
36-
-`RTMP`:` rtmp: // localhost: 1935 / live / movie`
37-
-`FLV`:` http: //127.0.0.1: 7001 / live / movie.flv`
38-
-`HLS`:` http: //127.0.0.1: 7002 / live / movie.m3u8`
36+
-`RTMP`:`rtmp://localhost:1935/live/movie`
37+
-`FLV`:`http://127.0.0.1:7001/live/movie.flv`
38+
-`HLS`:`http://127.0.0.1:7002/live/movie.m3u8`
3939

4040

4141
### [Use with flv.js](https://github.com/gwuhaolin/blog/issues/3)
4242

43-
Interested in Golang? Please see [Golang Chinese Learning Materials Summary] (http://go.wuhaolin.cn/)
43+
Interested in Golang? Please see [Golang Chinese Learning Materials Summary](http://go.wuhaolin.cn/)

0 commit comments

Comments
 (0)