mirror of
https://github.com/gwuhaolin/livego.git
synced 2021-06-01 09:10:22 +03:00
26 lines
358 B
YAML
26 lines
358 B
YAML
# # Logger level
|
|
# level: info
|
|
|
|
# # FLV Options
|
|
# flv_archive: false
|
|
# flv_dir: "./tmp"
|
|
# httpflv_addr: ":7001"
|
|
|
|
# # RTMP Options
|
|
# rtmp_noauth: false
|
|
# rtmp_addr: ":1935"
|
|
# read_timeout: 10
|
|
# write_timeout: 10
|
|
|
|
# # HLS Options
|
|
# hls_addr: ":7002"
|
|
|
|
# # API Options
|
|
# api_addr: ":8090"
|
|
server:
|
|
- appname: live
|
|
live: true
|
|
hls: true
|
|
api: true
|
|
flv: true
|