Mailing List archive

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

[vdr] Re: UPT error - The solution (maybe)



On Sun, 8 Feb 2004, Klaus Schmidinger (KS) wrote:

KS>
KS> This  line  makes me believe that the tuning process didn't get a lock
KS> within  the  timeout  of 5 seconds. Maybe you should increase the wait
KS> timeout - but then again, not getting a lock in such a long time seems
KS> very unlikely...
KS>
KS> You  could also modify the patch so that it logs whether or not it has
KS> gotten  a  lock  within the timeout. If it doesn't get a lock, the UPT
KS> error can happen.

I added this line just after the "dotting" while loop:

dsyslog("Device %d: lock to channel %d %s", dvbTuner->cardIndex + 1,
                                            Channel->Number(),
                                            dvbTuner->Locked()?"succeeded":"failed" );

here I just pressed the Pause button:

Feb  8 17:55:47 dvb vdr[12715]: Device 2: lock to channel 7 succeeded
Feb  8 17:55:47 dvb vdr[12715]: timer 11 (7 1755-2055 '@TITLE EPISODE') start
Feb  8 17:55:47 dvb vdr[12715]: Title: 'Besser geht's nicht' Subtitle: '(null)'
Feb  8 17:55:47 dvb vdr[12715]: record /var/vdr/videos/@Besser_geht^As_nicht__/2004-02-08.17:55.10.01.rec
Feb  8 17:55:47 dvb vdr[12715]: creating directory /var/vdr/videos/@Besser_geht^As_nicht__
Feb  8 17:55:47 dvb vdr[12715]: creating directory /var/vdr/videos/@Besser_geht^As_nicht__/2004-02-08.17:55.10.01.rec
Feb  8 17:55:47 dvb vdr[12715]: recording to '/var/vdr/videos/@Besser_geht^As_nicht__/2004-02-08.17:55.10.01.rec/001.vdr'
Feb  8 17:55:47 dvb vdr[12843]: recording thread started (pid=12843)
Feb  8 17:55:47 dvb vdr[12844]: receiver thread started on device 2 (pid=12844)
Feb  8 17:55:49 dvb vdr[12715]: replay /var/vdr/videos/@Besser_geht^As_nicht__/2004-02-08.17:55.10.01.rec
Feb  8 17:55:49 dvb vdr[12715]: playing '/var/vdr/videos/@Besser_geht^As_nicht__/2004-02-08.17:55.10.01.rec/001.vdr'
Feb  8 17:55:49 dvb vdr[12845]: dvbplayer thread started (pid=12845)
Feb  8 17:55:49 dvb vdr[12846]: non blocking file reader thread started (pid=12846)
Feb  8 17:55:51 dvb vdr[12715]: max. latency time 4 seconds
Feb  8 17:55:52 dvb vdr[12843]: ERROR: unknown picture type '6'
Feb  8 17:55:52 dvb vdr[12843]: initiating emergency exit


c ya
        Sergei
-- 
--------------------------------------------------------------------  -?)
         eMail:       Sergei.Haller@math.uni-giessen.de               /\\
-------------------------------------------------------------------- _\_V
Be careful of reading health books, you might die of a misprint.
                -- Mark Twain



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index