[rtmp]
enabled = true
port = 1935
gop_num = 0
[rtmp.auth]
pull_enabled = false
push_enabled = false
algorithm = "simple"
[rtmp.pull]
enabled = false
address = "192.168.0.1"
port = 1935
[[rtmp.push]]
enabled = false
address = "localhost"
port = 1936
[[rtmp.push]]
enabled = false
address = "192.168.0.3"
port = 1935
[httpnotify]
enabled = true
on_publish = "http://localhost:3001/on_publish"
on_unpublish = "http://localhost:3001/on_unpuslish"
on_play = "http://localhost:3001/on_play"
on_stop = "http://localhost:3001/on_stop"
[authsecret]
key = ""
password = ""
[rtsp]
enabled = false
port = 445
[rtsp.auth]
pull_enabled = true
push_enabled = true
algorithm = "simple"
[webrtc]
enabled = false
port = 8083
[webrtc.auth]
pull_enabled = true
push_enabled = true
algorithm = "simple"
[httpflv]
enabled = false
port = 8081
[httpflv.auth]
pull_enabled = true
algorithm = "simple"
[hls]
enabled = false
port = 8080
need_record = false
[hls.auth]
pull_enabled = true
algorithm = "simple"
[log]
level = "info"
[log.file]
enabled = true
rotate = "hour"
path = "/app/logs"