Project

General

Profile

Faq » History » Version 1

Andreas Smas, 2011-05-03 22:29

1 1 Andreas Smas
h1. FAQ
2
3
h2. How do I interact with Tvheadend?
4
5
Tvheadend is controlled via a web user interface that runs on an internal HTTP server within Tvheadend. By default the HTTP server listens to port 9981. So if you have installed Tvheadend on your machine you can access the user interface by pointing your browser to http://localhost:9981.
6
7
h2. Help! I can’t login to the web user interface.
8
9
If you build Tvheadend from source and just execute it, it won’t let anyone in. The rationale behind this is that I (Andreas) think it is bad to have services running with wide open administrative access.
10
11
If you start Tvheadend with the ‘-C’ argument. A default user with no user-name or password will be created. Make sure that you later edit this via the Configuration / Access control tab in the web ui.
12
13
If you installed the Tvheadend debian package you should have been asked for a superuser username + password during the install. This super user account can not be modified from within Tvheadend itself. If you want to change it, you need to reconfigure the Debian package. To do that, execute the following line in a command prompt:
14
15
sudo dpkg-reconfigure hts-tvheadend
16
17
h2. Why does HTSP use TCP? I thought it was bad to use TCP for realtime sensitive traffic?
18
19
‘HTSP’ – (Home Tv Streaming Protocol), the protocol used for streaming TV, sending meta information updates and RPC between Tvheadend and a HTSP client uses a transmission scheduler with multiple queues on the Tvheadend side. This means that Tvheadend can measure the available bandwidth between itself and the media player and when congestion happens it’s even capable of dropping less important data (such as B-frames). HTSP has been tested over WAN links and DSL connections with no video or audio artefacts.
20
21
h2. Pausing live TV does not work at all or works badly!
22
23
Right, Tvheadend does not support timeshifting right now. So this is expected behaviour.
24
25
h2. Where does Tvheadend scan for XMLTV grabbers?
26
27
* /bin
28
* /usr/bin
29
* /usr/local/bin
30
* /usr/bin/perlbin/vendor
31
* All directories specified in the $PATH environment variable
32
33
h2. I think I found a bug
34
35
First, try to check in the Bug tracker that no one has already reported (or even fixed) the bug. If nothing seems appropriate there, contact the development via the methods described below.
36
My question is not answered here
37
38
Check the Forums if someone has already asked the same thing, if not, post about it.
39
40
There is also the option to contact us on IRC, visit #hts on irc.freenode.net