From owner-freebsd-multimedia@FreeBSD.ORG Sat Jan 8 13:57:49 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 52F5C10656A8 for ; Sat, 8 Jan 2011 13:57:49 +0000 (UTC) (envelope-from mickael.maillot@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 08A618FC15 for ; Sat, 8 Jan 2011 13:57:48 +0000 (UTC) Received: by qwj9 with SMTP id 9so17914133qwj.13 for ; Sat, 08 Jan 2011 05:57:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=Rw0IYwkLHIqeN+DQIL9cv/2MnEY7wpPzuhKFJx462ac=; b=Wemnx+bXmaSXdvEoQLmz4PzM5Qy2wKnz3IwpR/oCHStFfJCi3knvaeVETjEuECRDl5 6oJpaz7GAFfMeUMPTNb+z404+Z2q8rpfH41fzW35FTsyyv1U9if0XgP5L9JnM1I7iYUP UNFKlMflnWRrysCyXk+vsvUQLS/zQ+kb/H0Mc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=CiYcrGl1z956w/xdQEhL6cSmRffHE49I8+P81Wj4xKTqaqWTF7EUAG+/UuwZq343uH TZwbXt6GSyq2Wf1+lHihKwFN32Vr2OLHcDIvUQ/mxBl9OSxSDY3c7F25ucUHug8+0es3 SpGin03wNAeqojkmM+W714a2RDIWMkdbp4D3k= MIME-Version: 1.0 Received: by 10.229.109.213 with SMTP id k21mr18717325qcp.3.1294493754438; Sat, 08 Jan 2011 05:35:54 -0800 (PST) Received: by 10.229.52.130 with HTTP; Sat, 8 Jan 2011 05:35:54 -0800 (PST) Date: Sat, 8 Jan 2011 14:35:54 +0100 Message-ID: From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= To: freebsd-multimedia@freebsd.org, swell.k@gmail.com, Bernhard Froehlich Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: XBMC crash with vaapi vdpau 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: Sat, 08 Jan 2011 13:57:49 -0000 Hi, i just tried the VAAPI / VDPAU option in XBMC (trunk) but i can't play video without crash and i don't know what can i do: (gdb) bt #0 0x0000000812e0e079 in __vaDriverInit_0_31_1_sds () from /usr/local/lib/va/nvidia_drv_video.so #1 0x0000000812e0cd8b in __vaDriverInit_0_31_1_sds () from /usr/local/lib/va/nvidia_drv_video.so #2 0x0000000000b38179 in CLinuxRendererGL::UploadVAAPITexture (this=0x815846000, index=Variable "index" is not available. ) at LinuxRendererGL.cpp:2348 #3 0x0000000000b399dc in CLinuxRendererGL::Render (this=0x815846000, flags=Variable "flags" is not available. ) at LinuxRendererGL.cpp:1118 #4 0x0000000000b35856 in CLinuxRendererGL::RenderUpdate (this=0x815846000, clear=true, flags=0, alpha=255) at LinuxRendererGL.cpp:606 #5 0x0000000000b2fa95 in CXBMCRenderManager::PresentSingle (this=0x1297d20) at RenderManager.cpp:479 #6 0x0000000000b3070f in CXBMCRenderManager::Present (this=0x1297d20) at RenderManager.cpp:463 #7 0x000000000071097b in CApplication::RenderNoPresent (this=0x1298ee0) at Application.cpp:1791 #8 0x000000000070a567 in CApplication::Render (this=0x1298ee0) at Application.cpp:2048 #9 0x00000000009f83ab in CXBApplicationEx::Run (this=0x1298ee0) at XBApplicationEx.cpp:138 #10 0x00000000009f8988 in main (argc=1, argv=0x7fffffffe870) at xbmc.cpp:172 also, i think we need to add two notes for the VAAPI option: - ffmpeg need also vaapi option - user need to install a vaapi backend (multimedia/vdpau-video)