From 7f35205f3dd25201b28224858b13b51085149e5f Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Thu, 10 Nov 2022 06:41:43 -0700 Subject: [PATCH] Don't specify rtsp_transport --- frigate/util.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/frigate/util.py b/frigate/util.py index 11c0b2c39..1d572161d 100755 --- a/frigate/util.py +++ b/frigate/util.py @@ -716,8 +716,6 @@ def ffprobe_stream(path: str) -> sp.CompletedProcess: """Run ffprobe on stream.""" ffprobe_cmd = [ "ffprobe", - "-rtsp_transport", - "tcp", "-show_entries", "stream=codec_long_name,width,height,bit_rate,duration,display_aspect_ratio,avg_frame_rate", "-loglevel",