[FFmpeg-trac] #3639(ffmpeg:new): ffmpeg not apply filter to http output stream (to output file is ok)

FFmpeg trac at avcodec.org
Thu May 15 08:48:23 CEST 2014


#3639: ffmpeg not apply filter to http output stream (to output file is ok)
-----------------------------------+--------------------------------------
             Reporter:  gretchany  |                     Type:  defect
               Status:  new        |                 Priority:  normal
            Component:  ffmpeg     |                  Version:  git-master
             Keywords:             |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+--------------------------------------
 CentOS release 6.5 (Final)

 ffmpeg version git-2014-05-15-8b96f31
 built on May 15 2014 09:47:55 with gcc 4.4.7 (GCC) 20120313 (Red Hat
 4.4.7-4)
 configuration: --prefix=/root/ffmpeg_build --extra-
 cflags=-I/root/ffmpeg_build/include --extra-
 ldflags=-L/root/ffmpeg_build/lib --bindir=/root/bin --extra-libs=-ldl
 --enable-gpl --enable-nonfree --enable-libfdk_aac --enable-libmp3lame
 --enable-libopus --enable-libvorbis --enable-libvpx --enable-libx264
 --enable-libfreetype --enable-libfontconfig --enable-avfilter --enable-
 avresample --enable-pthreads --enable-x11grab --enable-vaapi --enable-
 vdpau --enable-runtime-cpudetect --enable-fontconfig --enable-pic
 libavutil      52. 83.100 / 52. 83.100
 libavcodec     55. 61.101 / 55. 61.101
 libavformat    55. 37.102 / 55. 37.102
 libavdevice    55. 13.101 / 55. 13.101
 libavfilter     4.  5.100 /  4.  5.100
 libavresample   1.  2.  0 /  1.  2.  0
 libswscale      2.  6.100 /  2.  6.100
 libswresample   0. 18.100 /  0. 18.100
 libpostproc    52.  3.100 / 52.  3.100

 *************************************************************************************
 ffserver.conf
 Port 8090
 BindAddress 0.0.0.0
 MaxHTTPConnections 2000
 MaxClients 1000
 MaxBandwidth 1000
 CustomLog -
 #NoDaemon
 <Feed feed.ffm>
     File /tmp/feed.ffm
     FileMaxSize 4M
 </Feed>
 <Stream live.flv>
         Feed feed.ffm
         Format swf
         VideoCodec flv
         VideoFrameRate 30
         VideoBufferSize 80000
         VideoBitRate 512
         VideoQMin 1
         VideoQMax 8
         VideoSize 640x480
         PreRoll 0
         NoAudio
 </Stream>
 <Stream index.html>
     Format status
 </Stream>


 *************************************************************************************
 command not correct working
 ffmpeg -i http://xxx:xxx@192.168.5.127/mjpg/video.mjpg -vf
 "drawbox=10:20:200:200:red at 0.8" http://localhost:8090/feed.ffm

 command correct working:
 ffmpeg -i http://xxx:xxx@192.168.5.127/mjpg/video.mjpg -vf
 "drawbox=10:20:200:200:red at 0.8" /home/out.flv

 ie filter works fine for output to a file, but does not work when output
 to a stream
 thank you

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


More information about the FFmpeg-trac mailing list