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

Steven Adeff adeffs.mythtv at gmail.com
Wed Feb 7 19:07:45 UTC 2007


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


More information about the mythtv-dev mailing list