From owner-freebsd-questions@FreeBSD.ORG Mon Jun 28 08:04:10 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F209E106564A for ; Mon, 28 Jun 2010 08:04:10 +0000 (UTC) (envelope-from white23@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id C67938FC0A for ; Mon, 28 Jun 2010 08:04:10 +0000 (UTC) Received: by pxi3 with SMTP id 3so304628pxi.13 for ; Mon, 28 Jun 2010 01:04:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=dgc6xj70mxWwZAU16xi7RnKx01DGTaupyfuRm78USUY=; b=HAwNv9klUn6JZLRyEPrZD9ZBC/RkURrbfg0Sd1vsrKYn5zxtoOLg2IHsXdgYlbUnJH gvjQrnalxx7zcEVdqwu/p7lk9qo+BwHWiSHNj4QWkIbtScRePlAg5VDLCpg7WRlwfQAu sQKaytWkW/HF0mj8hClP1fDx7NSoyK12A+Q5c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=bug81uDsE69zc63xUqxNeotdRBy/mYY3Dtdn99Gu9OymuTMrAvpPxS/YCHzAqppzA9 maTSR2QOmX2JdKXEJRjxYmKY58ztbV4XKJdgftBmYdaViiJBZCG8+9WO+ljjvxghqFpL 38d0WV177QQW2P6d0ld+j0AwPMWm/KHlE7v3A= Received: by 10.143.27.41 with SMTP id e41mr5075282wfj.343.1277710894868; Mon, 28 Jun 2010 00:41:34 -0700 (PDT) Received: from [10.11.1.146] ([175.117.230.69]) by mx.google.com with ESMTPS id 33sm2167820wfd.6.2010.06.28.00.41.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 28 Jun 2010 00:41:34 -0700 (PDT) Message-ID: <4C285230.7010709@gmail.com> Date: Mon, 28 Jun 2010 16:41:36 +0900 From: "Jihun, SEO" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ko; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=EUC-KR Content-Transfer-Encoding: 7bit Subject: How to running air video server on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jun 2010 08:04:11 -0000 1. reading below site document. - http://eincs.net/76 - http://wiki.birth-online.de/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~^^