Mailing List archive

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

[vdr] Re: VDR Bug: Question on CAM behavior



Reinhard Walter Buchner wrote:
> 
> Hi Klaus,
> 
> As you are going in for the 1.2.0 Did you fix the CAM
> reset DAU problem? I.e. in older VDR versions you
> could initiate a CAM reset from the CAM menu even
> if VDR was recording a movie. This killed VDR. I
> mentioned at the time it would be a good idea to include
> a reset prevention mechanism in case someone
> accidently (or like me: on purpose ;o)) hits the CAM
> reset button during a running recording.

Since the solution for this is as simple as "just don't do it"
I guess I won't change it for 1.2.0. But I promise I'll do it
after that. In the meantime, just don't shoot yourself in the foot ;-)

> There was also a problem of VDR not being able to restart
> correctly in case a timer (on an encrypted movie) was
> running. I.e. VDR needs to initiate the CAM initialisation
> and checking completely before processing any kind of
> timer info (priority problem). Otherwise the recorder
> won't receive decrypted data and VDR also continiously
> restarts until you manually delete or deactivate the running
> timer (which isn't possible if you have a keyboardless
> VDR system).

Please try if increasing 

#define MAXNONUSEFULDATA (10*1024*1024)

to, say, 100MB or even more makes a difference, or just comment out
the lines

        if (exitOnFailure)
           cThread::EmergencyExit(true);

(both in remux.c). Maybe it just takes too long until it gets decrypted
data. You might also want to check your log file to see whether in these
cases you got an entry "ERROR: no useful data seen within nnn byte of video stream".

Let me know if this helps. If so, I might change it for 1.2.0.

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
_______________________________________________________________


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



Home | Main Index | Thread Index