Date: Mon, 28 Jun 2010 16:41:36 +0900 From: "Jihun, SEO" <white23@gmail.com> To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: How to running air video server on FreeBSD Message-ID: <4C285230.7010709@gmail.com>
next in thread | raw e-mail | index | archive | help
1. reading below site document. - http://eincs.net/76 - http://wiki.birth-online.de/<wbr>know-how/hardware...r>iphone/airvideo-server-linux - http://www.inmethod.com/air-video/licenses.html 2. Install ports - faad - x264-dev - x264 3. download air video server - http://inmethod.com/air-video/download/linux/alpha3/AirVideoServerLinux.jar - air video server program - support to iOS4 - http://inmethod.com/air-video/download/linux/alpha1/test.properties - air video server properties 4. install FFMPEG - first visit http://www.inmethod.com/air-video/licenses.html and download ffmpeg 2.2.5 - Others ffmpeg never run on air video server. Only there version 2.2.5 running on air video server. - install progress 1) ./configure --prefix=/usr/local/ffmpeg-for-2.2.5 --enable-pthreads --disable-shared --enable-static --enable-gpl --enable-libx264 --enable-libmp3lame --enable-libfaad --disable-decoder=aac --extra-cflags="-I/usr/local/src/x264-snap -I/usr/local/include -D__BSD_VISIBLE" --extra-ldflags=-L/usr/local/lib 2) make 3) cp ffmpeg /usr/local/bin/ffmpeg 5. Edit test.properties - if you want subtitle, edit subtitles.encoding, subtitles.font. 6. Running server - java -jar AirVideoServerLinux.jar test.properties Enjoy your air video~^^
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C285230.7010709>