[vdr] Not good behaviour from vdr
VDR User
user.vdr at gmail.com
Tue Oct 9 21:01:51 CEST 2007
Yesturday I had the same problem where a very bad but short storm
caused my signal to drop and vdr again performed an emergency exit
when it wasn't wanted. I already commented out the EmergencyExit
request in recorder.c but this time it was generated in remux.c by:
if (!synced && skipped >= 0) {
if (skipped > MAXNONUSEFULDATA) {
esyslog("ERROR: no useful data seen within %d byte of video
stream", skipped);
skipped = -1;
if (exitOnFailure)
ShutdownHandler.RequestEmergencyExit();
}
else
skipped += used;
}
Is it safe to comment this ShutdownHandler.RequestEmergencyExit(); as well?
Thanks.
More information about the vdr
mailing list