2015-04-30, 09:21 PM
You could try creating a c:\temp directory, and setting the following registry value, then reproduce the problem. This will create a c:\temp\dump.ts, containing an untouched dump of the data delivered from the device, before NextPVR does any processing of the data. The contents of this file will give you an indication if the device is delivering broken data, or if NextPVR is somehow breaking on it's way to making recordings.
On 64bit Windows: HKEY_LOCAL_MACHINE\Software\Wow6432Node\NPVR\ DumpFileWriter=1 (DWORD)
On 32bit Windows: HKEY_LOCAL_MACHINE\Software\NPVR\ DumpFileWriter=1 (DWORD)
On 64bit Windows: HKEY_LOCAL_MACHINE\Software\Wow6432Node\NPVR\ DumpFileWriter=1 (DWORD)
On 32bit Windows: HKEY_LOCAL_MACHINE\Software\NPVR\ DumpFileWriter=1 (DWORD)