[FFmpeg-trac] #2343(avformat:new): Stream is blocked by 20 seconds or more when reading an mjpeg stream at low resolutions

FFmpeg trac at avcodec.org
Tue May 27 21:58:29 CEST 2014


#2343: Stream is blocked by 20 seconds or more when reading an mjpeg stream at low
resolutions
-------------------------------------+------------------------------------
             Reporter:  virtuald     |                    Owner:
                 Type:  enhancement  |                   Status:  new
             Priority:  wish         |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by Krieger):

 It may take too long because MJPEG streams don't include timestamps, and
 by default they are generated by ffmpeg like there's 25 FPS.
 Try ffmpeg -use_wallclock_as_timestamps 1 -i http://...

 Try also -probesize 32 -analyzeduration 0 or something like that to reduce
 probing period.

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


More information about the FFmpeg-trac mailing list