mirror of https://github.com/gwuhaolin/livego.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
449 B
29 lines
449 B
# # Logger level |
|
# level: info |
|
|
|
# # FLV Options |
|
# flv_archive: false |
|
# flv_dir: "./tmp" |
|
# httpflv_addr: ":7001" |
|
|
|
# # RTMP Options |
|
# rtmp_noauth: false |
|
# rtmp_addr: ":1935" |
|
# enable_rtmps: true |
|
# rtmps_cert: server.crt |
|
# rtmps_key: server.key |
|
# read_timeout: 10 |
|
# write_timeout: 10 |
|
|
|
# # HLS Options |
|
# hls_addr: ":7002" |
|
#use_hls_https: true |
|
|
|
# # API Options |
|
# api_addr: ":8090" |
|
server: |
|
- appname: live |
|
live: true |
|
hls: true |
|
api: true |
|
flv: true
|
|
|