From owner-freebsd-multimedia@FreeBSD.ORG Sun Apr 29 18:12:22 2012 Return-Path: Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3589106566C for ; Sun, 29 Apr 2012 18:12:22 +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 9B1438FC1A for ; Sun, 29 Apr 2012 18:12:22 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 160211E00711; Sun, 29 Apr 2012 20:12:16 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q3TIB7CJ007865; Sun, 29 Apr 2012 20:11:07 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q3TIB7BP007864; Sun, 29 Apr 2012 20:11:07 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 29 Apr 2012 20:11:07 +0200 To: freebsd-multimedia@FreeBSD.org Message-ID: <20120429181107.GA7274@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: vdr softhddevice port for testing 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, 29 Apr 2012 18:12:23 -0000 Hi! I've ported the vdr softhddevice plugin, http://people.freebsd.org/~nox/tmp/vdr-plugin-softhddevice.shar and tested it a bit with vdpau. To test it with a running xserver do: xhost +127.1 and then start vdr with vdr '-Psofthddevice -d :0.0' .. (or change vdr_flags in rc.conf(5) so that it starts with vdr_flags="'-Psofthddevice -d :0.0' .. and then make sure vdr is started only after the xserver is running.) To test it so that it starts its own xserver: vdr '-Psofthddevice -x' .. (or similarly put this in vdr_flags.) Note this currently only works with vdpau and (theoretically, I don't know if the intel kms patches work for this too so I defaulted the knob to off), vaapi, not with xv or xshm, i.e. software decoding. For more info see: http://projects.vdr-developer.org/projects/plg-softhddevice and: (if you read german) http://projects.vdr-developer.org/projects/plg-softhddevice/wiki/FAQ http://www.vdr-portal.de/board17-developer/board21-vdr-plugins/109700-softhddevice-software-vdpau-va-api-cpu-decoder-und-ausgabe-plugin/ Btw the alsa stuff doesn't apply to FreeBSD as we use oss. Enjoy, :) Juergen