summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-web/website/contents/error/mythexpress.html
blob: 0525dfc6fe97304b70a8595b403bebe6ba76f06e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html>
<head>
<style type="text/css">@import "/frame.css";</style>
</head>

<body>
<h2>MythExpress is not enabled or installed</h2>
</br>
</br>
<h4>MythExpress is a browser-based interface to MythTV's HTTP streaming capability.</h4>
</br>
<div id="navcontainer">
    <ul id="navlist">
To enable MythExpress run these commands in a terminal:
    </br>
    <li>     pacman -Syyu mythexpress </li>
    <li>     add_service.sh mythexpress </li>
</ul>
</body>
</html>