id,summary,reporter,owner,description,type,status,priority,component,version,resolution,keywords,cc,blockedby,blocking,reproduced,analyzed
1930,FFserver Ignores Video Filter Overlay,ramberg2001,,"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.",defect,closed,important,FFserver,git-master,duplicate,regression,,,,0,0
