Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: teletext problem
Andreas Mair wrote:
> What versions of vdr and dvb do you use?
Teletext reinsertion works with all vdr versions I tried (1.0.4 and later),
but most old drivers for 1.0.4 need the patch below.
With vdr 1.1.x and new drivers it works out of the box.
> 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.
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 ------------------------------------------
Oliver
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index