[FFmpeg-user] rtsp stream interruption

Luciano Nascimento luciano_nas at hotmail.com
Thu Apr 16 18:57:53 EEST 2020


Hello,

i'd like to know how to configure rtsp as a input, beacause all the time it stops after some aleatory time, how to make it stable ?
i'm using these options:

    "-rtsp_transport", "tcp",
    "-i", rtspUrl,
    "-r", "15",
    "-b:v", "1M",
    "-maxrate", "1M",
    "-bufsize", "2M",
    "-vf", "fps=480/60",
    "-f", "image2pipe",
    "-loglevel", "99",
    "-",



More information about the ffmpeg-user mailing list