AirVideoServer
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(AirVideoServer);
*目次 [#y8f3342a]
#contents
*参考情報 [#ua365e18]
-[[AirVideo]]
*Linux(Debian Squeeze)で動かす [#fbfd6e6d]
**参考情報 [#x5db7782]
-[[AVS Linux - Download links & information:http://www.in...
-[[AirVideo Server for Linuxを試してみる - たかおたんブロ...
-[[AirVideo Server under Linux [mbirth's Wiki]:http://wik...
**apt-getで前準備 [#q032486c]
-mpeg4ip-serverは各所で入れるよう書かれているがSqueezeに...
#pre{{
# apt-get install faad
# apt-get install libfaad-dev
# apt-get install libxvidcore-dev
# apt-get install libx264-dev
# apt-get install libfaac-dev
# apt-get install libmp3lame-dev
}}
**インストール [#x9f1bf52]
-/home/airvideoに一式インストールする。
#pre{{
# mkdir /home/airvideo
# cd /home/airvideo
# wget http://inmethod.com/air-video/download/linux/alpha...
# wget http://inmethod.com/air-video/download/ffmpeg-for-...
# tar xvjf ffmpeg-for-2.4.5-beta6.tar.bz2
# cd ffmpeg
# ./configure --enable-pthreads --disable-shared --enable...
# make
# make install
}}
yasmなんたらかんたらでエラーが発生したらapt-get install y...
**設定ファイルの作成 [#xdb225a5]
-次の内容で/home/airvide/app.propertiesを作成する
#pre{{
path.ffmpeg=/usr/local/bin/ffmpeg
path.faac = /usr/bin/faac
path.mp4creator =
password = test
subtitles.encoding = windows-1250
subtitles.font = Verdana
folders = Movies:/home/movies
}}
**起動する [#g2a3661c]
-とりあえずテスト起動
java -jar AirVideoServerLinux.jar app.properties
*トラブルシューティング [#t7da6ee1]
** Cannot run program "/usr/local/bin/ffmpeg "が発生。 [#...
-次のエラーが発生する
#pre{{
java.lang.RuntimeException: java.io.IOException: Cannot r...
at com.inmethod.air.video.common.ff.FFVideoSnapsh...
at com.inmethod.air.video.common.thumbnail.Thumbn...
at com.inmethod.air.video.common.thumbnail.Thumbn...
at com.inmethod.air.video.common.thumbnail.Thumbn...
at com.inmethod.air.video.v0240.info.MediaInfoPar...
at com.inmethod.air.video.v0240.model.fs.FileSyst...
at com.inmethod.air.video.v0240.model.BrowseServi...
at sun.reflect.NativeMethodAccessorImpl.invoke0(N...
at sun.reflect.NativeMethodAccessorImpl.invoke(Na...
at sun.reflect.DelegatingMethodAccessorImpl.invok...
at java.lang.reflect.Method.invoke(Method.java:597)
at com.inmethod.air.connect.service.ServiceRegist...
at com.inmethod.air.connect.service.ServiceRegist...
at com.inmethod.air.connect.service.ServiceRegist...
at com.inmethod.air.connect.filter.ServiceFilter....
at org.mortbay.jetty.servlet.ServletHandler$Cache...
at org.mortbay.jetty.servlet.ServletHandler.handl...
at org.mortbay.jetty.handler.ContextHandler.handl...
at org.mortbay.jetty.handler.HandlerWrapper.handl...
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest...
at org.mortbay.jetty.HttpConnection$RequestHandle...
at org.mortbay.jetty.HttpParser.parseNext(HttpPar...
at org.mortbay.jetty.HttpParser.parseAvailable(Ht...
at org.mortbay.jetty.HttpConnection.handle(HttpCo...
at org.mortbay.jetty.bio.SocketConnector$Connecti...
at org.mortbay.thread.BoundedThreadPool$PoolThrea...
Caused by: java.io.IOException: Cannot run program "/usr/...
at java.lang.ProcessBuilder.start(ProcessBuilder....
at com.inmethod.process.StandardProcessBuilderDel...
at com.inmethod.process.ProcessBuilder.start(Proc...
at com.inmethod.air.video.common.ff.FFVideoSnapsh...
... 26 more
Caused by: java.io.IOException: java.io.IOException: erro...
at java.lang.UNIXProcess.<init>(UNIXProcess.java:...
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder....
... 29 more
}}
-ffmpegのパーミッションや存在確認するのが常套手段らしいの...
終了行:
&tag(AirVideoServer);
*目次 [#y8f3342a]
#contents
*参考情報 [#ua365e18]
-[[AirVideo]]
*Linux(Debian Squeeze)で動かす [#fbfd6e6d]
**参考情報 [#x5db7782]
-[[AVS Linux - Download links & information:http://www.in...
-[[AirVideo Server for Linuxを試してみる - たかおたんブロ...
-[[AirVideo Server under Linux [mbirth's Wiki]:http://wik...
**apt-getで前準備 [#q032486c]
-mpeg4ip-serverは各所で入れるよう書かれているがSqueezeに...
#pre{{
# apt-get install faad
# apt-get install libfaad-dev
# apt-get install libxvidcore-dev
# apt-get install libx264-dev
# apt-get install libfaac-dev
# apt-get install libmp3lame-dev
}}
**インストール [#x9f1bf52]
-/home/airvideoに一式インストールする。
#pre{{
# mkdir /home/airvideo
# cd /home/airvideo
# wget http://inmethod.com/air-video/download/linux/alpha...
# wget http://inmethod.com/air-video/download/ffmpeg-for-...
# tar xvjf ffmpeg-for-2.4.5-beta6.tar.bz2
# cd ffmpeg
# ./configure --enable-pthreads --disable-shared --enable...
# make
# make install
}}
yasmなんたらかんたらでエラーが発生したらapt-get install y...
**設定ファイルの作成 [#xdb225a5]
-次の内容で/home/airvide/app.propertiesを作成する
#pre{{
path.ffmpeg=/usr/local/bin/ffmpeg
path.faac = /usr/bin/faac
path.mp4creator =
password = test
subtitles.encoding = windows-1250
subtitles.font = Verdana
folders = Movies:/home/movies
}}
**起動する [#g2a3661c]
-とりあえずテスト起動
java -jar AirVideoServerLinux.jar app.properties
*トラブルシューティング [#t7da6ee1]
** Cannot run program "/usr/local/bin/ffmpeg "が発生。 [#...
-次のエラーが発生する
#pre{{
java.lang.RuntimeException: java.io.IOException: Cannot r...
at com.inmethod.air.video.common.ff.FFVideoSnapsh...
at com.inmethod.air.video.common.thumbnail.Thumbn...
at com.inmethod.air.video.common.thumbnail.Thumbn...
at com.inmethod.air.video.common.thumbnail.Thumbn...
at com.inmethod.air.video.v0240.info.MediaInfoPar...
at com.inmethod.air.video.v0240.model.fs.FileSyst...
at com.inmethod.air.video.v0240.model.BrowseServi...
at sun.reflect.NativeMethodAccessorImpl.invoke0(N...
at sun.reflect.NativeMethodAccessorImpl.invoke(Na...
at sun.reflect.DelegatingMethodAccessorImpl.invok...
at java.lang.reflect.Method.invoke(Method.java:597)
at com.inmethod.air.connect.service.ServiceRegist...
at com.inmethod.air.connect.service.ServiceRegist...
at com.inmethod.air.connect.service.ServiceRegist...
at com.inmethod.air.connect.filter.ServiceFilter....
at org.mortbay.jetty.servlet.ServletHandler$Cache...
at org.mortbay.jetty.servlet.ServletHandler.handl...
at org.mortbay.jetty.handler.ContextHandler.handl...
at org.mortbay.jetty.handler.HandlerWrapper.handl...
at org.mortbay.jetty.Server.handle(Server.java:313)
at org.mortbay.jetty.HttpConnection.handleRequest...
at org.mortbay.jetty.HttpConnection$RequestHandle...
at org.mortbay.jetty.HttpParser.parseNext(HttpPar...
at org.mortbay.jetty.HttpParser.parseAvailable(Ht...
at org.mortbay.jetty.HttpConnection.handle(HttpCo...
at org.mortbay.jetty.bio.SocketConnector$Connecti...
at org.mortbay.thread.BoundedThreadPool$PoolThrea...
Caused by: java.io.IOException: Cannot run program "/usr/...
at java.lang.ProcessBuilder.start(ProcessBuilder....
at com.inmethod.process.StandardProcessBuilderDel...
at com.inmethod.process.ProcessBuilder.start(Proc...
at com.inmethod.air.video.common.ff.FFVideoSnapsh...
... 26 more
Caused by: java.io.IOException: java.io.IOException: erro...
at java.lang.UNIXProcess.<init>(UNIXProcess.java:...
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder....
... 29 more
}}
-ffmpegのパーミッションや存在確認するのが常套手段らしいの...
ページ名: