Re: [FFmpeg-devel] [PATCH v2] avformat/rtsp: fix timeout option

2021-07-03 Thread Andriy Gelman
On Sun, 30. May 16:24, Andriy Gelman wrote: > From: Andriy Gelman > > 92c40ef882be115e72d2aa02f9032b7ce88f8537 added a listen_timeout option > for sdp. This allowed a user to set variable timeout in sdp which was > originally hard coded to 10 seconds. > > The commit used the initial_timeout

[FFmpeg-devel] [PATCH v2] avformat/rtsp: fix timeout option

2021-05-30 Thread Andriy Gelman
From: Andriy Gelman 92c40ef882be115e72d2aa02f9032b7ce88f8537 added a listen_timeout option for sdp. This allowed a user to set variable timeout in sdp which was originally hard coded to 10 seconds. The commit used the initial_timeout variable to store the value. However, in rtsp this variable

[FFmpeg-devel] [PATCH v2] avformat/rtsp: fix timeout option

2021-04-10 Thread Andriy Gelman
From: Andriy Gelman 92c40ef882be115e72d2aa02f9032b7ce88f8537 added a listen_timeout option for sdp. This allowed a user to set variable timeout in sdp which was originally hard coded to 10 seconds. The commit used the initial_timeout variable to store the value. However, in rtsp this variable