Mailing List archive

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

[vdr] Re: Live TV freeze when recording starts normal?



Hi Klaus,

I've been testing this fix since you posted it and I'm completely convinced it works. I haven't had a single freeze due to a recording starting.

Brilliant! Thank you very much.

Regards,
Michal Dobrzynski

On 23/05/2004, at 1:19 AM, Klaus Schmidinger wrote:

Michal Dobrzynski wrote:

Hi,

I've seen this mentioned before many times by various people and I'm
not sure what the status is.

Is the freeze of live TV when a recording starts (does not ALWAYS
happen but certainly a majority of the time) an acknowledged problem or
is it one that Klaus is not able to reproduce or identify the cause of?
I have done some debugging here and it would appear that the
solution to this is

--- dvbdevice.c 2004/05/01 13:15:46 1.84
+++ dvbdevice.c 2004/05/22 15:11:48
@@ -679,7 +679,7 @@

if (ProvidesSource(Channel->Source()) && ProvidesCa(Channel)) {
result = hasPriority;
- if (Priority >= 0 && Receiving()) {
+ if (Priority >= 0 && Receiving(true)) {
if (dvbTuner->IsTunedTo(Channel)) {
if (!HasPid(Channel->Vpid())) {
#ifdef DO_MULTIPLE_RECORDINGS

This is for VDR 1.3.7, but it should apply to VDR 1.2.6 just as well (line numbers
in 1.2.6 may differ, though).

Can those who have this problem please verify this?

Klaus


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





Home | Main Index | Thread Index