blob: 63ad800eaf63b0866b8396d4cc303c2f3ad0248b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# See also: https://github.com/AlexxIT/go2rtc/blob/master/README.md
---
log:
level: info # default level
# api: trace
# exec: debug
# ngrok: info
# rtsp: warn
# streams: error
# webrtc: fatal
api:
listen: "127.0.0.1:1984"
rtsp:
listen: "127.0.0.1:8554"
webrtc:
listen: ":8555" # external TCP/UDP port
ffmpeg:
bin: /usr/bin/ffmpeg # path to ffmpeg binary
streams: {}
|