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~^^ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
