[FFmpeg-trac] #6660(ffmpeg:new): RTSP timeout for GET_PARAMETER request is hardcoded

FFmpeg trac at avcodec.org
Wed Sep 13 20:32:14 EEST 2017


#6660: RTSP timeout for GET_PARAMETER request is hardcoded
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:
  walterzielony                      |  enhancement
               Status:  new          |                 Priority:  normal
            Component:  ffmpeg       |                  Version:
             Keywords:               |  unspecified
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
 The timeout for keep-alive requests made to an RTSP stream is not
 customizable. Instead, it is hardcoded in rtspc.c file to 60 seconds.

 The current parameter -timeout only stands for incomming connections
 (implies the ‘rtsp_flags’ set to ‘listen’).

 Also the value seems to be overwriten later with the response from the
 SETUP request made at the RTSP stream start. This should be avoided also.

 This is needed to allow for larger timeout values preventing ffmpeg to
 drop out.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6660>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list