Don't specify rtsp_transport

This commit is contained in:
Nick Mowen 2022-11-10 06:41:43 -07:00
parent 9e0f5af9da
commit 7f35205f3d

View File

@ -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",