Ali H.M. Hoseini wrote:
hi all,
I've noticed that when the signal quality goes low ( high BER or high UNC), and if a timer records that channel simultaneously, the vdr exits continuously, and hence produces too many recording files.
How should I prevent vdr from exit, in this situations?
Locate the line
cThread::EmergencyExit(true);
in recorder.c and comment it out.
Klaus