Browse Source

Updated default config, added api and flv control

pull/152/head
Mauro 4 years ago committed by GitHub
parent
commit
68f9542004
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      livego.yaml

3
livego.yaml

@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
# level: info
# # FLV Options
# flv_archive: false
# flv_dir: "./tmp"
# httpflv_addr: ":7001"
@ -20,3 +21,5 @@ server: @@ -20,3 +21,5 @@ server:
- appname: live
live: true
hls: true
api: true
flv: true

Loading…
Cancel
Save