[FFmpeg-trac] #5933(undetermined:new): rtsp_transport tcp is ignored

FFmpeg trac at avcodec.org
Wed Nov 9 01:45:02 EET 2016


#5933: rtsp_transport tcp is ignored
-------------------------------------+-------------------------------------
             Reporter:  KarolGT      |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
  rtsp_transport                     |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 rtsp_transport tcp is ignored when this parameter is not right after
 ffmpeg command
 How to reproduce:
 {{{

 ffmpeg is ignoried in below case:

 ffmpeg -i rtsp://192.168.1.201:554/11 -c:v copy -rtsp_transport tcp -an
 out.mkv

 below case is working fine, as expected:

 ffmpeg -rtsp_transport tcp -i rtsp://192.168.1.201:554/11 -c:v copy -an
 out.mkv


 ffmpeg version: tested on 3.1.x and 3.2.x (latest from Nov 08 2016)
 built on Linux (Ubuntu)
 }}}

 It will be good to have this information at least in the documentation. It
 is possible to find this information on some forums like stackoverflow.com
 but I didn't find any information about this on ffmpeg.org.

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


More information about the FFmpeg-trac mailing list