Skip to content

Instantly share code, notes, and snippets.

View imnx's full-sized avatar

iMnX imnx

View GitHub Profile
@imnx
imnx / ffserver.conf
Last active March 26, 2018 10:43 — forked from peterhellberg/ffserver.conf
MJPEG stream from Webcam using FFServer and FFMpeg
HTTPPort 8090
HTTPBindAddress 0.0.0.0
MaxHTTPConnections 200
MaxClients 100
MaxBandWidth 500000
CustomLog -
<Feed camera.ffm>
File /tmp/camera.ffm
FileMaxSize 50M
@imnx
imnx / brew ffmpeg install
Created April 9, 2018 10:44 — forked from phedoreanu/brew ffmpeg install
brew ffmpeg install with mp4 libfaac & fdk-aac & libvpx
brew install libvpx ffmpeg --with-libvpx --with-libfaac --with-fdk-aac
Raspbian Jessie:
./configure --enable-libfreetype --enable-gpl --enable-nonfree --enable-libx264 --enable-libass --enable-libmp3lame --enable-zlib --enable-postproc --enable-pthreads