Re: [FFmpeg-devel] [PATCH V3 1/2] lavf/libsrt: add linger parameter to libsrt

2019-12-03 Thread myp...@gmail.com
On Tue, Dec 3, 2019 at 7:17 PM Gyan wrote: > > > On 03-12-2019 04:27 pm, Jun Zhao wrote: > > From: Jun Zhao > > > > add linger parameter to libsrt, it's setting the number of seconds > > that the socket waits for unsent data when closing. > > > > Reviewed-by: Andriy Gelman > > Signed-off-by: Ju

Re: [FFmpeg-devel] [PATCH V3 1/2] lavf/libsrt: add linger parameter to libsrt

2019-12-03 Thread Gyan
On 03-12-2019 04:27 pm, Jun Zhao wrote: From: Jun Zhao add linger parameter to libsrt, it's setting the number of seconds that the socket waits for unsent data when closing. Reviewed-by: Andriy Gelman Signed-off-by: Jun Zhao --- doc/protocols.texi |5 + libavformat/libsrt.c |

[FFmpeg-devel] [PATCH V3 1/2] lavf/libsrt: add linger parameter to libsrt

2019-12-03 Thread Jun Zhao
From: Jun Zhao add linger parameter to libsrt, it's setting the number of seconds that the socket waits for unsent data when closing. Reviewed-by: Andriy Gelman Signed-off-by: Jun Zhao --- doc/protocols.texi |5 + libavformat/libsrt.c | 13 + 2 files changed, 18 insert