From owner-freebsd-questions@FreeBSD.ORG Fri Sep 16 10:57:36 2011 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 07059106564A for ; Fri, 16 Sep 2011 10:57:36 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wy0-f172.google.com (mail-wy0-f172.google.com [74.125.82.172]) by mx1.freebsd.org (Postfix) with ESMTP id 807B48FC0C for ; Fri, 16 Sep 2011 10:57:35 +0000 (UTC) Received: by wyg24 with SMTP id 24so4898175wyg.17 for ; Fri, 16 Sep 2011 03:57:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=ZixPxBWHjGBX4XhSOA+dx2KKma8jsH1Cws6JHB8/UIE=; b=H9d2XaRc/1UgaUCDlRKsSDAxSUrVpBdu324CMxu/4XKfLEvokCaIfrAA6T3dSNYTPU g2k+ncMZ1wdksU26iKsB3fLgnmYqzKZLXJbnSLl1EILY1zZaA/3QGEAOW9iVU/IjR5em UM8JT5qviSyE37jNE33Xpzqzh7ONCrC4izWc8= Received: by 10.216.137.76 with SMTP id x54mr578119wei.44.1316170654512; Fri, 16 Sep 2011 03:57:34 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk. [87.194.105.247]) by mx.google.com with ESMTPS id fp17sm11913729wbb.6.2011.09.16.03.57.29 (version=SSLv3 cipher=OTHER); Fri, 16 Sep 2011 03:57:31 -0700 (PDT) Date: Fri, 16 Sep 2011 11:57:21 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110916115721.2c9859b2@gumby.homeunix.com> In-Reply-To: <20110916035704.GD92792@admin.sibptus.tomsk.ru> References: <20110909062121.GA28440@admin.sibptus.tomsk.ru> <4E5EF2B00027F723@> <20110916035704.GD92792@admin.sibptus.tomsk.ru> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.24.6; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Need an audio multicasting solution 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: Fri, 16 Sep 2011 10:57:36 -0000 On Fri, 16 Sep 2011 10:57:04 +0700 Victor Sudakov wrote: > > You can use videolan / vlc. It allows you to multicast video too. > > In September 2011 BSD Magazine you have some examples about that. > > I like vlc on Linux/Windows machines. But installing it to a streaming > server is a pain. Even if you disable all options in "make config", it > still tries to build scores of dependencies including some components > of the X Window system. Not nice. did you try setting WITH_SERVER_ONLY?