Skip to content

Commit

Permalink
chore(k8s/amour/frigate): record audio
Browse files Browse the repository at this point in the history
  • Loading branch information
uhthomas committed Apr 22, 2024
1 parent 714e98d commit 7b87cbe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions k8s/amour/frigate/config_map_list.cue
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ import (
type: "tensorrt"
device: 0
}
ffmpeg: hwaccel_args: "preset-nvidia-h264"
detect: enabled: false
ffmpeg: {
hwaccel_args: "preset-nvidia-h264"
output_args: record: "preset-record-generic-audio-aac"
}
detect: enabled: false
record: {
enabled: true
retain: {
Expand Down

0 comments on commit 7b87cbe

Please sign in to comment.