Mailing List archive

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

[linux-dvb] Re: get_digital_transponders.pl and dtv_scan?



> -----Ursprüngliche Nachricht-----
> Von: Gregoire Favre [mailto:greg@ulima.unil.ch]
> Gesendet: Donnerstag, 6. September 2001 16:52
> An: linux-dvb@linuxtv.org
> Betreff: [linux-dvb] get_digital_transponders.pl and dtv_scan?
> 
> 
> Hello,
> 
> I just wanted to make a channel.conf for Astra, Hotbird and Telecom 2B
> (this last one not so important as I think there is no dvb on it...).
> 
> I use the DTV-1.1.2 found under 
> http://hesdvb.sourceforge.net/ which was
> quiete hard to found (why no link under linuxtv?), is there newer
> version?
> 
> I started get_digital_transponders.pl but it didn't use my 
> proxy, so no
> fetch were done, I found a machine without proxy, everything got
> fetched, but it created me an empty frequence list:
> define_available_transponders {
> }
> 
> Same things with Hotbird...
> 
> The machine I used for that, use a perl I have no control on...
> 
> Would it be possible to include proxy support to it (maybe just using
> wget, with the option --proxy=on...)?
> 
> Is there an option to scan for all channels of all transponders of all
> disecq (I have just 3...) and doing a channel.conf with, without the
> need of lyngsat?
> 
Hi !

1) Yes, it is possible to include proxy support. You just have to look for
the lines:

...
$ua = new LWP::UserAgent;
$ua->agent("Mozilla/9.1 " . $ua->agent);

in the Perl script (get_digital_transponders.pl) and add the following line
after these two:

$ua->proxy('http', 'http://localhost:8080/');

Of course you have to enter your favourite proxy into the second argument of
the command.

2) There is an option to scan all transponders of all diseqc and doing a
channel.conf with that. Please look into the 'transponders.dcl.diseqc' file
coming with dtv_scan (in directory src/dtv_scan) for more information.

3) You need the help of lyngsat for this scanning to reduce the scanning
time. If you really would like, you could enter the necessary data for the
transponder settings by hand, or use the included settings for the most
common satellites.

Best regards,

Rolf


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


Home | Main Index | Thread Index