Archive:HTS Tvheadend: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Robot: Changing Category:File Sharing to Category:File sharing)
mNo edit summary
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{divbox|orange||'''Note:''' This page describes a simple method for viewing live streams from a TVheadend backend. For full PVR features see [[PVR]] and [[Add-on:Tvheadend HTSP Client]]}}
{{outdated|raw= {{#lst:Archive:Kodi v15 (Isengard) FAQ|HTSP}} }}
 
Tvheadend is part of the HTS (Home Theater System) project hosted at http://www.lonelycoder.com/hts/
Tvheadend is part of the HTS (Home Theater System) project hosted at http://www.lonelycoder.com/hts/


Line 16: Line 17:


== tvheadend in XBMC ==
== tvheadend in XBMC ==
This type of media source will contact to a [[HTS Tvheadend|HTS Tvheadend backend]] and allows you to watch Live TV.<br />
This type of media source will contact to a HTS Tvheadend backend and allows you to watch Live TV.<br />




Line 40: Line 41:
* [https://www.lonelycoder.com/hts/tvheadend_overview.html tvheadend official website]
* [https://www.lonelycoder.com/hts/tvheadend_overview.html tvheadend official website]
* [http://www.lonelycoder.com/hts/tvheadend/docs/2_12/index.html tvheadend 2.12 documentaion]
* [http://www.lonelycoder.com/hts/tvheadend/docs/2_12/index.html tvheadend 2.12 documentaion]
[[Category:File sharing]]
[[Category:Live TV]]

Latest revision as of 03:33, 31 July 2020

Time.png THIS PAGE IS OUTDATED:

The HTSP protocol was a way for older versions of Kodi/XBMC to access Tvheadend before PVR]]/live TV features were officially added to Kodi/XBMC. Now that PVR/live TV has been supported since v12.0 (January 29th, 2013), and replaced the need for HTSP support, the HTSP protocol has finally been retired. Please see our PVR]] guide for details on how to set up the Tvheadend PVR add-on.

Tvheadend is part of the HTS (Home Theater System) project hosted at http://www.lonelycoder.com/hts/

It functions primarily as a TV streaming backend for HTS's own Showtime Mediaplayer but can be used standalone for other purposes, such as a Digital Video Recorder.

tvheadend

You can access tvheadend's WebGUI (Web User-Interface) by accessing http://ipaddress:9981 and setup your DVB TV-adapter and probe channels. Once all is set, go to XBMC, and Add source "htsp://ipaddress:9982". If tvheadend's WebGUI found any channels, you should now be able to access those and enjoy Live TV function in XBMC.

You can use the webui to schedule recordings, at the moment, you cannot record from within XBMC itself :/

Support

tvheadend in XBMC

This type of media source will contact to a HTS Tvheadend backend and allows you to watch Live TV.


<xml>
  <name>HTS Tvheadend</name>
  <path>htsp://ipaddress:9982</path>
</xml>


If you have authentication enabled on your tvheadend backend (which is the default if, say, you've installed it using a .deb package) then you can specify the authentication credentials in the source as follows


<xml>
  <name>HTS Tvheadend</name>
  <path>htsp://username:password@ipaddress:9982</path>
</xml>

External Links