summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/local-website/htdocs/mythtv-doc/mythtv-HOWTO-19.html
blob: f9e99694228b7d8a0ee671d1cf69a22eeb5c15f5 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
 <TITLE>Installing and using MythTV: MythVideo.</TITLE>
 <LINK HREF="mythtv-HOWTO-20.html" REL=next>
 <LINK HREF="mythtv-HOWTO-18.html" REL=previous>
 <LINK HREF="mythtv-HOWTO.html#toc19" REL=contents>
</HEAD>
<BODY>
<A HREF="mythtv-HOWTO-20.html">Next</A>
<A HREF="mythtv-HOWTO-18.html">Previous</A>
<A HREF="mythtv-HOWTO.html#toc19">Contents</A>
<HR>
<H2><A NAME="s19">19.</A> <A HREF="mythtv-HOWTO.html#toc19">MythVideo.</A></H2>

<P>MythVideo is a part of the <B>mythplugins</B> package.  See 
<A HREF="mythtv-HOWTO-13.html#mythplugins_">MythPlugins</A> for instructions on downloading the
tarball.</P>
<P>MythVideo will allow you to use an external program to watch media files
that are not directly supported by MythTV.</P>
<P>
<BLOCKQUOTE><CODE>
<PRE>
$ cd ~/mythplugins-0.21
$ ./configure --disable-all --enable-mythvideo
$ qmake mythplugins.pro
$ make
$ su
# make install
# exit
</PRE>
</CODE></BLOCKQUOTE>
</P>
<P>See MythVideo's <CODE>README</CODE> file for additional information.</P>

<HR>
<A HREF="mythtv-HOWTO-20.html">Next</A>
<A HREF="mythtv-HOWTO-18.html">Previous</A>
<A HREF="mythtv-HOWTO.html#toc19">Contents</A>
</BODY>
</HTML>