|
|
@ -11,6 +11,7 @@ Simple and efficient live broadcast server: |
|
|
|
- Very simple to install and use; |
|
|
|
- Very simple to install and use; |
|
|
|
- Pure Golang, high performance, cross-platform; |
|
|
|
- Pure Golang, high performance, cross-platform; |
|
|
|
- Support commonly used transmission protocols, file formats, encoding formats; |
|
|
|
- Support commonly used transmission protocols, file formats, encoding formats; |
|
|
|
|
|
|
|
- Dashboard (under construction...). |
|
|
|
|
|
|
|
|
|
|
|
#### Supported transport protocols |
|
|
|
#### Supported transport protocols |
|
|
|
- RTMP |
|
|
|
- RTMP |
|
|
@ -52,6 +53,7 @@ all options: |
|
|
|
Usage of ./livego: |
|
|
|
Usage of ./livego: |
|
|
|
--api_addr string HTTP manage interface server listen address (default ":8090") |
|
|
|
--api_addr string HTTP manage interface server listen address (default ":8090") |
|
|
|
--config_file string configure filename (default "livego.yaml") |
|
|
|
--config_file string configure filename (default "livego.yaml") |
|
|
|
|
|
|
|
--dashboard Enable dashboard |
|
|
|
--flv_dir string output flv file at flvDir/APP/KEY_TIME.flv (default "tmp") |
|
|
|
--flv_dir string output flv file at flvDir/APP/KEY_TIME.flv (default "tmp") |
|
|
|
--gop_num int gop num (default 1) |
|
|
|
--gop_num int gop num (default 1) |
|
|
|
--hls_addr string HLS server listen address (default ":7002") |
|
|
|
--hls_addr string HLS server listen address (default ":7002") |
|
|
|