This commit is contained in:
Nick Mowen 2023-01-16 15:18:25 -07:00
parent 943b8ac93b
commit aeec895f27
3 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ cameras:
test_cam: test_cam:
ffmpeg: ffmpeg:
output_args: output_args:
record: preset-record-audio-copy record: preset-record-generic-audio-copy
inputs: inputs:
- path: rtsp://127.0.0.1:8554/test_cam?video=copy&audio=aac # <--- the name here must match the name of the camera in restream - path: rtsp://127.0.0.1:8554/test_cam?video=copy&audio=aac # <--- the name here must match the name of the camera in restream
input_args: preset-rtsp-restream input_args: preset-rtsp-restream

View File

@ -34,7 +34,7 @@ cameras:
test_cam: test_cam:
ffmpeg: ffmpeg:
output_args: output_args:
record: preset-record-audio-copy record: preset-record-generic-audio-copy
inputs: inputs:
- path: rtsp://127.0.0.1:8554/test_cam?video=copy&audio=aac # <--- the name here must match the name of the camera in restream - path: rtsp://127.0.0.1:8554/test_cam?video=copy&audio=aac # <--- the name here must match the name of the camera in restream
input_args: preset-rtsp-restream input_args: preset-rtsp-restream
@ -57,7 +57,7 @@ cameras:
test_cam: test_cam:
ffmpeg: ffmpeg:
output_args: output_args:
record: preset-record-audio-copy record: preset-record-generic-audio-copy
inputs: inputs:
- path: rtsp://127.0.0.1:8554/test_cam?video=copy&audio=aac # <--- the name here must match the name of the camera in restream - path: rtsp://127.0.0.1:8554/test_cam?video=copy&audio=aac # <--- the name here must match the name of the camera in restream
input_args: preset-rtsp-restream input_args: preset-rtsp-restream

View File

@ -14,7 +14,7 @@ By default, Frigate removes audio from recordings to reduce the likelihood of fa
```yaml title="frigate.yml" ```yaml title="frigate.yml"
ffmpeg: ffmpeg:
output_args: output_args:
record: preset-record-generic-audio record: preset-record-generic-audio-aac
``` ```
### My mjpeg stream or snapshots look green and crazy ### My mjpeg stream or snapshots look green and crazy