[ubuntu 10.10] AirVideo Server

2010.12.13 13:50

Shadow 조회 수:35984

AirVideo Server는 무료로 배포되지만 현재까지는 Windows와 MacOSX만을 지원하고 있다.


인터넷 검색과 홈페이지 확인을 통해서 AirVideo Linux 버전 개발이 진행 중인 것을 확인할 수 있었고,


현재까지 최신 버전은 Alpha4


ubuntu에서 구동하는 방법이 외국 사이트에 소개되어 있어 시도해 봤더니 문제 없이 구동이 가능하다!


http://wiki.birth-online.de/know-how/hardware/apple-iphone/airvideo-server-linux


정리하자면 간단하다.


1. air-video에 맞게 튜닝(?)된 ffmpeg을 다운로드 ( http://www.inmethod.com/air-video/licenses.html : 2.2.5 version으로 )


2. apt를 이용해서 다음 패키지를 설치 ( libmp3lame-dev, libfaad-dev, libx264-dev, mpeg4ip-server, git-core, pkg-config )


3. 다운로드 한 ffmpeg을 압축 해제한 이후, 적절하게 configuration & make


./configure --enable-pthreads --disable-shared --enable-static --enable-gpl --enable-libx264 --enable-libmp3lame --enable-libfaad --disable-decoder=aac

make



4. AirVideoServerLinux.jar 및 test.properties 파일을 다운로드

( http://inmethod.com/air-video/download/linux/alpha4/AirVideoServerLinux.jar : 현재 최신 버전 alpha4 )

http://www.inmethod.com/forum/posts/list/60/34.page#3935 )


5. 설정 파일 변경

path.ffmpeg should point to your just compiled ffmpeg-binary

path.mp4creator is /usr/bin/mp4creator

path.faac is /usr/bin/faac

folders format is: <label1>:<path1>,<label2>:<path2>,…,<labelN>:<pathN>

leave the other options as they are


6. airvideo server 실행

java -jar AirVideoServerLinux.jar test.properties



2010.12.13까지 최신 업데이트를 끝낸 ubuntu 10.10에서 위 순서대로 진행하면 아무 문제없이 airvideo server 사용이 가능하다.


-fin




사용자 로그인