[FFmpeg-trac] #6415(undetermined:reopened): Strange DTS of first packet in RTSP stream

FFmpeg trac at avcodec.org
Wed May 24 15:23:20 EEST 2017


#6415: Strange DTS of first packet in RTSP stream
-------------------------------------+-------------------------------------
             Reporter:  Alexander    |                    Owner:
                 Type:  defect       |                   Status:  reopened
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by Alexander):

 You can reproduce this problem on a local machine:
 1. Start listening instance of ffmpeg:

 {{{
 ffmpeg -loglevel debug -rtsp_transport tcp -rtsp_flags listen -i
 rtsp://localhost/in/1 -acodec copy -vcodec copy -f null /dev/null
 }}}

 2. Start sending some mp4 file:

 {{{
 ffmpeg -re -i source.mp4 -acodec copy -vcodec copy -f rtsp -muxdelay 0.1
 rtsp://localhost/in/1
 }}}

 You'll get warnings about non monotonically increasing dts on listening
 instance.

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


More information about the FFmpeg-trac mailing list