Hi Dave,
glad to hear the initial issue was sorted-out in the meanwhile.
And on a side-note, the wording "Live TV" used by me refers to "TV" - sorry, my fault. Depending on skin and UI language, it is sometimes difficult to find the right naming regarding the difference between
* TV = watching-live-tv-via-a-pvr-addon
versus
* TV = media-library-containing-tv-series
Anyway, now when it comes to your latest issue, I will try to assist - but note that I don't have a FireTV at hand, so I can't tell for any possible limitations with TVH (and the addon) that might be specific to this device.
Nevertheless, if there is a tvheadend client addon in the repository of Kodi when run on FireTV (and I assume you installed that), it should work.
I assume that the "HTSP not working" error message is shown on your TV screen, from inside Kodi, right?
More specifically: That message is NOT contained in the TVHeadend server's log file, correct?
I suspect a glitch in the configuration of streaming profiles and user settings.
Possible causes are
# the user used by Kodi's addon doesn't have the required access rights to use the required streaming profile
# there is no "default" streaming profile defined in TVH server and the Kodi addon uses "the default profile" (specified 0,zero, as the profile name)
# the profile used by the addon (determined by user settings in TVH server) doesn't include HTSP
# one of the HTSP ports configured in the Kodi addon is wrong (or blocked by some firewall?)
# a mix of the above :)
As you can see, your mileage may vary when trying to fix the problem.
If the above doesn't ring a bell regarding config changes you made, you will need to dig into your config.
FWIW, here's a high-level summary of what your config should include regarding the HTSP issue:
* On TVH server side, in the
Users
tab, highlight the line for the user that the Kodi addon uses, then click
EDIT
button above the table's header line. This should bring up the "Edit Access Entry" dialog window. Here, 2 entries are of interest for HTSP:
Streaming
should include "HTSP" and
Streaming Profiles
should include the name of a streaming profile that contains HTSP. When I say "include", it means that there may be additional values (separated by comma) than just "HTSP".
To check the streaming profiles, click the Stream
tab, then highlight the entry named "HTSP" and check that it is enabled
* On Kodi Addon configuration side, the HTSP ports specified should match with the ports used by the TVH server (defaults are 9981 and 9982)
Note that you cannot leave them blank. Also, the IP address/name cannot be left blank and should either be "127.0.0.1" or "localhost" if the TVH server is running on the same device as Kodi, or the name/IP of the machine where TVH is running.
If none of that helps, you're lost, need further info... please provide
* screenshots of the first and second config page of the Kodi addon config
* screenshots of the user config parameters inside TVH server
* screenshots of the streaming profile parameters inside TVH server
Sounds like an awfully complex thing to do, but with great fleyxibility and feature set comes the need to care about all the nuts and bolts. ;)
Cheers, Thomas