From owner-freebsd-multimedia Sat Jun 15 16: 2:41 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail-virtual.nc.rr.com (rdu26-231-240.nc.rr.com [66.26.231.240]) by hub.freebsd.org (Postfix) with ESMTP id D5C0237B411 for ; Sat, 15 Jun 2002 16:02:34 -0700 (PDT) Received: by mail-virtual.nc.rr.com (Postfix, from userid 26374) id B93A012B9EF; Sat, 15 Jun 2002 19:04:29 -0400 (EDT) Date: Sat, 15 Jun 2002 19:04:29 -0400 From: Randall Hopper To: Tadaaki Nagao Cc: multimedia@FreeBSD.ORG, ales@megared.net.mx Subject: Re: Fxtv 1.04beta -- PLEASE TEST compile error Message-ID: <20020615230429.GA3143@nc.rr.com> References: <1024016340.520.13.camel@ales.megared.net.mx> <20020614005655.GA6663@nc.rr.com> <1024079424.309.149.camel@ales.megared.net.mx> <20020615.082823.28977805.abtk@shitamachi.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020615.082823.28977805.abtk@shitamachi.org> User-Agent: Mutt/1.3.28i Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi Tadaaki and Alejandro, Tadaaki Nagao: |> You know, there is something very weird, I can encode video/audio with |> the old utilities (mpeg_encode, mpeg_musicin), but when it cames to |> encode video/audio with the new ffmpeg support, the system reboots in |> about 5 secons after hitting the Record button, and leaves me without |> any data in the logs to figure this out. | |Sorry for jumping in, but I've been experiencing similar symptoms when |trying "FFMPEG" and "FFMPEG Ready". | |In my case, the kernel dumps core almost immediately after I hit the |"Record" button for "FFMPEG" and run .sh for "FFMPEG Ready". |The versions of software I'm using are: | FreeBSD RELENG_4 branch as of 06/14/2002 | XFree86-Server-4.2.0_3 | XFree86-libraries-4.2.0_1 | fxtv-1.04beta | ffmpeg-0.4.5_1 | |I'd be more than happy to give details about my configuration, try any |patches, and whatever needed to investigate the cause of the problem. Interesting. Thanks for the info. Based on what Alejandro has said, I think we can rule out the bktr driver and transfer from the TV card. Sounds like the issue is with ffmpeg and/or how fxtv is passing the audio and video data to it. I don't know what all ffmpeg is doing internally and haven't picked through the details of Bruno's ffmpeg fxtv patch, but I do know it uses two pipe's (see pipe(2)), one for audio, one for video, to shovel data to from fxtv's raw capture decoder process to ffmpeg's process, using the buffer utility. Say that's a thought, do you have the buffer port installed? I have buffer-1.17.1 installed here. Another thought -- I'm running ffmpeg-0.4.5 installed as does Bruno. You and Alejandro have 0.4.5_1. Possibly related... As far as the other the other software you mentioned, I suspect only the FreeBSD version is relevent. However, I'm on a year-old 4.3-stable, and it works. So unless something's been broken (e.g. in the pipe code), that's probably not it. Tadaaki and Alejandro, please let me know what you find regarding the buffer utility. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message