[FFmpeg-trac] #3781(ffmpeg:new): Malfunction of the program with rtsp protocol.

FFmpeg trac at avcodec.org
Fri Jul 18 07:51:48 CEST 2014


#3781: Malfunction of the program with rtsp protocol.
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:  defect
  iRidium_mobile                     |                 Priority:  normal
               Status:  new          |                  Version:
            Component:  ffmpeg       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug: When using ffmpeg versions 2.1.1 and 2.2  I came
 across malfunction of the program with rtsp protocol.      When receiving
 rtsp stream without indicating low-level transport, the program can’t get
 the stream, as when switching from UDP to TCP, the device to which  ffmpeg
 is attached, doesn’t get TEARDOWN command and hangs up. (as the old
 session is not closed). I commented a line if (rt->server_type ==
 RTSP_SERVER_REAL) in rtsp_read_packet  method of rtspdec.c file and the
 program began to get a stream of data.
 How to reproduce:
 {{{
 % ffmpeg -i input ... output
 ffmpeg version
 built on ...
 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

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


More information about the FFmpeg-trac mailing list