[FFmpeg-trac] #7144(undetermined:new): mpeg-dash - Application provided duration: -1056 / timestamp: 983056 is out of range for mov/mp4 format

FFmpeg trac at avcodec.org
Thu Dec 5 17:14:07 EET 2019


#7144: mpeg-dash - Application provided duration: -1056 / timestamp: 983056 is out
of range for mov/mp4 format
-------------------------------------+-------------------------------------
             Reporter:  andreymal    |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:  dash         |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by andreymal):

 Well, my Hikvision camera is online now, and I still have this problem.
 Now I tried this command:

 {{{
 ffmpeg -loglevel debug -debug_ts -y \
   -rtsp_transport tcp -stimeout 10000000 -i
 'rtsp://admin:123456@192.168.1.13/Streaming/Channels/102' \
   -map 0:v -c:v copy -an -f dash -min_seg_duration 100000 -window_size 16
 \
   -extra_window_size 4 -remove_at_exit 1 dash/manifest.mpd \
   -map 0 -c copy dash_mp4_timestamp_error_hikvision_2019.flv
 }}}

 The recorded video file and the log is attached. I can test and record
 something else if needed.

 >The content looks like variable frame rate

 I want to keep variable frame rate as is. I also tried "-vsync
 passthrough", but the problem is still present.

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


More information about the FFmpeg-trac mailing list