From owner-freebsd-questions@FreeBSD.ORG Fri Feb 10 08:19:40 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E6D416A420 for ; Fri, 10 Feb 2006 08:19:40 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9747A43D45 for ; Fri, 10 Feb 2006 08:19:38 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k1A8JUBo019939; Fri, 10 Feb 2006 10:19:30 +0200 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org, georg@dts.su Date: Fri, 10 Feb 2006 10:17:05 +0200 User-Agent: KMail/1.8.3 References: <139347370.20060209191730@dts.su> In-Reply-To: <139347370.20060209191730@dts.su> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602101017.05484.nvass@teledomenet.gr> Cc: Subject: Re: IPTV 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, 10 Feb 2006 08:19:40 -0000 On Thursday 09 February 2006 18:17, georg@dts.su wrote: > Helo, > > Did any one know IPTV solutions for FreeBSD? hm, vlc. Not exactly IPTV though. You'll find in the ports/multimedia/vlc > I need some sofware that allow resive multicast TV and cast them to STB and > PC... The thing with IPTV is that the content is encrypted, and gets decrypted by the STB, which is controlled by your IPTV-provider. You cannot simply connect your FreeBSD box to your switch, receive multicast video and display it. I don't think you'll find open source software that does this... The other way around works fine, of course. vlc sends multicast and the STB displays it. HTH, Nikos