source: archive/dvb-apps.xml@ 45f56ac

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45f56ac was f6d2da1, checked in by Bruce Dubbs <bdubbs@…>, 11 years ago

Update to vsftpd-3.0.2
Tag qpopper
Archive dvb-apps

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10833 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 17.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY dvb-apps-download-http
8 "http://anduin.linuxfromscratch.org/sources/BLFS/svn/d/dvb-apps-2012-06-10.tar.xz">
9 <!ENTITY dvb-apps-download-ftp " ">
10 <!ENTITY dvb-apps-md5sum "6102338db203f9808b433d513e648f8e">
11 <!ENTITY dvb-apps-size "368 MB">
12 <!ENTITY dvb-apps-buildsize "17 MB">
13 <!ENTITY dvb-apps-time "0.1 SBU">
14]>
15
16<sect1 id="dvb-apps" xreflabel="dvb-apps-&dvb-apps-version;">
17 <?dbhtml filename="dvb-apps.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>DVB-Apps-&dvb-apps-version;</title>
25
26 <indexterm zone="dvb-apps">
27 <primary sortas="a-dvb-apps">dvb-apps</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to DVB-Apps</title>
32
33 <para>
34 The <application>DVB-Apps</application> package contains a collection of
35 command line utilities for controlling and using a digital television
36 card/chip installed (possibly through a USB port) on your computer. These
37 are useful for scanning to make an index of the available channels, tuning
38 the chip to a chosen station or recording the channel to a file on your
39 computer so you can watch it at a later date.
40 </para>
41
42 &lfs71_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&dvb-apps-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&dvb-apps-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &dvb-apps-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &dvb-apps-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &dvb-apps-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &dvb-apps-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78 <para condition="html" role="usernotes">
79 User Notes: <ulink url="&blfs-wiki;/dvb-apps"/>
80 </para>
81 </sect2>
82
83 <sect2 role="kernel" id="dvb-apps-kernel">
84 <title>Kernel Configuration</title>
85
86 <para>
87 There are many TV chips available so it is not possible to give guidance
88 on the kernel config for all of them. <command>lspci</command> from
89 <xref linkend="pciutils"/> and Goggle are your friends. One possible
90 gotcha is that some pci cards (such as the <ulink
91 url="http://www.amazon.co.uk/Hauppauge-WinTV-Nova-digital-tuner/dp/B000I1RHWA">
92 Hauppauge Nova T 500</ulink>) present themselves to the motherboard as a
93 USB controller and the TV chip on the card communicates with the
94 motherboard via this USB interface.
95 </para>
96
97<screen>General setup ---&gt;
98 [*] Prompt for development and/or incomplete code/drivers
99Device Drivers ---&gt;
100 Generic Driver Options ---&gt;
101 [*] Userspace firmware loading support
102 [*] Include in-kernel firmware blobs in kernel binary
103 (list of) External firmware blobs to build into the kernel binary
104 (/lib/firmware) Firmware blobs root directory
105 [*] I2C support ---&gt;
106 [*] I2C device interface
107 I2C Algorithms ---&gt;
108 [*] I2C bit-banging interfaces
109 [*] Multimedia support ---&gt;
110 [*] Video For Linux
111 [*] DVB for Linux
112 [*] DVB Network Support
113 [*] Video capture adapters ---&gt;
114 [*] V4L USB devices ---&gt;
115 (as required depending on your hardware)
116 [*] V4L PCI(e) devices ---&gt;
117 (as required depending on your hardware)
118 [*] DVB/ATSC adapters ---&gt;
119 (as required depending on your hardware)</screen>
120
121 <para>
122 Select the appropriate sub-options that appear when the above options are
123 selected and recompile your kernel.
124 </para>
125
126 <indexterm zone="dvb-apps dvb-apps-kernel">
127 <primary sortas="d-dvb-apps">dvb-apps</primary>
128 </indexterm>
129 </sect2>
130
131 <sect2 role="installation">
132 <title>Installation of DVB-Apps</title>
133
134 <para>
135 Install <application>DVB-Apps</application> by running the following
136 commands:
137 </para>
138
139<screen><userinput>sed -i 's/ $(lib_name).a//' Make.rules &amp;&amp;
140sed -i 's/\.a/.so/g' test/*/Makefile &amp;&amp;
141make</userinput></screen>
142
143 <para>
144 This package does not come with a test suite.
145 </para>
146
147 <para>
148 Now, as the <systemitem class="username">root</systemitem> user:
149 </para>
150
151<screen role="root"><userinput>make install</userinput></screen>
152 </sect2>
153
154 <sect2 role="commands">
155 <title>Command Explanations</title>
156
157 <para>
158 <command>sed -i 's/ $(lib_name).a//' Make.rules</command> and
159 <command>sed -i 's/\.a/.so/g' test/*/Makefile</command>: These seds
160 disable compiling the static libraries.
161 </para>
162 </sect2>
163
164 <sect2 role="configuration">
165 <title>Configuring DVB-Apps</title>
166
167 <sect3 id="dvb-apps-config">
168 <title>Config Files</title>
169 <para>
170 <filename>~/.tzap/channels.conf</filename> and
171 <filename>/etc/channels.conf</filename>.
172 </para>
173
174 <indexterm zone="dvb-apps dvb-apps-config">
175 <primary sortas="e-AA.tzap-channels.conf">~/.tzap/channels.conf</primary>
176 </indexterm>
177
178 <indexterm zone="dvb-apps dvb-apps-config">
179 <primary
180 sortas="e-etc-channels.conf">/etc/channels.conf</primary>
181 </indexterm>
182 </sect3>
183
184 <sect3><title>Configuration Information</title>
185
186 <para>
187 For a user to be able to use the device files in /dev the simplest
188 solution is to make the user part of the video group. As the
189 <systemitem class="username">root</systemitem> user:
190 </para>
191
192<screen role="root"><userinput>usermod -a -G video &lt;USERNAME&gt; </userinput></screen>
193
194 <para>
195 Create a channels.conf file listing the channels available from your
196 local transmitter. If it's a terrestrial transmitter there should be a
197 file with its details in /usr/share/dvb/dvb-t. If it's a satellite the
198 file should be in /usr/share/dvb/dvb-s.
199 </para>
200
201<screen><userinput>scan /usr/share/dvb/dvb-t/uk-WinterHill > channels.conf &amp;&amp;
202mkdir -p ~/.tzap &amp;&amp;
203cp channels.conf ~/.tzap</userinput></screen>
204
205 <para>
206 If that went Ok and you saw some familiar TV channels listed in your
207 terminal, as the <systemitem class="username">root</systemitem> user
208 copy it to a system wide location:
209 </para>
210
211<screen role="root"><userinput>cp channels.conf /etc/channels.conf</userinput></screen>
212 </sect3>
213 </sect2>
214
215 <sect2 role="using">
216 <title>Using DVB-Apps</title>
217
218 <para>
219 To record a channel to a file:
220 </para>
221
222<screen><userinput>gnutv -out file bbc1.mpeg "BBC ONE"</userinput></screen>
223
224 <para>
225 If you give it ten seconds or so to buffer you can then start to watch the
226 file with a video player such as <command>xine</command> or
227 <command>mplayer</command>. The advantage of watching TV via a file in
228 this way is that it allows you to pause playback and rewind if you want,
229 plus you can watch the file again later.
230 </para>
231 </sect2>
232
233 <sect2 role="content">
234 <title>Contents</title>
235
236 <segmentedlist>
237 <segtitle>Installed Programs</segtitle>
238 <segtitle>Installed Libraries</segtitle>
239 <segtitle>Installed Directories</segtitle>
240
241 <seglistitem>
242 <seg>
243 atsc_epg,
244 av7110_loadkeys,
245 azap,
246 czap,
247 dib3000-watch,
248 dst_test,
249 dvbdate,
250 dvbnet,
251 dvbscan,
252 dvbtraffic,
253 femon,
254 gnutv,
255 gotox,
256 lsdvb,
257 scan,
258 szap,
259 tzap and
260 zap,
261 </seg>
262 <seg>
263 libdvbapi.so,
264 libdvbcfg.so,
265 libdvben50221.so,
266 libdvbsec.so and
267 libesg.so,
268 libucsi.so
269 </seg>
270 <seg>
271 /usr/include/libdvbapi,
272 /usr/include/libdvbcfg,
273 /usr/include/libdvben50221,
274 /usr/include/libdvbsec,
275 /usr/include/libesg,
276 /usr/include/libucsi and
277 /usr/share/dvb
278 </seg>
279 </seglistitem>
280 </segmentedlist>
281
282 <variablelist>
283 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
284 <?dbfo list-presentation="list"?>
285 <?dbhtml list-presentation="table"?>
286
287 <varlistentry id="atsc_epg">
288 <term><command>atsc_epg</command></term>
289 <listitem>
290 <para>
291 prints out the next three hours worth of programs on a given
292 frequency (for ATSC only)
293 </para>
294 <indexterm zone="dvb-apps atsc_epg">
295 <primary sortas="b-atsc_epg">atsc_epg</primary>
296 </indexterm>
297 </listitem>
298 </varlistentry>
299
300 <varlistentry id="av7110_loadkeys">
301 <term><command>av7110_loadkeys</command></term>
302 <listitem>
303 <para>
304 is a utiltity to load IR remote keymaps into an av7110 based card
305 </para>
306 <indexterm zone="dvb-apps av7110_loadkeys">
307 <primary sortas="b-av7110_loadkeys">av7110_loadkeys</primary>
308 </indexterm>
309 </listitem>
310 </varlistentry>
311
312 <varlistentry id="azap">
313 <term><command>azap</command></term>
314 <listitem>
315 <para>
316 is a tuning utility for ATSC
317 </para>
318 <indexterm zone="dvb-apps azap">
319 <primary sortas="b-azap">azap</primary>
320 </indexterm>
321 </listitem>
322 </varlistentry>
323
324 <varlistentry id="czap">
325 <term><command>czap</command></term>
326 <listitem>
327 <para>
328 is a tuning utilities for DVB-C (cable)
329 </para>
330 <indexterm zone="dvb-apps czap">
331 <primary sortas="b-czap">czap</primary>
332 </indexterm>
333 </listitem>
334 </varlistentry>
335
336 <varlistentry id="dib3000-watch">
337 <term><command>dib3000-watch</command></term>
338 <listitem>
339 <para>
340 is a tool to monitor DIB3000 demodulators
341 </para>
342 <indexterm zone="dvb-apps dib3000-watch">
343 <primary sortas="b-dib3000-watch">dib3000-watch</primary>
344 </indexterm>
345 </listitem>
346 </varlistentry>
347
348 <varlistentry id="dst_test">
349 <term><command>dst_test</command></term>
350 <listitem>
351 <para>
352 is a utility for DST based cards
353 </para>
354 <indexterm zone="dvb-apps dst_test">
355 <primary sortas="b-dst_test">dst_test</primary>
356 </indexterm>
357 </listitem>
358 </varlistentry>
359
360 <varlistentry id="dvbdate">
361 <term><command>dvbdate</command></term>
362 <listitem>
363 <para>
364 is a utility that can read date time information from the currently
365 tuned multiplex
366 </para>
367 <indexterm zone="dvb-apps dvbdate">
368 <primary sortas="b-dvbdate">dvbdate</primary>
369 </indexterm>
370 </listitem>
371 </varlistentry>
372
373 <varlistentry id="dvbnet">
374 <term><command>dvbnet</command></term>
375 <listitem>
376 <para>
377 is a utility to control digital data network interfaces, a DVB
378 network interface manager (IP over DVB) for streaming programs from
379 one computer to another over a network.
380 </para>
381 <indexterm zone="dvb-apps dvbnet">
382 <primary sortas="b-dvbnet">dvbnet</primary>
383 </indexterm>
384 </listitem>
385 </varlistentry>
386
387 <varlistentry id="dvbscan">
388 <term><command>dvbscan</command></term>
389 <listitem>
390 <para>
391 is another frequency scanning tool used to generate channel lists
392 </para>
393 <indexterm zone="dvb-apps dvbscan">
394 <primary sortas="b-dvbscan">dvbscan</primary>
395 </indexterm>
396 </listitem>
397 </varlistentry>
398
399 <varlistentry id="dvbtraffic">
400 <term><command>dvbtraffic</command></term>
401 <listitem>
402 <para>
403 is a utility to monitor traffic on a digital device and perform PID
404 analysis of currently tuned multiplex
405 </para>
406 <indexterm zone="dvb-apps dvbtraffic">
407 <primary sortas="b-dvbtraffic">dvbtraffic</primary>
408 </indexterm>
409 </listitem>
410 </varlistentry>
411
412 <varlistentry id="femon">
413 <term><command>femon</command></term>
414 <listitem>
415 <para>
416 is a frontend monitor, it monitors the tuning status on a digital TV
417 device
418 </para>
419 <indexterm zone="dvb-apps femon">
420 <primary sortas="b-femon">femon</primary>
421 </indexterm>
422 </listitem>
423 </varlistentry>
424
425 <varlistentry id="gnutv">
426 <term><command>gnutv</command></term>
427 <listitem>
428 <para>
429 is a utility to tune and stream your TV
430 </para>
431 <indexterm zone="dvb-apps gnutv">
432 <primary sortas="b-gnutv">gnutv</primary>
433 </indexterm>
434 </listitem>
435 </varlistentry>
436
437 <varlistentry id="gotox">
438 <term><command>gotox</command></term>
439 <listitem>
440 <para>
441 is a utility for calculating the position of satellites
442 </para>
443 <indexterm zone="dvb-apps gotox">
444 <primary sortas="b-gotox">gotox</primary>
445 </indexterm>
446 </listitem>
447 </varlistentry>
448
449 <varlistentry id="lsdvb">
450 <term><command>lsdvb</command></term>
451 <listitem>
452 <para>
453 is a simple utility to list PCI/PCIe DVB devices
454 </para>
455 <indexterm zone="dvb-apps lsdvb">
456 <primary sortas="b-lsdvb">lsdvb</primary>
457 </indexterm>
458 </listitem>
459 </varlistentry>
460
461 <varlistentry id="scan">
462 <term><command>scan</command></term>
463 <listitem>
464 <para>
465 is a utility to generate channel lists
466 </para>
467 <indexterm zone="dvb-apps scan">
468 <primary sortas="b-scan">scan</primary>
469 </indexterm>
470 </listitem>
471 </varlistentry>
472
473 <varlistentry id="szap">
474 <term><command>szap</command></term>
475 <listitem>
476 <para>
477 is a tool to tune a satellite DVB receiver
478 </para>
479 <indexterm zone="dvb-apps szap">
480 <primary sortas="b-szap">szap</primary>
481 </indexterm>
482 </listitem>
483 </varlistentry>
484
485 <varlistentry id="tzap">
486 <term><command>tzap</command></term>
487 <listitem>
488 <para>
489 is a tool to tune a terrestrial DVB receiver
490 </para>
491 <indexterm zone="dvb-apps tzap">
492 <primary sortas="b-tzap">tzap</primary>
493 </indexterm>
494 </listitem>
495 </varlistentry>
496
497 <varlistentry id="zap">
498 <term><command>zap</command></term>
499 <listitem>
500 <para>
501 just tunes a digital device (and is really intended for developers)
502 </para>
503 <indexterm zone="dvb-apps zap">
504 <primary sortas="b-zap">zap</primary>
505 </indexterm>
506 </listitem>
507 </varlistentry>
508
509 <varlistentry id="libdvbapi">
510 <term><filename class="libraryfile">libdvbapi.so</filename></term>
511 <listitem>
512 <para>
513 is an interface library for digital TV devices
514 </para>
515 <indexterm zone="dvb-apps libdvbapi">
516 <primary sortas="c-libdvbapi">libdvbapi.so</primary>
517 </indexterm>
518 </listitem>
519 </varlistentry>
520
521 <varlistentry id="libdvbcfg">
522 <term><filename class="libraryfile">libdvbcfg.so</filename></term>
523 <listitem>
524 <para>
525 contains functions that parse/create digital TV channel
526 configuration files
527 </para>
528 <indexterm zone="dvb-apps libdvbcfg">
529 <primary sortas="c-libdvbcfg">libdvbcfg.so</primary>
530 </indexterm>
531 </listitem>
532 </varlistentry>
533
534 <varlistentry id="libdvben50221">
535 <term><filename class="libraryfile">libdvben50221.so</filename></term>
536 <listitem>
537 <para>
538 contains functions that implement the CENELEC (European Committee
539 for Electrotechnical Standardization) EN 50221 CAM stack
540 </para>
541 <indexterm zone="dvb-apps libdvben50221">
542 <primary sortas="c-libdvben50221">libdvben50221.so</primary>
543 </indexterm>
544 </listitem>
545 </varlistentry>
546
547 <varlistentry id="libdvbsec">
548 <term><filename class="libraryfile">libdvbsec.so</filename></term>
549 <listitem>
550 <para>
551 is a library for Satellite Equipment Control operations
552 </para>
553 <indexterm zone="dvb-apps libdvbsec">
554 <primary sortas="c-libdvbsec">libdvbsec.so</primary>
555 </indexterm>
556 </listitem>
557 </varlistentry>
558
559 <varlistentry id="libesg">
560 <term><filename class="libraryfile">libesg.so</filename></term>
561 <listitem>
562 <para>
563 contains functions for an Electronic Service Guide parser
564 </para>
565 <indexterm zone="dvb-apps libesg">
566 <primary sortas="c-libesg">libesg.so</primary>
567 </indexterm>
568 </listitem>
569 </varlistentry>
570
571 <varlistentry id="libucsi">
572 <term><filename class="libraryfile">libucsi.so</filename></term>
573 <listitem>
574 <para>
575 is a Fast MPEG2 Transport Stream SI table parsing library
576 </para>
577 <indexterm zone="dvb-apps libucsi">
578 <primary sortas="c-libucsi">libucsi.so</primary>
579 </indexterm>
580 </listitem>
581 </varlistentry>
582 </variablelist>
583 </sect2>
584</sect1>
Note: See TracBrowser for help on using the repository browser.