2024-04-13 05:00:22 +02:00
|
|
|
api:
|
|
|
|
listen: ":1984"
|
|
|
|
#username: "admin"
|
|
|
|
#password: "pass"
|
|
|
|
|
|
|
|
rtsp:
|
|
|
|
listen: ":8554"
|
|
|
|
#username: "admin"
|
|
|
|
#password: "pass"
|
|
|
|
#default_query: "video&audio"
|
|
|
|
|
|
|
|
webrtc:
|
|
|
|
listen: ":8555"
|
|
|
|
|
2024-04-19 10:10:41 +02:00
|
|
|
ffmpeg:
|
2024-04-21 05:43:13 +02:00
|
|
|
loop: "-re -stream_loop -1 -i {input} -listen 1"
|
2024-04-19 10:10:41 +02:00
|
|
|
|
2024-04-13 05:00:22 +02:00
|
|
|
streams:
|
2024-04-19 10:10:41 +02:00
|
|
|
bunny: "ffmpeg:BigBuckBunny_320x180.mp4#video=h264#audio=aac#input=loop"
|
2024-04-13 05:00:22 +02:00
|
|
|
#usbcam: "ffmpeg:device?video=0&video_size=1280x720#video=h264"
|
|
|
|
|
|
|
|
#publish:
|
2024-04-19 10:10:41 +02:00
|
|
|
#bunny: "rtmp://a.rtmp.youtube.com/live2/xxxx-xxxx-xxxx-xxxx-xxxx"
|
2024-04-13 05:00:22 +02:00
|
|
|
|
|
|
|
log:
|
|
|
|
level: info
|
|
|
|
api: trace
|
|
|
|
exec: debug
|
|
|
|
ngrok: info
|
|
|
|
rtsp: warn
|
|
|
|
streams: error
|
|
|
|
webrtc: fatal
|