Mailing List archive

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

[vdr] Re: teletext problem



On Thursday 19 December 2002 13:16, Kovacs Balazs wrote:
> > > Hmm for me it seems it is enabled now. At least I can use the TV-sets
> > > Teletext with my vdr.  Far better then the plugin I guess ;)
> >
> > What versions of vdr and dvb do you use?
> > With my system I can view teletext with my TV-set as long as vdr has
> > not been started. I'm using vdr 1.0.4 with drivers from May, 20th.
>
> Same for me... :( When the driver starts and tune a channel (n-tv
> default) I can see the TXT on my TVset's teletext viewer. But when I
> start vdr it stops.
> basq

As Oliver wrote:
Apply the following patch and enjoy:
-----------------------------------------  snip  ------------------------------------------
--- dvb-cvs-20020831/driver/dvb.c       Wed Aug  7 16:07:14 2002
+++ DVB/driver/dvb.c    Mon Sep  9 21:08:09 2002
@@ -3867,6 +3873,8 @@
 
         if ((dvbdmxfeed->pes_type==DMX_TS_PES_VIDEO)
            || (dvbdmxfeed->pes_type==DMX_TS_PES_AUDIO)
+           || (dvbdmxfeed->pes_type==DMX_TS_PES_TELETEXT)
+           || (dvbdmxfeed->pes_type==DMX_TS_PES_SUBTITLE)
             || (dvbdmxfeed->pes_type==DMX_TS_PES_PCR))
                 ChangePIDs(dvb,
                            npids[DMX_TS_PES_VIDEO], npids[DMX_TS_PES_AUDIO],
-----------------------------------------  snip  ------------------------------------------

This works for me.

Regards,
Andreas


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



Home | Main Index | Thread Index