[FFmpeg-trac] #2415(avformat:open): RTSP (and SDP) client timeout is hard-coded to 10 seconds

FFmpeg trac at avcodec.org
Wed Sep 20 02:41:28 EEST 2017


#2415: RTSP (and SDP) client timeout is hard-coded to 10 seconds
-------------------------------------+------------------------------------
             Reporter:  jackjansen   |                    Owner:
                 Type:  enhancement  |                   Status:  open
             Priority:  wish         |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  rtsp sdp     |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+------------------------------------
Changes (by cehoyos):

 * keywords:   => rtsp sdp
 * priority:  normal => wish
 * version:  unspecified => git-master
 * status:  new => open
 * reproduced:  0 => 1


Comment:

 Reproducible with an invalid sdp file like the following:
 {{{
 v=0
 o=- 22714557 1 IN IP4 127.0.0.1
 s=123123
 t=0 0
 m=audio 1234 RTP/AVP 100
 c=IN IP4 192.168.1.34
 a=rtcp:9 IN IP4 0.0.0.0
 a=sendonly
 a=rtcp-mux
 a=rtcp-rsize
 a=rtpmap:100 opus/48000/2
 }}}
 Patch sent.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/2415#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list