2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00

add go2rtc

This commit is contained in:
kevin
2024-04-13 11:00:22 +08:00
parent 4137379d77
commit a30324bc4c
4 changed files with 61 additions and 0 deletions

29
go2rtc/data/go2rtc.yaml Normal file
View File

@@ -0,0 +1,29 @@
api:
listen: ":1984"
#username: "admin"
#password: "pass"
rtsp:
listen: ":8554"
#username: "admin"
#password: "pass"
#default_query: "video&audio"
webrtc:
listen: ":8555"
streams:
bunny: "ffmpeg:BigBuckBunny_320x180.mp4"
#usbcam: "ffmpeg:device?video=0&video_size=1280x720#video=h264"
#publish:
#bunny: "rtmps://xxx.rtmp.youtube.com/live2/xxxx-xxxx-xxxx-xxxx-xxxx"
log:
level: info
api: trace
exec: debug
ngrok: info
rtsp: warn
streams: error
webrtc: fatal