1alevtd(1) General Commands Manual alevtd(1)
2
3
4
6 alevtd - webserver for videotext pages
7
9 alevtd [ options ]
10
12 alevtd is http daemon which serves videotext pages as HTML. Tune in
13 some station with a utility like v4lctl or some TV application. Then
14 start it and point your browser to http://localhost:5654/
15
16 Pages may be requested either in HTML format (http://local‐
17 host:5654/<page>/ or http://localhost:5654/<page>/<subpage>.html) or in
18 ASCII text format (http://localhost:5654/<page>/<subpage>.txt). Sub‐
19 page "00" can be used for pages without subpages.
20
22 -h print a short help text and the default values for all options.
23
24 -v dev set vbi device (default: /dev/vbi).
25
26 -d enable debug output.
27
28 -s Write a start/stop notice and serious errors to the syslog.
29 Specify this option twice to get a verbose log (additional log
30 events like dropped connections).
31
32 -t sec set network timeout to >sec< seconds.
33
34 -c n set the number of allowed parallel connections to >n<. This is
35 a per-thread limit.
36
37 -p port
38 listen on port >port< for incoming connections. Default 5654.
39
40 -n hostname
41 set the hostname which the server should use (required for redi‐
42 rects).
43
44 -i ip bind to IP-address >ip<.
45
46 -l log log all requests to the logfile >log< (common log format).
47 Using "-" as filename makes alevtd print the access log to std‐
48 out, which is only useful together with the -F switch (see
49 below).
50
51 -L log same as above, but additional flush every line. Useful if you
52 want monitor the logfile with tail -f.
53
54 -u user
55 set uid to >user< (after binding to the tcp port). This option
56 is allowed for root only.
57
58 -g group
59 set gid to >group< (after binding to the tcp port). This option
60 is allowed for root only.
61
62 -F don't run as daemon. alevtd will not fork into background, not
63 detach from terminal and report errors to stderr.
64
65 -r poll tv frequency, clear vtx page cache if a frequency change
66 was detected.
67
69 alevt(1), xawtv(1), v4lctl(1)
70
72 Gerd Knorr <kraxel@goldbach.in-berlin.de>
73
75 Copyright (C) 2000 Gerd Knorr <kraxel@goldbach.in-berlin.de>
76
77 This program is free software; you can redistribute it and/or modify it
78 under the terms of the GNU General Public License as published by the
79 Free Software Foundation; either version 2 of the License, or (at your
80 option) any later version.
81
82 This program is distributed in the hope that it will be useful, but
83 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
84 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
85 Public License for more details.
86
87 You should have received a copy of the GNU General Public License along
88 with this program; if not, write to the Free Software Foundation, Inc.,
89 675 Mass Ave, Cambridge, MA 02139, USA.
90
91
92
93 (c) 2000 Gerd Knorr alevtd(1)