Mailing List archive

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

[vdr] Re: vdr emergency exit



Dirk Wiebel wrote:
> 
> > This happens if the video data stream is broken during a recording.
> > Are you sure your antenna signal is ok?
> > Do you have one or more DVB cards?
> 
> It might be a problem with ZDF Theaterkanal. It stopped its program after
> the recorded film. That seems to be usual at this channel - no 24/7 service,
> unfortunately.

Ok, that would explain it. VDR can't know whether the tv station has
deliberately stopped bradcasting, or something else has gone wrong
(like driver hangups, which were a frequent problem some time ago).

If you want to disable this emergency exit you could comment out the
lines

      if (time(NULL) - t > MAXBROKENTIMEOUT) {
         esyslog(LOG_ERR, "ERROR: video data stream broken");
         cThread::EmergencyExit(true);
         t = time(NULL);
         }

in dvbapi.c.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________



Home | Main Index | Thread Index