mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
33 lines
587 B
YAML
33 lines
587 B
YAML
api:
|
|
listen: ":1984"
|
|
#username: "admin"
|
|
#password: "pass"
|
|
|
|
rtsp:
|
|
listen: ":8554"
|
|
#username: "admin"
|
|
#password: "pass"
|
|
#default_query: "video&audio"
|
|
|
|
webrtc:
|
|
listen: ":8555"
|
|
|
|
ffmpeg:
|
|
loop: "-re -stream_loop -1 -i {input} -listen 1"
|
|
|
|
streams:
|
|
bunny: "ffmpeg:BigBuckBunny_320x180.mp4#video=h264#audio=aac#input=loop"
|
|
#usbcam: "ffmpeg:device?video=0&video_size=1280x720#video=h264"
|
|
|
|
#publish:
|
|
#bunny: "rtmp://a.rtmp.youtube.com/live2/xxxx-xxxx-xxxx-xxxx-xxxx"
|
|
|
|
log:
|
|
level: info
|
|
api: trace
|
|
exec: debug
|
|
ngrok: info
|
|
rtsp: warn
|
|
streams: error
|
|
webrtc: fatal
|