Re: [FFmpeg-devel] [PATCH]lavf/rtsp: Allow to set SDP timeout.

2017-09-20 Thread Michael Niedermayer
On Wed, Sep 20, 2017 at 02:12:40AM +0200, Carl Eugen Hoyos wrote: > 2017-09-20 2:01 GMT+02:00 Marton Balint : > > > > > > On Wed, 20 Sep 2017, Carl Eugen Hoyos wrote: > > > >> Hi! > >> > >> Attached patch fixes part of ticket #2415. > >> > >> Please comment, Carl Eugen > >> > > > > diff --git a/lib

Re: [FFmpeg-devel] [PATCH]lavf/rtsp: Allow to set SDP timeout.

2017-09-19 Thread Carl Eugen Hoyos
2017-09-20 2:01 GMT+02:00 Marton Balint : > > > On Wed, 20 Sep 2017, Carl Eugen Hoyos wrote: > >> Hi! >> >> Attached patch fixes part of ticket #2415. >> >> Please comment, Carl Eugen >> > > diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c > index 0bd72dc..c8fa26a 100644 > --- a/libavformat/rts

Re: [FFmpeg-devel] [PATCH]lavf/rtsp: Allow to set SDP timeout.

2017-09-19 Thread Marton Balint
On Wed, 20 Sep 2017, Carl Eugen Hoyos wrote: Hi! Attached patch fixes part of ticket #2415. Please comment, Carl Eugen diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 0bd72dc..c8fa26a 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -104,6 +104,7 @@ static const AVOp

[FFmpeg-devel] [PATCH]lavf/rtsp: Allow to set SDP timeout.

2017-09-19 Thread Carl Eugen Hoyos
Hi! Attached patch fixes part of ticket #2415. Please comment, Carl Eugen From 6da40f03df782a5b230026c7732095700e55f73a Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Wed, 20 Sep 2017 01:38:46 +0200 Subject: [PATCH] lavf/rtsp: Allow to set sdp timeout. Fixes part of ticket #2415. --- li