FFmpeg is a solution to record, convert and stream audio and video. Due to heavy development, not all of this functions will work.
Download (HTTP): http://telia.dl.sourceforge.net/sourceforge/ffmpeg/ffmpeg-0.4.7.tar.gz
Download (FTP): ftp://sunsite.ccu.edu.tw/pub14/sourceforge/f/ffmpeg/ffmpeg-0.4.7.tar.gz
Download size: 1.2 MB
Estimated Disk space required: 32 MB
Estimated build time: 1.01 SBU
libvorbis-1.0, LAME-3.93.1, Imlib2-1.1.0, SDL-1.2.6 and FreeType-2.1.5
Install FFmpeg by running the following commands:
Note: The package maintainers recommend compiling without any optimizations.
./configure --prefix=/usr --enable-shared && make && make install |
--enable-shared: This switch is needed to build libavcodec and libavformat shared libraries.
~/.ffmpeg/ffserver-config
You'll find a sample ffserver configuration file at http://ffmpeg.sourceforge.net/sample.html
ffmpeg is a command-line tool to convert video files, network streams and input from a TV card to several video formats.
ffserver is a streaming server for everything that ffmpeg could use as input (files, streams, TV card input, webcam, etc.).