[mythtv] Updated patch for directshow filters with MythTV (for CoreAVC)

Andrew Lyon andrew.lyon at gmail.com
Fri Feb 9 00:26:29 UTC 2007


On 2/7/07, Steven Adeff <adeffs.mythtv at gmail.com> wrote:
> On 2/7/07, Andrew Lyon <andrew.lyon at gmail.com> wrote:
> > On 2/7/07, Alan Nisota <alannisota at gmail.com> wrote:
> > > Some more issues that are probably making it hard for those who are
> > > trying it...
> > >
> > > in modify_reg.c:
> > >    strncpy(key, tmpkey + 1, strlen(tmpkey)-1);
> > > +  key[strlen(tmpkey)-1] = 0;
> > >    while(*start == '\\')
> > >
> > > and the ProductID should be at
> > > 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ProductID' (case IS
> > > sensitive apparently, and I missed the 'SOFTWARE' part in my original post).
> > >
> > > So you should do:
> > > rm ~/.mythtv/registry
> > > mythregistercodec -r ~/.mythtv/registry -k
> > > "HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\ProductID" -v
> > > "<windows key>"
> > >
> > > mythregistercodec -r ~/.mythtv/registry -k
> > > "HKCU\\Software\\CoreCodec\\CoreAVC Pro\\Serial" -v "<your serial #>"
> > >
> > > note that in one case 'SOFTWARE' is all caps, in the other it isn't
> > >
> > > _______________________________________________
> > > mythtv-dev mailing list
> > > mythtv-dev at mythtv.org
> > > http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
> > >
> >
> > Its working, colours are a bit off but its playing back in realtime!,
> > I'm going to upgrade my kernel and nvidia drivers and do more testing,
> > ive been meaning to bring them up to date anyway..
> >
> > Andy
>
> I need to try this, does using CoreAVC solve the seeking issue I find
> with my x264 mkv files or is that handled before CoreAVC enters the
> scene?
>
> --
> Steve
> Before you ask, read the FAQ!
> http://www.mythtv.org/wiki/index.php/Frequently_Asked_Questions
> then search the Wiki, and this list,
> http://www.gossamer-threads.com/lists/mythtv/
> Mailinglist etiquette -
> http://www.mythtv.org/wiki/index.php/Mailing_List_etiquette
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>

Steve,

By seeking issue, do you mean that any attempt to seek in a h264 mkv
results in playback stopping and myth returning to the main menu? If
so then I get that too, I dont think this will fix it but only Alan
would know for sure.

Andy


More information about the mythtv-dev mailing list