#!/usr/bin/perl use strict; use vars qw ($file $DELAY); ########## CONFIG $file = "lcd4linux"; # .png is appended $DELAY = 0; # delay in seconds # if delay is zero, file is sent when modified. ################# use CGI qw/:push -nph/; $| = 1; my ($mtime, $nmtime, $size, $nsize); (undef, undef, undef, undef, undef, undef, undef, $size, undef, $mtime) = stat "$file.png"; print multipart_init(-boundary=>'----------------here we go!'); while (1) { print multipart_start(-type=>'image/png'); undef $/; open(IN, "$file.png") or die("Can't read '$file.png'"); $_ = ; print $_; close(IN); print multipart_end; if ($DELAY) { sleep $DELAY; } else { W: while (1) { # sleep(1); (undef, undef, undef, undef, undef, undef, undef, $nsize, undef, $nmtime) = stat "$file.png"; if($mtime != $nmtime || $size != $nsize) { $mtime = $nmtime; $size = $nsize; last W; } } } } Jonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/fr-Menton
blob: f48fd725be2ddfa68698d291fa635840a8a9ab00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Menton - France (DVB-T transmitter of Menton ( CapMartin ) )
# Menton - France (signal DVB-T transmis depuis l'émetteur de CapMartin )
#
# ATTENTION ! Ce fichier a ete construit automatiquement a partir
# des frequences obtenues sur : http://www.tvnt.net/multiplex_frequences.htm
# en Avril 2006. Si vous constatez des problemes et voulez apporter des
# modifications au fichier, envoyez le fichier modifie a
# l'adresse linux-dvb@linuxtv.org (depot des fichiers d'init dvb)
# ou a l'auteur du fichier :
# Nicolas Estre <n_estre@yahoo.fr>
#
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
#### Menton - CapMartin ####
#R1
T 682000000 8MHz AUTO NONE QAM64 8k AUTO NONE
#R2
T 554000000 8MHz AUTO NONE QAM64 8k AUTO NONE
#R3
T 842000000 8MHz AUTO NONE QAM64 8k AUTO NONE
#R4
T 634000000 8MHz AUTO NONE QAM64 8k AUTO NONE
#R5
T 658000000 8MHz AUTO NONE QAM64 8k AUTO NONE
#R6
T 810000000 8MHz AUTO NONE QAM64 8k AUTO NONE