From owner-freebsd-multimedia@FreeBSD.ORG Sun Mar 27 02:05:02 2011 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 4CAB11065674; Sun, 27 Mar 2011 02:05:02 +0000 (UTC) (envelope-from user.vdr@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id E2D358FC16; Sun, 27 Mar 2011 02:05:01 +0000 (UTC) Received: by iyj12 with SMTP id 12so2999625iyj.13 for ; Sat, 26 Mar 2011 19:05:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=07naFbgZwuYYS6DmKLaSOjAUOb6JYSNlgQAJ3W0VmHg=; b=mG8NuuXR3qJ00Ti1et4n+OBpXi5YZcBqBUBBXySo5WFUIltD3l/txmjcCiovUE61gT /o+xQ7BDbD7v9bkt+D65yG+CUdBgJjRRGeykFo/0FlVAPd19rmr67f2Hv6I4ufwwJVaJ oYXBspeVSpKL1OBeCLiUE1j5PnIkzSF54luOk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=xJT4sy5VxP7QDkXLjD1H28o52NFV4xlmDijqt0DRRgJmmloxD+vOd+odKNHBs5QagV M0Alna/VJ7+wcqqgd19TQ3fyPm2Bj5vScV3PdulV00Shj0vqtB/Q+4QbD7g/bRvvVt01 TtFAxwJDZfs9k6j2D2EokSQb48+PO9AptJpiI= MIME-Version: 1.0 Received: by 10.231.127.72 with SMTP id f8mr2588149ibs.21.1301191501283; Sat, 26 Mar 2011 19:05:01 -0700 (PDT) Received: by 10.231.206.82 with HTTP; Sat, 26 Mar 2011 19:05:01 -0700 (PDT) In-Reply-To: <20110326234406.GB73041@triton8.kn-bremen.de> References: <20110326192838.GA68179@triton8.kn-bremen.de> <20110326234406.GB73041@triton8.kn-bremen.de> Date: Sat, 26 Mar 2011 19:05:01 -0700 Message-ID: From: VDR User To: Juergen Lock Content-Type: multipart/mixed; boundary=00504502e41c3802de049f6d41ab Cc: freebsd-multimedia@freebsd.org, lme@freebsd.org, freebsd-ports@freebsd.org, Alexander Leidinger Subject: Re: some vdr intro/installation notes (watch/record/stream tv) 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: Sun, 27 Mar 2011 02:05:02 -0000 --00504502e41c3802de049f6d41ab Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sat, Mar 26, 2011 at 4:44 PM, Juergen Lock wrot= e: >> You can automate most of the stuff required to run VDR, and everything >> else can be put in a .conf somewhere for the stuff that can't. =C2=A0I'v= e >> found this extremely useful and worth looking into for any level user. >> > =C2=A0Well passing plugin args is automated on Linux often but I didn't > try to port those scripts, wanted to keep things simple... =C2=A0(editing > rc.conf I think is easy enough?) I'm not a fan of scripts like runvdr to be honest. I opted to just write my own from scratch. I use the bash shell and hadn't considered whether or not freebsd has it available as well. I hope so! >> With vdr-xine no patching is necessary as long as you using >> xine-lib-1.2 hg revision 11658 (hash 3501e0a6f75c) or newer. =C2=A0I >> recommend using this regardless as it contains items necessary for >> VDR-1.7.17's new truecolor OSD support. >> > =C2=A0So xine-lib 1.2 is recommendable yet? =C2=A0I was so far trying to = stick > to 1.1.19 release + patches since other FreeBSD ports use libxine > too and I know nothing at all about the 1.2 branch and how stable > it is... :) Originally vdpau support was being developed against the 1.1 branch but it eventually matured to the point where it was merged into xine-lib-1.2 directly. Since then all development has been against xine-lib.1.2 with no backporting that I'm aware of. When vdpau was merged, I made the switch to the 1.2 branch. There have been a few bumps in the road but those were all resolved and my experience now is that xine-lib-1.2 vdpau is very stable. I'd say it's worth trying and see if you get the same results because it's sure a lot easier then maintaining a bunch of patches. :) >> Your ion1 should be able to handle temporal, as mine does. =C2=A0Using h= alf >> temporal shouldn't be necessary. >> > =C2=A0Ok I should check that. > > =C2=A0Hmm no, a 1080i recording of `Servus TV Hockey night' I did for > testing deinterlacing looks `jumpy' with temporal when there is > more motion. =C2=A0Maybe things have improved in libxine 1.2? It could be. I know vdpau support was completely re-written from scratch a little while back. There's also another alternative vdpau implementation being developed (also against 1.2) which is already working but looking good so far. IIRC it needs some work and a lot of code clean-up though. >> > - Small bug: =C2=A0if playback of a recording doesn't start try pressi= ng Green. >> > =C2=A0(or F6 with my example remote.conf keyboard mapping.) >> >> I've never heard of this bug. =C2=A0Could you elaborate? >> > =C2=A0It mostly happens with short recordings that were already played > before... =C2=A0I think. =C2=A0(Tho I also yesterday saw it with vdpau on= a > longer recording, for the first time.) I tried it here and couldn't reproduce the problem. I wonder if this is related to using xine-lib-1.1 vdpau? Are you aware of any linux users with the problem also? > =C2=A0Oh, if you have a link for that... :) I actually don't but I'll attach it to this post. :) Cheers --00504502e41c3802de049f6d41ab Content-Type: application/octet-stream; name="vdr-1.7.17-fix_na_dvbs_ac3.diff" Content-Disposition: attachment; filename="vdr-1.7.17-fix_na_dvbs_ac3.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_glrbrikb0 ZGlmZiAtcHJ1TiB2ZHItMS43LjE3LW9yaWcvcGF0LmMgdmRyLTEuNy4xNy9wYXQuYwotLS0gdmRy LTEuNy4xNy1vcmlnL3BhdC5jCTIwMTEtMDMtMTMgMjM6MTU6NDIuMDAwMDAwMDAwIC0wNzAwCisr KyB2ZHItMS43LjE3L3BhdC5jCTIwMTEtMDMtMTQgMDA6MTQ6NDAuMDAwMDAwMDAwIC0wNzAwCkBA IC00ODYsNiArNDg2LDcgQEAgdm9pZCBjUGF0RmlsdGVyOjpQcm9jZXNzKHVfc2hvcnQgUGlkLCB1 XwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgU0k6OklTTzYzOUxhbmd1YWdlRGVz Y3JpcHRvciAqbGQgPSAoU0k6OklTTzYzOUxhbmd1YWdlRGVzY3JpcHRvciAqKWQ7CiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICBzdHJuMGNweShsYW5nLCBJMThuTm9ybWFsaXplTGFu Z3VhZ2VDb2RlKGxkLT5sYW5ndWFnZUNvZGUpLCBNQVhMQU5HQ09ERTEpOwogICAgICAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgfQorICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAg SXNBYzMgPSB0cnVlOwogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgYnJlYWs7CiAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgZGVmYXVsdDogOwogICAgICAgICAgICAgICAgICAg ICAgICAgICAgIH0K --00504502e41c3802de049f6d41ab--