Johannes Stezenbach wrote:
It's necessary at least for DVB-T in Berlin.
Added one mux (Espoo Terrestial 562000) to my initial.h.
Espoo has a total of three mux's, supprice, scan found them all.
They are all fortunately by one provider, Digita.
command 'scan -a 0 -o vdr' worked most of the time.
command 'scan -a 0 -n -o vdr' did not find anything.
There is an error in dump-vdr.c, missing : in line
fprintf (f, ":T:27500");
should be
fprintf (f, ":T:27500:");
Lauri
thanks, applied. I don't know the VDR output format, what exactly means
this field?