Mailing List archive

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

[linux-dvb] Re: TT DVB-T - Further problems



On Sunday 20 April 2003 19:48, Ed Wildgoose wrote:
> Unfortunately the audio is quite badly out of sync with the picture when
> playing via mplayer or kvdr.  I noticed some traffic about this a few
> weeks ago - can someone bring me up to speed on what the conclusion is
> with regards to this..?
The below should work for most cases (if memory serves me right):
diff -u -r1.1 av7110.c
--- av7110.c    2003/04/03 08:59:47     1.1
+++ av7110.c    2003/04/03 09:00:47
@@ -2285,9 +2285,10 @@

         av7110->pids[DMX_PES_SUBTITLE]=0;

-        if (av7110->fe_synced)
+        if (av7110->fe_synced) {
+               pcrpid = av7110->pids[DMX_PES_PCR];
                 SetPIDs(av7110, vpid, apid, ttpid, subpid, pcrpid);
-
+       }
         up(&av7110->pid_mutex);
 }
> I still have the driver dying as described below though...
>
> > b) after changing channel more than a dozen or so times the driver
> > appears to lock up, picture disappears from both TV output and also
> > /dev/dvb devices.... No errors in the log, everything still "appears"
> > to work fine, just no picture...

Actually I also have some problems, but since I haven't had any time to try to 
figure it out myself I haven't reported it. driver from 021208 and vdr 1.1.1x 
was rock solid. But I wanted the latest and greatest. With pre2/vdr 1.25 and 
also a pretty recent CVS driver and vdr 1.26 I have some problems.
1) vdr sometimes hangs at channel switches. Sometimes It work for a couple of 
days and sometimes only minutes. The output freezes with the osd still 
showing. The logs doesn't show anything. Vdr is still running. kill -9 and a 
restart of  vdr fixes things. This seems similar to your problem.
2) vdr dies without leaving any trace. This happens more seldom. Nothing in 
the logs and no core file.  
3) (I just remebered this one). Sometimes when I start a recording vdr 
freezes. My /video is nfs mounted and usually the disk(s) have to spin up. 
Maybe this could affect things? 

One person who has the same board as ours had severe problems (tuning) with 
the latest microcode. When he switched to an older version it got better.  
This is probably unrelated, but just in case....

I'm sorry that I don't have any solution for your problem but at least you're 
not alone:-).

Johan


--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index