Archive:HTS Tvheadend: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Undo revision 34618. If you have a specific link/tutorial, that would be great. No general links on this page. Also, did a search and there's one post about HTS-TVH, and it wasn't very good at all...)
No edit summary
Line 41: Line 41:
* [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|Sources]]
[[Category:File Sharing]]
[[Category:PVR]]
[[Category:PVR]]

Revision as of 15:37, 30 December 2011

Template:XBMC wiki toc 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