Mailing List archive

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

[vdr] Re: timer bug: Usage of channel ID inconsitend



Klaus Schmidinger wrote:
 > This is not a VDR bug, but rather a bug in the scan tool.
Usage of the NID and TID fields in channels.conf is currently
not yet officially recommended. These fields shall, according to vdr.5,
always be 0.

I wrote this some time ago...
--------------------------------
Here's a patch to set NID and TID to zero in vdr-output of scan.
I'm not sure if it is really usefull to put it to DVB-release.

--- klip---

RCS file: /cvs/linuxtv/DVB/apps/scan/dump-vdr.c,v
retrieving revision 1.13
diff -u -p -r1.13 dump-vdr.c
--- DVB/apps/scan/dump-vdr.c    21 Jul 2003 14:05:01 -0000      1.13
+++ DVB/apps/scan/dump-vdr.c    30 Jul 2003 18:30:49 -0000
@@ -144,6 +144,9 @@ void vdr_dump_service_parameter_set (FIL
                if (ac3_pid)
                        fprintf (f, ";%i", ac3_pid);
                if (scrambled == 1) scrambled = ca_select;
+// Comment out next two lines, after VDR supports NID's and TID's
+               network_id = 0;
+               transport_stream_id = 0;
                fprintf (f, ":%d:%d:%d:%d:%d:0", teletext_pid, scrambled,
                                service_id, network_id, transport_stream_id);
                fprintf (f, "\n");




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



Home | Main Index | Thread Index