Add specific presets for restream and record with audio (#5094)

* Add more ffmpeg presets

* Update docs

* Update tests

* Update docs to optimize setup
This commit is contained in:
Nicolas Mowen
2023-01-15 08:40:42 -07:00
committed by GitHub
parent 65bc644d03
commit 99577a57e6
4 changed files with 50 additions and 21 deletions

View File

@@ -47,8 +47,11 @@ One connection is made to the camera. One for the restream, `detect` and `record
cameras:
test_cam:
ffmpeg:
output_args:
record: preset-record-audio-copy
inputs:
- path: rtsp://127.0.0.1:8554/test_cam # <--- the name here must match the name of the camera
- path: rtsp://127.0.0.1:8554/test_cam?video=copy&audio=aac # <--- the name here must match the name of the camera
input_args: preset-rtsp-restream
roles:
- record
- detect
@@ -65,8 +68,11 @@ Two connections are made to the camera. One for the sub stream, one for the rest
cameras:
test_cam:
ffmpeg:
output_args:
record: preset-record-audio-copy
inputs:
- path: rtsp://127.0.0.1:8554/test_cam # <--- the name here must match the name of the camera
- path: rtsp://127.0.0.1:8554/test_cam?video=copy&audio=aac # <--- the name here must match the name of the camera
input_args: preset-rtsp-restream
roles:
- record
- path: rtsp://192.168.1.5:554/stream # <--- camera high res stream