add rtsp restream for go2rtc
Some checks failed
PVE2 Infrastructure Deploy / terraform (push) Has been cancelled
Some checks failed
PVE2 Infrastructure Deploy / terraform (push) Has been cancelled
This commit is contained in:
parent
e5940ff9cc
commit
a7f1fcaf2e
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ cameras:
|
||||||
roles:
|
roles:
|
||||||
- record
|
- record
|
||||||
- path: rtsp://127.0.0.1:8554/camera_1_sub
|
- path: rtsp://127.0.0.1:8554/camera_1_sub
|
||||||
|
input_args: preset-rtsp-restream
|
||||||
roles:
|
roles:
|
||||||
- detect
|
- detect
|
||||||
detect:
|
detect:
|
||||||
|
|
@ -38,6 +39,7 @@ cameras:
|
||||||
roles:
|
roles:
|
||||||
- record
|
- record
|
||||||
- path: rtsp://127.0.0.1:8554/camera_2_sub
|
- path: rtsp://127.0.0.1:8554/camera_2_sub
|
||||||
|
input_args: preset-rtsp-restream
|
||||||
roles:
|
roles:
|
||||||
- detect
|
- detect
|
||||||
detect:
|
detect:
|
||||||
|
|
@ -52,6 +54,7 @@ cameras:
|
||||||
roles:
|
roles:
|
||||||
- record
|
- record
|
||||||
- path: rtsp://127.0.0.1:8554/camera_3_sub
|
- path: rtsp://127.0.0.1:8554/camera_3_sub
|
||||||
|
input_args: preset-rtsp-restream
|
||||||
roles:
|
roles:
|
||||||
- detect
|
- detect
|
||||||
detect:
|
detect:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue