Date: Wed, 27 Dec 2006 17:52:43 +0100 From: usleepless@gmail.com To: "Josh Paetzel" <josh@tcbug.org> Cc: freebsd-multimedia@freebsd.org Subject: Re: MythTV port Message-ID: <c39ec84c0612270852k659e70e5r46f89fa975072688@mail.gmail.com> In-Reply-To: <c39ec84c0612270844g5bc8dac5m84ccbd570ed58f5e@mail.gmail.com> References: <daaab7120612270604v23beab08kfcd95d3ae2ad56e6@mail.gmail.com> <200612271026.08416.josh@tcbug.org> <c39ec84c0612270844g5bc8dac5m84ccbd570ed58f5e@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Josh,
On 12/27/06, usleepless@gmail.com <usleepless@gmail.com> wrote:
> Josh,
>
> On 12/27/06, Josh Paetzel <josh@tcbug.org> wrote:
> > On Wednesday 27 December 2006 08:04, Scott Spare wrote:
> > > usleepless, torfinn, et al:
> > > I have hardware and can test a MythTV port as needed.
> > >
> > > One machine is a 600mhz PIII with 384MB ram and ATI TV Wonder.
> > > The other is a 2GHz PIV with 512 and Hauppauge PVR-150
> > >
> > > Let me know what I can do to help.
> >
> > I've been playing with multimedia/mythtv and my new PVR-150. The port
> > wouldn't install without some hackage.
> > (The /usr/local/etc/rc.d/mythwhatever.sh didn't exist)
> >
> > My main problem right now is getting myth to talk to the tuner on the
> > card. If it wasn't for that I believe it would be completely
> > functional.
>
> you installed the pvrxxx port right? pvrxxx has a v4l2 interface which
> works for me with mythtv-0.18.
>
> i do remember commenting some stuff out in mpegrecorder.cpp though,
> will look it up.
so, looked it up. in mpegrecorder.cpp:
1. find "// only 48kHz". i commented the code about the audio_rate
out. audio_rate should be 1.
2. a page down, a ioctl-call is made:
if (ioctl(chanfd, VIDIOC_S_CTRL, &ctrl) < 0)
{
cerr << "Error setting codec params\n";
perror("VIDIOC_S_CTRL:");
return false;
}
i commented it out, since the pvrxxx port does not support this v4l2-ioctl yet.
regards,
usleep
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c39ec84c0612270852k659e70e5r46f89fa975072688>
