summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/local-website/htdocs
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-08-01 22:58:53 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-08-01 22:58:53 (GMT)
commit61344e5f8def4236eadfb43c1efd30bc65c21394 (patch)
tree4c990c182d455b17782d822a68f77458409ff97b /abs/core-testing/local-website/htdocs
parentac63926cf72b4018ffc24fc69e4d56cfdffb75c5 (diff)
downloadlinhes_pkgbuild-61344e5f8def4236eadfb43c1efd30bc65c21394.zip
linhes_pkgbuild-61344e5f8def4236eadfb43c1efd30bc65c21394.tar.gz
linhes_pkgbuild-61344e5f8def4236eadfb43c1efd30bc65c21394.tar.bz2
local-website:Added link and file for mediaserv.
Diffstat (limited to 'abs/core-testing/local-website/htdocs')
-rw-r--r--abs/core-testing/local-website/htdocs/index.html13
-rwxr-xr-xabs/core-testing/local-website/htdocs/mediaserv.php4
2 files changed, 14 insertions, 3 deletions
diff --git a/abs/core-testing/local-website/htdocs/index.html b/abs/core-testing/local-website/htdocs/index.html
index c77629d..4cd5736 100644
--- a/abs/core-testing/local-website/htdocs/index.html
+++ b/abs/core-testing/local-website/htdocs/index.html
@@ -90,9 +90,16 @@
&nbsp;&nbsp;&nbsp; FUPPES - Free UPnP Entertainment Service. &nbsp;A
UPnP to be used inplace of the UPnP server that comes with MythTV.
&nbsp;If the UPnP that comes with MythTV doesn't work for you, you can
-try FUPPES.
-
- </p><p><a href="http://192.168.1.253/rrd/index.html"><b>RRDTool</b></a>: <br>
+try FUPPES.</p><p><a style="font-weight: bold;" href="http://192.168.1.253/mediaserv.php"><span style="text-decoration: underline;">Mediaserv</span></a><br>
+&nbsp;&nbsp;&nbsp; Mediaserv - A on-demand transcoding server for
+videos. &nbsp;Mediaserv is designed to transcode video in a format
+playable on the Nokia Internet Tablets. &nbsp;However it works well at
+transcoding and streaming&nbsp;to any device. &nbsp;As longs as the
+device will playback AVIs (think streaming to any browser!). &nbsp;By
+default, we have it set to link to
+TV recordings (pretty) and your video directory. &nbsp;Additionally if
+you want it to stream contents from a network share, it will! &nbsp;ln
+-s /path/to/share /myth/mediaserv/media/ </p><p><a href="http://192.168.1.253/rrd/index.html"><b>RRDTool</b></a>: <br>
&nbsp; &nbsp; Hardware status graphs.
</p>
diff --git a/abs/core-testing/local-website/htdocs/mediaserv.php b/abs/core-testing/local-website/htdocs/mediaserv.php
new file mode 100755
index 0000000..832dec5
--- /dev/null
+++ b/abs/core-testing/local-website/htdocs/mediaserv.php
@@ -0,0 +1,4 @@
+<?php
+$HTTP_HOST = getenv('HTTP_HOST');
+header("Location: http://$HTTP_HOST:8090/");
+?>