[FFmpeg-user] rtsp stream interruption

Luciano Nascimento luciano_nas at hotmail.com
Thu Apr 16 19:32:14 EEST 2020


sorry for 99, it was just a crazy test that i forgot to remove. I will try to be more clear, i'm trying to capture each frame from a rtsp stream,so  it works for something like 1 hour or a little more, then it suddenly stops, the same thing happen when i try on vlc, i open the stream on vlc client and after some time rtsp stream stops, i dont think its a camera problem because it happen on another camera

________________________________
De: ffmpeg-user <ffmpeg-user-bounces at ffmpeg.org> em nome de Ted Park <kumowoon1025 at gmail.com>
Enviado: quinta-feira, 16 de abril de 2020 11:25
Para: FFmpeg user questions <ffmpeg-user at ffmpeg.org>
Assunto: Re: [FFmpeg-user] rtsp stream interruption

Hi,

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

Why does it say it stopped? loglevel doesn't have an option 99, I don't know what happens when you put in 99 but you might end up with binary 99&56 (56 being the as verbose as possible option, if my memory serves me right)

Regards,
Ted Park

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user at ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list