From owner-freebsd-multimedia@FreeBSD.ORG Thu Dec 9 18:08:02 2010 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BDDA106564A for ; Thu, 9 Dec 2010 18:08:02 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id BF5348FC0C for ; Thu, 9 Dec 2010 18:08:01 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id B3BB81E0010C; Thu, 9 Dec 2010 19:07:59 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id oB9I61dZ025319; Thu, 9 Dec 2010 19:06:01 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id oB9I61Nv025318; Thu, 9 Dec 2010 19:06:01 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Thu, 9 Dec 2010 19:06:01 +0100 To: Torfinn Ingolfsen Message-ID: <20101209180601.GA24524@triton8.kn-bremen.de> References: <20101125201100.GA65710@triton8.kn-bremen.de> <20101209160355.ee2f645b.torfinn.ingolfsen@broadpark.no> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101209160355.ee2f645b.torfinn.ingolfsen@broadpark.no> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@FreeBSD.org Subject: Re: CFT: vdr ports (watch/record/stream tv, works with xbmc too :) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2010 18:08:02 -0000 On Thu, Dec 09, 2010 at 04:03:55PM +0100, Torfinn Ingolfsen wrote: > Ok, > The port (vdr-devel and vdr-plugins) installed nicely, oncve I followed the steps in your posting. :-) > Starting vdr manually in the foreground works, once I figured out that I neede to specify the video dir: > -v /storage/vdr > Btw you can also symlink /video there. (as I also mentioned under 1. in the original message, maybe not prominently enough...) > vdr-sxfe didn't give me anything (obvious, I haven't configured a tuner card yet) > Even if you only see `No signal' you should still be able to do stuff in the on-screen display (osd), try hitting the tab or insert key for the menu, see the XKeySym.* entries in /usr/local/etc/vdr/remote.conf for the rest of the keybindings. (see also under 4.) > http://localhost:8008/ gives me a live interface, but I can't configure tuner cards there. I think all you need to do is make sure the tuner(s) are working and accessible to the vdr user (starting with /dev/dvb/adapter0/*) and that vdr has an initial /usr/local/etc/vdr/channels.conf for whatever sat position/networks/etc the tuner(s) can receive. (see my notes about w_scan -o7 under 5.) Oh and if you absolutely can't get your tuner to work yet for whatever reason you can also try adding the example web stream iptv entries in /usr/local/share/examples/vdr_plugin_iptv/channels.conf.iptv to your channels.conf and test using the iptv plugin. (as also mentioned under 5.) > http://localhost:3000/ also give me an interface. > > I need to figure out how to set up the tuner card, the channels and so on. > Later. > I'm sorry my notes are so long that its so easy to miss stuff, I just don't know what to omit... :) Good luck! Juergen