From owner-freebsd-questions@FreeBSD.ORG Tue Oct 23 14:23:04 2007 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 4D9CC16A473 for ; Tue, 23 Oct 2007 14:23:04 +0000 (UTC) (envelope-from mark@msen.com) Received: from shell.msen.com (msen.com [148.59.86.2]) by mx1.freebsd.org (Postfix) with ESMTP id 1F27413C4A6 for ; Tue, 23 Oct 2007 14:23:02 +0000 (UTC) (envelope-from mark@msen.com) X-Sent-To: Received: from [192.168.2.5] (c-71-238-82-210.hsd1.mi.comcast.net [71.238.82.210]) (authenticated bits=0) by shell.msen.com (8.13.7/8.13.7) with ESMTP id l9NDuPvl066042 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 23 Oct 2007 09:56:26 -0400 (EDT) (envelope-from mark@msen.com) From: Mark Moellering Organization: Psyberation To: freebsd-questions@freebsd.org Date: Tue, 23 Oct 2007 09:56:16 -0400 User-Agent: KMail/1.9.5 References: <23ed14b80710230201meeb78f4o938af99ad827e097@mail.gmail.com> In-Reply-To: <23ed14b80710230201meeb78f4o938af99ad827e097@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200710230956.17250.mark@msen.com> Received-SPF: Pass (sender authenticated); receiver=msen.com; client-ip=71.238.82.210; envelope-from= Received-SPF: Pass (sender authenticated); receiver=msen.com; client-ip=71.238.82.210; helo=[192.168.2.5] X-Milter: Spamilter (Reciever: shell.msen.com; Sender-ip: 71.238.82.210; Sender-helo: [192.168.2.5]; ) Subject: Re: Live video streaming on FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mark@msen.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2007 14:23:04 -0000 On Tuesday 23 October 2007 5:01 am, Andreas Wider=F8e Andersen wrote: > Hi all, > I'm looking for a way to stream live video on FreeBSD (streamingserver and > encoder or either). > > I have previously used Windows Media Server and Encoder quite a lot, but I > try to run as much as possible on FreeBSD. My question would be, is there= a > streaming server and possibly an encoder available for FreeBSD that will > stream live video that is compatible with most mediaplayers (for Windows, > Mac and Linux desktops)? > > Any help or directions are very much appreciated. > > Thanks for your help! > > Best regards, > Andreas > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Check vlc & vls in ports/packages. It should cover all the (streaming)=20 standards. Mark