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.
_______________________________________________
vdr mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr