MythTV port

usleepless at gmail.com usleepless at gmail.com
Wed Dec 27 08:52:44 PST 2006


Josh,

On 12/27/06, usleepless at gmail.com <usleepless at gmail.com> wrote:
> Josh,
>
> On 12/27/06, Josh Paetzel <josh at 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


More information about the freebsd-multimedia mailing list