From owner-freebsd-multimedia@FreeBSD.ORG Thu Mar 8 19:46:47 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org 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 7987A16A400 for ; Thu, 8 Mar 2007 19:46:47 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id 098A013C4A3 for ; Thu, 8 Mar 2007 19:46:46 +0000 (UTC) (envelope-from stapleton.41@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so710049nfc for ; Thu, 08 Mar 2007 11:46:42 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=YN4trj9DjQCaPJFSJjlnnyWs3agOEOja2Ie5mGXhdP/3uUCszi7ywGPWDEr2XsjFnJQZpNpr4JGZhnVRbAeRafhwJ05Ti3zC0bop9Q9U+X8dNTvO/EksrqHofrp9jwtRejStgqd+wHqfnPJ5ydP+ZfUWcdy1vvNaVdkXCKeMrCU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Akggn/KSudiWNx6v5ajuoOMsIY0EeI4DSIUQFqUDBKuQKp8CffTpMNcy0PcC696HKbbjuInDBeF0U8Y7kxKDn/jm0bZ/ESV10qf0uSXf6b8AxqtP3X/FJCKzhVGHu0CHu0+zrE8LsYykEAirUwA0FK7NRH1rcLecPOZC6QKVPN8= Received: by 10.82.134.12 with SMTP id h12mr1392792bud.1173383202430; Thu, 08 Mar 2007 11:46:42 -0800 (PST) Received: by 10.82.151.15 with HTTP; Thu, 8 Mar 2007 11:46:42 -0800 (PST) Message-ID: <80f4f2b20703081146q52a7d109k81683b12cda6f191@mail.gmail.com> Date: Thu, 8 Mar 2007 14:46:42 -0500 From: "Jim Stapleton" To: freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: any application that can read straight form a tv tuner device? 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, 08 Mar 2007 19:46:47 -0000 i.e. $ SomeMpegViewer < /dev/cxm0 would alow me to use my TV tuner? The application would be used ONLY for video/audio. Channel changing and such would be handled by another appliation on the command line. I tried mplayer since it was supposed to be able to handle mpg videos from stdin, however it gave me an error saying there was too much data per packet (I don't have it with me at the moment, so I can't say exactly what it is) I found that, if I have enough delay between the two commands, $ cat /dev/cxm0 > /tmp/tvfile $ noatun /tmp/tvfile does the job I need, but, it has some latency, which can be problematic (especially if I were playing a console game), also it tends to create a rather large file, unncecessarily. Thanks, -Jim Stapleton