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

Andrew Lyon andrew.lyon at gmail.com
Wed Feb 7 18:50:11 UTC 2007


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


More information about the mythtv-dev mailing list