From owner-freebsd-questions@FreeBSD.ORG Mon May 25 17:16:22 2009 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 381BE106566B for ; Mon, 25 May 2009 17:16:22 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id B05BA8FC35 for ; Mon, 25 May 2009 17:16:20 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n4PHGDQo040085; Mon, 25 May 2009 19:16:13 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n4PHGBfI040082; Mon, 25 May 2009 19:16:13 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 25 May 2009 19:16:11 +0200 (CEST) From: Wojciech Puchar To: Jos Chrispijn In-Reply-To: <4A1A9FF0.40609@webrz.net> Message-ID: References: <4A1A9FF0.40609@webrz.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Questions Subject: Re: Streaming 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, 25 May 2009 17:16:22 -0000 > I have some short movies (a la YouTube) that I would like to show as video > streams. Presenting them by download is messing up my bandwidth (...). ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > Can someone tell me if there is a simple solution installing such a stream > service/server into FreeBDS 7.2? somehow i can't understand you do you mean installing FreeBSD for this will use less bandwidth? about your question - simply use FTP or HTTP for this. This will be RIGHT solution, contrary to youtube nonsense that prevents any caching or simply downloading movie by forcing you to use their flash player. fortunately we have /usr/ports/www/youtube_dl :)