diff --git a/utils.go b/utils.go index 8568cd3..15e8674 100644 --- a/utils.go +++ b/utils.go @@ -43,6 +43,7 @@ func ffprobe(filename, stype string) ([]map[string]string, error) { // Extract video information with ffprobe. cmd := exec.Command( "ffprobe", + "-rtsp_transport", "tcp", "-show_streams", "-select_streams", stype, "-print_format", "compact",