&tag(AirVideoServer);
*目次 [#y8f3342a]
#contents
*参考情報 [#ua365e18]
-[[AirVideo]]

*Linuxで動かす [#fbfd6e6d]
**参考情報 [#x5db7782]
-[[AirVideo Server under Linux [mbirth's Wiki]:http://wiki.birth-online.de/know-how/hardware/apple-iphone/airvideo-server-linux]]…Linux用AirVideoServerの情報はここで更新される。
-[[AVS Linux - Download links & information:http://www.inmethod.com/forum/posts/list/1856.page]]…Linux用AirVideoServerの情報はここで更新される。
-[[AirVideo Server for Linuxを試してみる - たかおたんブログWP:http://www.shiotan.net/takablog/?p=2179]]…Debianでの設定例。
-[[AirVideo Server under Linux [mbirth's Wiki]:http://wiki.birth-online.de/know-how/hardware/apple-iphone/airvideo-server-linux]]…同じくDebianでの設定例。

**apt-getで前準備 [#q032486c]
#pre{{
# apt-get install faad
# apt-get install libfaad-dev
# apt-get install libxvidcore-dev
# apt-get install libmp3lame
# apt-get install libx264-85
# apt-get install libx264-dev
# apt-get install mpeg4ip-server
# apt-get install libfaac-dev
# apt-get install libmp3lame-dev
}}

**インストール [#x9f1bf52]
#pre{{
mkdir /home/airvideo 
cd /home/airvideo 
wget http://inmethod.com/air-video/download/linux/alpha6/AirVideoServerLinux.jar 
wget http://inmethod.com/air-video/download/ffmpeg-for-2.4.5-beta6.tar.bz2 
tar xvjf ffmpeg-for-2.4.5-beta6.tar.bz2 
cd ffmpeg 
./configure --enable-pthreads --disable-shared --enable-static --enable-gpl --enable-libx264 --enable-libmp3lame 
}}


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS