mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Don't specify rtsp_transport
This commit is contained in:
parent
9e0f5af9da
commit
7f35205f3d
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user