From owner-freebsd-questions@FreeBSD.ORG Mon Jun 4 14:12:44 2012 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 D20991065740 for ; Mon, 4 Jun 2012 14:12:44 +0000 (UTC) (envelope-from bmalik@ihlas.net.tr) Received: from pop3.ihlas.net.tr (smtp.ihlas.net.tr [213.238.128.249]) by mx1.freebsd.org (Postfix) with ESMTP id 0E0D88FC0A for ; Mon, 4 Jun 2012 14:12:43 +0000 (UTC) Received: (qmail 59777 invoked by uid 89); 4 Jun 2012 17:12:42 +0300 Received: from unknown (HELO com2007) (bmalik@ihlas.net.tr@213.238.128.4) by 0 with SMTP; 4 Jun 2012 17:12:41 +0300 From: "Bulent Malik" To: =?UTF-8?Q?'Kalle_M=C3=B8ller'?= References: <00b301cd41c0$25b493d0$711dbb70$@ihlas.net.tr> In-Reply-To: Date: Mon, 4 Jun 2012 17:12:40 +0300 Message-ID: <01d501cd425c$1a179530$4e46bf90$@ihlas.net.tr> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQFcXGl/rzy6tpsZDUIvn19TgXR9TAI3d+/Cl7pDIFA= Content-Language: tr Cc: freebsd-questions@freebsd.org Subject: RE: apache2 doesn't .flv in my server 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, 04 Jun 2012 14:12:44 -0000 >>On Sun, Jun 3, 2012 at 9:36 PM, Bulent Malik wrote: >> Hello >> >> I use apache22-worker on freebsd9 >> >> It Works. But I can't video file flv extension. >> >> I googled about that and downloaded mod_flvx.c and followed the >> instructions. Also I see that flv is added as shared module in apache >> Httpd -M >> alias_module (shared) >> rewrite_module (shared) >> php5_module (shared) >> h264_streaming_module (shared) >> flvx_module (shared) >> But when i call at http://myweb/example.flv i only download this file. >> How can I solve this case ? >AddHandler flv-stream .flv ? Yes there is that line in httpd.conf But flv doesn't work