[FFmpeg-user] setting timeout with rtsp connection

Дмитрий Пекаровский dimytch at mail.ru
Tue Oct 15 21:26:25 CEST 2013


Hi, all

I want to set a small timeout for testing my ipcams with ffprobe.
I found here http://ffmpeg.org/ffprobe-all.html that -rtsp_flags with stimeout is what I need, but any variations of 

ffprobe -show_streams -rtsp_flags stimeout=100 'rtsp://ipcam'
ffprobe -show_streams -rtsp_flags stimeout:100 'rtsp://ipcam'
ffprobe -show_streams -rtsp_flags timeout=100 'rtsp://ipcam'

etc shows only 

[RTSP demuxer @ 0x20aca80] [Eval @ 0x7fffef479130] Undefined constant or missing '(' in 'stimeout=100'
[RTSP demuxer @ 0x20aca80] Unable to parse option value "stimeout=100"
[RTSP demuxer @ 0x20aca80] Error setting option rtsp_flags to value stimeout=100.

What is right syntax for timeouts?

-- 

//DP


More information about the ffmpeg-user mailing list