Skip to content

Instantly share code, notes, and snippets.

@jmrr
Created March 22, 2018 08:16
Show Gist options
  • Save jmrr/e99ff2764a8840eac4e8411ac1c3ab89 to your computer and use it in GitHub Desktop.
Save jmrr/e99ff2764a8840eac4e8411ac1c3ab89 to your computer and use it in GitHub Desktop.
Tvheadend quickstart

hts user

Tvheadend works "as a service" making use of a dedicated user: hts. Therefore its files and configuration are stored under /home/hts

tvheadend usage

Start the daemon

Tvheadend works with upstart therefore to start/stop/restart the service:

sudo /etc/init.d/tvheadend start

Use the web interface

The Tvheadend daemon uses port 9981, therefore to access the web interface, point your browser to

http://localhost:9981

Login credentials are stored in /home/hts/.hts/tvheadend/superuser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment