Re: Not good behaviour from vdr

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux