[FFmpeg-user] low resource ffserver (not using ffmpeg as the input stream)

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Mar 29 23:33:08 CEST 2016


Matt Flax <flatmax <at> flatmax.org> writes:

> Can you suggest a minimal configure command please ?

If you want to use ffmpeg (the application), start with 
the configure option --disable-everything and enable 
everything you need with --enable-protocol=foo,bar 
--enable-demuxer --enable-parser --enable-decoder 
--enable-filter enable-encoder and --enable-muxer.
Use --list-demuxers and friends to see what is 
available.
If you don't need network support, start with 
--disable-everything --disable-network.

If you only need the libraries and not the application 
start with --disable-all which disables everything 
except libavutil and enable all libraries you need.

Please do not top-post here, Carl Eugen



More information about the ffmpeg-user mailing list