Raspberry Pi 備忘録 / Mbedもあるよ!

Raspberry Pi であれこれやった事の記録

ffserver メモ

FFServer を、別のマシンで建てるまでのメモ

Opensuse にて。

フォーマットは、 x264 がオススメらしい。

Yast から GIT, yasm, 入れる。

# git clone git://git.videolan.org/x264
# cd x264/
# ./configure -–disable-opencl --enable-static
# make 
# make instal
# git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
# cd ffmpeg
# ./configure --enable-libx264 --enable-gpl
# make
# make install

# cp doc/ffserver.conf /etc/

/etc/ffserver.conf の編集

ACL allow 192.168.100.1 192.168.100.255

など。

FFMpegで動画を投げる

ffmpeg http://localhost:8090/feed1.ffm