1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/go2rtc/data/go2rtc.yaml

33 lines
587 B
YAML
Raw Normal View History

2024-04-13 03:00:22 +00: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 08:10:41 +00:00
ffmpeg:
2024-04-21 03:43:13 +00:00
loop: "-re -stream_loop -1 -i {input} -listen 1"
2024-04-19 08:10:41 +00:00
2024-04-13 03:00:22 +00:00
streams:
2024-04-19 08:10:41 +00:00
bunny: "ffmpeg:BigBuckBunny_320x180.mp4#video=h264#audio=aac#input=loop"
2024-04-13 03:00:22 +00:00
#usbcam: "ffmpeg:device?video=0&video_size=1280x720#video=h264"
#publish:
2024-04-19 08:10:41 +00:00
#bunny: "rtmp://a.rtmp.youtube.com/live2/xxxx-xxxx-xxxx-xxxx-xxxx"
2024-04-13 03:00:22 +00:00
log:
level: info
api: trace
exec: debug
ngrok: info
rtsp: warn
streams: error
webrtc: fatal