[FFmpeg-trac] #1930(FFserver:new): FFserver Ignores Video Filter Overlay

FFmpeg trac at avcodec.org
Mon Nov 19 20:34:47 CET 2012


#1930: FFserver Ignores Video Filter Overlay
-------------------------------------+-------------------------------------
             Reporter:  ramberg2001  |                     Type:  defect
               Status:  new          |                 Priority:  important
            Component:  FFserver     |                  Version:  1.0
             Keywords:  Video        |               Blocked By:
  Filter Ingored FFserver            |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 How to reproduce:
 {{{
 % Input is Axis Camera multicast stream - Logo Overlay Filter works when
 output is changed to a file instead of FFserver.

 ./ffmpeg -i rtsp://root:password@192.168.1.5/axis-media/media.amp -vf
 "movie=/home/webcam/logo/glow.png [logo]; [in][logo] overlay=10:main_h-
 overlay_h-10 [out]" http://localhost:8090/feed1.ffm

 ffserver.conf

 Port 8090
 # bind to all IPs aliased or not
 BindAddress 0.0.0.0
 # max number of simultaneous clients
 MaxClients 100
 # max bandwidth per-client (kb/s)
 MaxBandwidth 60000

 <Feed feed1.ffm>
         File /var/www/tmp/feed1.ffm
         FileMaxSize 50000M
         ACL allow localhost
 </Feed>



 # Access log file (uses standard Apache log file format)
 # '-' is the standard output.
 CustomLog /var/log/ffserver

 ## FLV output - good for streaming
 <Stream water.flv>
       # the source feed
         Feed feed1.ffm
         # the output stream format - FLV = FLash Video
         Format flv
         VideoCodec flv
         # this must match the ffmpeg -r argument
         VideoFrameRate 20
         # generally leave this is a large number
         #VideoBufferSize 260000
         # another quality tweak
         VideoBitRate 100
         # quality ranges - 1-31 (1 = best, 31 = worst)
         VideoQMin 1
         VideoQMax 2
         VideoSize 512x288
         # this sets how many seconds in past to start
         PreRoll 5
         # wecams don't have audio
         NoAudio
 </Stream>

 ffmpeg version 1.0
 built on Nov 12 2012 13:27:20 with gcc 4.4.6 (GCC) 20120305 (Red Hat
 4.4.6-4)
 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

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


More information about the FFmpeg-trac mailing list