Skip to content

Commit 4ebe582

Browse files
web-flowclaude
andcommitted
revert(frigate): simplify trendnet config - remove custom args
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3c79fbc commit 4ebe582

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

gitops/clusters/homelab/apps/frigate/configmap.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,9 @@ data:
6363
ffmpeg:
6464
inputs:
6565
- path: "rtsp://{FRIGATE_CAM_TRENDNET_USER}:{FRIGATE_CAM_TRENDNET_PASS}@192.168.1.107/play1.sdp"
66-
# This old camera has bad timestamps - use genpts to regenerate them
67-
input_args:
68-
- -avoid_negative_ts
69-
- make_zero
70-
- -fflags
71-
- +genpts+discardcorrupt
72-
- -rtsp_transport
73-
- tcp
74-
- -use_wallclock_as_timestamps
75-
- "1"
7666
roles:
7767
- detect
7868
- record
79-
# Disable hwaccel for this old camera with timestamp/corruption issues
80-
hwaccel_args: []
8169
detect:
8270
enabled: true
8371
width: 1280

0 commit comments

Comments
 (0)