[mythtv] Wrong time of recordings when using PVR 350

John Harvey john.p.harvey at btinternet.com
Thu Sep 30 17:22:45 EDT 2004


Peter
	
I just checked and it all seems to be working so can you after loading ivtv
run 

 ivtvctl -U

Then start mythbackend
And then run 
 ivtvctl -U

again and then send the output.

John

> -----Original Message-----
> From: mythtv-dev-bounces at mythtv.org [mailto:mythtv-dev-bounces at mythtv.org]
> On Behalf Of Isaac Richards
> Sent: 30 September 2004 18:12
> To: Development of mythtv
> Subject: Re: [mythtv] Wrong time of recordings when using PVR 350
> 
> On Thursday 30 September 2004 12:46 pm, John Harvey wrote:
> > Isaac
> > So i'm assuming then that myth asks the driver if its
> > in PAL or NTSC at playback and that you believe the
> > driver is getting this wrong in some mode. If so i'll
> > try and take a look at this over the next couple of
> > days and get a fix to Chris.
> >
> > I am assuming this check is made somewhere in
> > videoout_ivtv.cpp (sorry i'm at work and don't have
> > the source code to hand at the moment).
> 
> Yup, that's right, though it's in ivtvdecoder.cpp, not videoout_ivtv.cpp.
> 
>     v4l2_std_id std = V4L2_STD_NTSC;
>     ntsc = true;
> 
>     if (ioctl(testfd, VIDIOC_G_STD, &std) < 0)
>         perror("VIDIOC_G_STD");
>     else
>     {
>         if (std & V4L2_STD_625_50)
>             ntsc = false;
>     }
> 
> is the code in question from ivtvdecoder.cpp.
> 
> Isaac
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev



More information about the mythtv-dev mailing list