[vdr] Instability with recordings on VDR-1.7.4 when recording to a NTFS partition
Klaus Schmidinger
Klaus.Schmidinger at cadsoft.de
Mon Mar 23 23:06:03 CET 2009
On 23.03.2009 22:13, Klaus Schmidinger wrote:
> On 23.03.2009 21:42, Niedermeier Günter wrote:
>>> Here's a quick shot - totally untested (no time, sorry).
>>> Please try it and let me know if it helps.
>> Hi,
>>
>> I've tried it:
>> files are created, but with zero filesize.
>> Only info is correct.
>>
>> After a few seconds vdr is restarting with an "emergency exit!".
>
> Well, then I guess I do need to spend a little more time on this ;-)
Just another quick thing to test: please add
}
Data += TS_SIZE; <========== this line
Length -= TS_SIZE;
Processed += TS_SIZE;
}
return Processed;
}
to the end of cFrameDetector::Analyze().
Klaus
More information about the vdr
mailing list