Opened 6 years ago
Last modified 6 years ago
#6660 new enhancement
RTSP timeout for GET_PARAMETER request is hardcoded
Reported by: | walter | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avformat |
Version: | unspecified | Keywords: | rtsp |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
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.
Change History (2)
comment:1 by , 6 years ago
Analyzed by developer: | set |
---|---|
Reproduced by developer: | set |
comment:2 by , 6 years ago
Analyzed by developer: | unset |
---|---|
Component: | ffmpeg → avformat |
Keywords: | rtsp added |
Priority: | normal → wish |
Reproduced by developer: | unset |
Note:
See TracTickets
for help on using tickets.