From aeec895f27a2ef49bb4507eab98f89b98ea82908 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Mon, 16 Jan 2023 15:18:25 -0700 Subject: [PATCH] Fix docs --- docs/docs/configuration/live.md | 2 +- docs/docs/configuration/restream.md | 4 ++-- docs/docs/troubleshooting/faqs.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index b9cc7ecb9..f453a508f 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -57,7 +57,7 @@ cameras: test_cam: ffmpeg: output_args: - record: preset-record-audio-copy + record: preset-record-generic-audio-copy 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 input_args: preset-rtsp-restream diff --git a/docs/docs/configuration/restream.md b/docs/docs/configuration/restream.md index 2bee0c7d1..5144fdb43 100644 --- a/docs/docs/configuration/restream.md +++ b/docs/docs/configuration/restream.md @@ -34,7 +34,7 @@ cameras: test_cam: ffmpeg: output_args: - record: preset-record-audio-copy + record: preset-record-generic-audio-copy 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 input_args: preset-rtsp-restream @@ -57,7 +57,7 @@ cameras: test_cam: ffmpeg: output_args: - record: preset-record-audio-copy + record: preset-record-generic-audio-copy 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 input_args: preset-rtsp-restream diff --git a/docs/docs/troubleshooting/faqs.md b/docs/docs/troubleshooting/faqs.md index 20b8261f2..15ce9bc12 100644 --- a/docs/docs/troubleshooting/faqs.md +++ b/docs/docs/troubleshooting/faqs.md @@ -14,7 +14,7 @@ By default, Frigate removes audio from recordings to reduce the likelihood of fa ```yaml title="frigate.yml" ffmpeg: output_args: - record: preset-record-generic-audio + record: preset-record-generic-audio-aac ``` ### My mjpeg stream or snapshots look green and crazy