[FFmpeg-trac] #4113(ffserver:new): ffserver ignores videoframerate for mjpeg streams

FFmpeg trac at avcodec.org
Thu Dec 4 12:54:26 CET 2014


#4113: ffserver ignores videoframerate for mjpeg streams
-------------------------------------+------------------------------------
             Reporter:  illumilore   |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  ffserver
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by illumilore):

 I tested it and it is still ignoring my 1 fps command and setting it to 5.

 <Stream test.mjpg>
         Feed cam.ffm
         Format mpjpeg
         VideoFrameRate 1
         VideoIntraOnly
         VideoQmin 10
         VideoQMax 20
         VideoSize 480x320
         NoAudio
         Strict -1
 </Stream>


 ffmpeg version N-68199-g5fe026f Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Dec  4 2014 04:31:52 with gcc 4.8 (SUSE Linux)
   configuration: --enable-filter=drawtext --enable-libfreetype
   libavutil      54. 15.100 / 54. 15.100
   libavcodec     56. 13.100 / 56. 13.100
   libavformat    56. 15.102 / 56. 15.102
   libavdevice    56.  3.100 / 56.  3.100
   libavfilter     5.  2.103 /  5.  2.103
   libswscale      3.  1.101 /  3.  1.101
   libswresample   1.  1.100 /  1.  1.100
 Guessed Channel Layout for  Input Stream #0.0 : stereo
 Input #0, alsa, from 'plughw:2':
   Duration: N/A, start: 1417693863.952144, bitrate: 768 kb/s
     Stream #0:0: Audio: pcm_s16le, 24000 Hz, 2 channels, s16, 768 kb/s
 Input #1, video4linux2,v4l2, from '/dev/video0':
   Duration: N/A, start: 2049100.267583, bitrate: N/A
     Stream #1:0: Video: mjpeg, yuvj422p(pc, bt470bg/unknown/unknown),
 960x720, 0 kb/s, 5 fps, 5 tbr, 1000k tbn, 1000k tbc
 [swscaler @ 0x2f067e0] deprecated pixel format used, make sure you did set
 range correctly
 [swscaler @ 0x2f68120] deprecated pixel format used, make sure you did set
 range correctly
 [swscaler @ 0x2f8f420] deprecated pixel format used, make sure you did set
 range correctly
 Output #0, ffm, to 'http://127.0.0.1:8090/cam.ffm':
   Metadata:
     creation_time   : now
     encoder         : Lavf56.15.102
     Stream #0:0: Video: flv1 (flv), yuv420p, 960x720, q=5-15, 4000 kb/s, 5
 fps, 1000k tbn, 5 tbc
     Metadata:
       encoder         : Lavc56.13.100 flv
     Stream #0:1: Video: mjpeg, yuvj422p(pc), 960x720, q=1-5, 64 kb/s, 5
 fps, 1000k tbn, 2 tbc
     Metadata:
       encoder         : Lavc56.13.100 mjpeg
     Stream #0:2: Video: mjpeg, yuvj422p(pc), 480x320, q=10-20, 64 kb/s, 5
 fps, 1000k tbn, 1 tbc
     Metadata:
       encoder         : Lavc56.13.100 mjpeg

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


More information about the FFmpeg-trac mailing list