]> git.sesse.net Git - ffmpeg/commit
avformat/rtpproto: support for rtp read timeout
authorLimin Wang <lance.lmwang@gmail.com>
Sat, 10 Oct 2020 12:35:44 +0000 (20:35 +0800)
committerLimin Wang <lance.lmwang@gmail.com>
Thu, 22 Oct 2020 12:53:56 +0000 (20:53 +0800)
commit2aceae1438ab4234161186712e9486e87be15be3
tree1f13147048f2548972091f4be4d5d90fd00f56fb
parentde59826703a50f232ae5b1704fa02e446c270938
avformat/rtpproto: support for rtp read timeout

then we can set the rtp read timeout instead of infinite timeout.

How to test(5s timeout):
./ffprobe -i rtp://192.168.1.67:1234?timeout=5000000

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
doc/protocols.texi
libavformat/rtpproto.c