summaryrefslogtreecommitdiff
path: root/linux/Documentation/dvb/faq.txt
diff options
context:
space:
mode:
Diffstat (limited to 'linux/Documentation/dvb/faq.txt')
-rw-r--r--linux/Documentation/dvb/faq.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/linux/Documentation/dvb/faq.txt b/linux/Documentation/dvb/faq.txt
index ba743da79..3bf51e45c 100644
--- a/linux/Documentation/dvb/faq.txt
+++ b/linux/Documentation/dvb/faq.txt
@@ -35,7 +35,7 @@ Some very frequently asked questions about linuxtv-dvb
Note: Only very recent versions of Mplayer and xine can decode.
MPEG2 transport streams (TS) directly. Then, run
'[sct]zap channelname -r' in one xterm, and keep it running,
- and start 'mplayer - < /dev/dvb/adapter0/dvr0' or
+ and start 'mplayer - < /dev/dvb/adapter0/dvr0' or
'xine stdin://mpeg2 < /dev/dvb/adapter0/dvr0' in a second xterm.
That's all far from perfect, but it seems no one has written
a nice DVB application which includes a builtin software MPEG
@@ -93,7 +93,7 @@ Some very frequently asked questions about linuxtv-dvb
http://www.mythtv.org/
MythTV - analog TV PVR, but now with DVB support, too
(with software MPEG decode)
-
+
http://dvbsnoop.sourceforge.net/
DVB sniffer program to monitor, analyze, debug, dump
or view dvb/mpeg/dsm-cc/mhp stream information (TS,
@@ -129,25 +129,25 @@ Some very frequently asked questions about linuxtv-dvb
$ "echo 0 > /proc/sys/net/ipv4/conf/dvb0/rp_filter"
7. What the hell are all those modules that need to be loaded?
-
+
For a dvb-ttpci av7110 based full-featured card the following
modules are loaded:
- videodev: Video4Linux core module. This is the base module that
gives you access to the "analog" tv picture of the av7110 mpeg2
decoder.
-
+
- v4l2-common: common functions for Video4Linux-2 drivers
-
+
- v4l1-compat: backward compatiblity layer for Video4Linux-1 legacy
applications
- dvb-core: DVB core module. This provides you with the
/dev/dvb/adapter entries
-
+
- saa7146: SAA7146 core driver. This is need to access any SAA7146
based card in your system.
-
+
- saa7146_vv: SAA7146 video and vbi functions. These are only needed
for full-featured cards.