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

Matt Flax flatmax at flatmax.org
Tue Mar 29 23:44:43 CEST 2016


Yep - I have been working using that approach to try to get ffmpeg as 
minimal as possible. Thanks for your guidance.

Now that we have sorted that out ...

Is there any way to run ffserver with a different input stream - other 
then ffmpeg ?

Do you know if there is a way to use :
arecord
mkfifo
ffserver

Together - to live stream ?

thanks
Matt

On 30/03/16 08:33, Carl Eugen Hoyos wrote:
> 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
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user



More information about the ffmpeg-user mailing list