[FFmpeg-trac] #1970(FFserver:open): ffserver ignores ffmpeg command line arguments

FFmpeg trac at avcodec.org
Fri Feb 8 12:59:18 CET 2013


#1970: ffserver ignores ffmpeg command line arguments
------------------------------------+------------------------------------
             Reporter:  importinis  |                    Owner:
                 Type:  defect      |                   Status:  open
             Priority:  important   |                Component:  FFserver
              Version:  git-master  |               Resolution:
             Keywords:  regression  |               Blocked By:
             Blocking:              |  Reproduced by developer:  1
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by rickvanderzwet):

 Whould a workaround be to filter first and then pipe the output to the
 ffmpeg instance which does the 'distribution' to ffserver? Like this:

 ./bin/ffmpeg -y  -i rtsp://172.17.20.5/live/ch01_0 -vf "$FILTER" -f avi
 pipe:1 | ./bin/ffmpeg -y -i pipe:0  foo.mp4 foo.webm

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1970#comment:16>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list