diff --git a/docs/html/features.html b/docs/html/features.html index dfa20c4f..a429b537 100644 --- a/docs/html/features.html +++ b/docs/html/features.html @@ -17,8 +17,8 @@
Output targets
-
Showtime Mediaplayer (HTSP) -
Digital Video Recorder +
HTSP (Home TV Streaming Protocl), supported by Showtime Mediaplayer and +
Built-in Digital Video Recorder
Built in modern web user interface diff --git a/docs/html/install.html b/docs/html/install.html index 28b32807..f3534e19 100644 --- a/docs/html/install.html +++ b/docs/html/install.html @@ -23,10 +23,6 @@ Parts of this documentation is also available in the Tvheadend man page. Default is to use the 'video' group. If the 'video' group does not exist, gid 1 (daemon) will be used. -
-s path -
- Store settings in path. Default values varies depending on if - daemonizing or not. See settings storage section below for details. @@ -47,16 +43,7 @@ Parts of this documentation is also available in the Tvheadend man page.
Settings storage
- Settings are stored in different locations depending on how Tvheadend - was started. -

- If the (-s) argument is given, that path is always used. -

- Otherwise, tvheadend will try to store settings in /var/lib/hts/tvheadend. - If this is not possible (due to access permission restriction) it will store - it in the current user home directory under .hts/tvheadend. -

- If daemonizing, tvheadend will writes its running pid in /var/run/tvheadend.pid + Settings are loaded/stored in $HOME/.hts/tvheadend.

Logging
@@ -95,14 +82,5 @@ Parts of this documentation is also available in the Tvheadend man page. To limit access, please read the section about 'Access Control' in the configuration chapter. - -
Building Tvheadend from source -
- If you want to build tvheadend from source, visit - this page. - Please notice that wiki development site only reflects the work - in 'trunk' (current development version). - The instructions should not deviate much should you want to - build a released version from source, but you never know.