From owner-freebsd-multimedia@FreeBSD.ORG Wed May 11 16:28:16 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A1A116A4CE for ; Wed, 11 May 2005 16:28:16 +0000 (GMT) Received: from postino-2.etat.lu (postino-2.etat.lu [194.154.205.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 030F443D72 for ; Wed, 11 May 2005 16:28:15 +0000 (GMT) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus-2.cie.etat.lu (dispatch-2.cie.etat.lu [148.110.137.7]) by postino-2.etat.lu (Postfix) with ESMTP id 04171114ECE9 for ; Wed, 11 May 2005 18:28:14 +0200 (CEST) Received: from avirus-2.cie.etat.lu (dispatch-2.cie.etat.lu [148.110.137.7]) by localhost (CIE ESMTP Dispatch 2) with ESMTP id 3949D363B0 for ; Wed, 11 May 2005 18:28:13 +0200 (CEST) Received: from hermes-1.cie.etat.lu (hermes-1.cie.etat.lu [148.110.136.56]) 8416A36149 for ; Wed, 11 May 2005 18:22:22 +0200 (CEST) Received: from hermes-1.cie.etat.lu (hermes-1.cie.etat.lu [148.110.136.56]) by store.etat.lu (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IGC00FK52TAJXM0@store.etat.lu> for freebsd-multimedia@freebsd.org; Wed, 11 May 2005 18:22:22 +0200 (MEST) Received: from etat.lu ([148.110.136.56]) by store.etat.lu (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IGC00EZ92TAUC20@store.etat.lu>; Wed, 11 May 2005 18:22:22 +0200 (MEST) Received: from [192.168.2.43] (Forwarded-For: [158.64.124.161]) by store.etat.lu (mshttpd); Wed, 11 May 2005 18:22:22 +0200 Date: Wed, 11 May 2005 18:22:22 +0200 From: Didier Wiroth To: freebsd-multimedia@freebsd.org Message-id: MIME-version: 1.0 X-Mailer: Sun Java(tm) System Messenger Express 6.1 HotFix 0.05 (built Oct 21 2004) Content-type: text/plain; charset=us-ascii Content-language: fr Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: fr Priority: normal Subject: re: pvr350, cache problems and live tv how to do it best X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 16:28:16 -0000 Hello, thx for helping! >Test this driver (a fork of original cxm driver): >http://www.documentanix.org/pvr250/ivtv4bsd_v2a.tar.gz >This driver allows live tv change channel and more, see README for all >features and install notes. Need some work with tuner loader but now >is stable with my two cards (pvr250 and pvr350). I've compiled and installed everything and cxm_controller etc works. But I can't launch xine or mplayer to watch TV. While running mplayer (cat /dev/cxm0 | mplayer -), I get this strange message: --- Playing -. Reading from stdin... Win32 LoadLibrary failed to load: avisynth.dll, /usr/local/lib/win32/avisynth.dl l, /usr/lib/win32/avisynth.dll --- When running xine (cat /dev/cxm0 | xine stdin://), I get the following error: --- xine engine error There is no demuxer plugin available to handle 'stdin://' Usually this means that the file format was not recognized. --- Both programs work with the ("original") cxm modules. Do you have an idea what I can try? many thanks regards didier