mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45: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."""
|
"""Run ffprobe on stream."""
|
||||||
ffprobe_cmd = [
|
ffprobe_cmd = [
|
||||||
"ffprobe",
|
"ffprobe",
|
||||||
"-rtsp_transport",
|
|
||||||
"tcp",
|
|
||||||
"-show_entries",
|
"-show_entries",
|
||||||
"stream=codec_long_name,width,height,bit_rate,duration,display_aspect_ratio,avg_frame_rate",
|
"stream=codec_long_name,width,height,bit_rate,duration,display_aspect_ratio,avg_frame_rate",
|
||||||
"-loglevel",
|
"-loglevel",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user