From owner-freebsd-multimedia Mon Apr 20 17:52:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA12416 for freebsd-multimedia-outgoing; Mon, 20 Apr 1998 17:52:23 -0700 (PDT) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from nash.pr.mcs.net (nash.pr.mcs.net [204.95.47.72]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA12221 for ; Tue, 21 Apr 1998 00:51:48 GMT (envelope-from alex@nash.pr.mcs.net) Received: (from alex@localhost) by nash.pr.mcs.net (8.8.8/8.8.7) id TAA00507; Mon, 20 Apr 1998 19:19:43 -0500 (CDT) (envelope-from alex) Message-Id: <199804210019.TAA00507@nash.pr.mcs.net> Date: Mon, 20 Apr 1998 19:19:38 -0500 (CDT) From: Alex Nash Subject: Re: Bt848: no IRQ To: d91-han@ludd.luth.se cc: hasty@rah.star-gate.com, freebsd-multimedia@FreeBSD.ORG, rhh@ct.picker.com In-Reply-To: <3539AE89.98335322@ludd.luth.se> MIME-Version: 1.0 Content-Type: TEXT/plain; CHARSET=US-ASCII Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 19 Apr, Henrik Andersson wrote: > I get the same error. I solved the problem by using the vic-port and change > > video_format_ = METEOR_FMT_AUTOMODE; > to > video_format_ = METEOR_FMT_PAL; > in > /usr/ports/mbone/vic/work/vic-2.8/grabber-meteor.cc > at line 216 (MeteorGrabber::MeteorGrabber) Wow, it worked (using NTSC instead of PAL). Vic no longer complains of signal lossage, and I now see video. The problem is, I don't get any audio from Vic. fxtv still gives me audio, but no video :( I see that vic uses METEORSFMT and fxtv uses BT848SFMT to configure the video format. I tried moving the METEOR_FMT_NTSC code into the BT848SFMT case but it was to no avail. I take it there's some other subtle (or not so subtle) differences between the BT848 calls and the METEOR calls. Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message