HDHomeRun: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Robot: Substituting template: Name)
m (→‎= hdhomerun:// network protocol: either one too many = or one too less)
Line 19: Line 19:
The HDHome Run can be used in several PVR backends for full PVR features, including TV guides/EPGs, scheduled recordings, and more.
The HDHome Run can be used in several PVR backends for full PVR features, including TV guides/EPGs, scheduled recordings, and more.


== hdhomerun:// network protocol =
= hdhomerun:// network protocol =
{{Notice|The HDHomeRun "protocol" described in this section may be dropped from XBMC's core in the future in favor of HDHomeRun's [[UPnP]] features and XBMC's [[PVR]] functionality, which can better handle talking to HDHomeRun devices. Because of this, expect support for this feature to be limited going forward. It should still work as of XBMC v13 Gotham.}}
{{Notice|The HDHomeRun "protocol" described in this section may be dropped from XBMC's core in the future in favor of HDHomeRun's [[UPnP]] features and XBMC's [[PVR]] functionality, which can better handle talking to HDHomeRun devices. Because of this, expect support for this feature to be limited going forward. It should still work as of XBMC v13 Gotham.}}
The hdhomerun:// protocol was released as a supported source in XBMC Media Center 8.10 and later.
The hdhomerun:// protocol was released as a supported source in XBMC Media Center 8.10 and later.

Revision as of 15:42, 22 June 2014

Having an HDHomeRun box on your network allows you to watch Live TV directly from XBMC.

What is HDHomeRun?

HDHomeRun by SiliconDust is a stand-alone networked TV/HDTV tuner box available in two models, one ATSC (American market) model and one DVB-T/DVB-C model (Europe/Australia/New Zealand/Taiwan).

You connect the TV antenna cable to the HDHomeRun box and it will scan and tune all channels and, via its built-in network port, the HDHomeRun box will share and stream the channels over a local network using supported clients, such as XBMC.

UPnP/DLNA

Newer HDHome Run devices can act as UPnP/DLNA servers, which allow setting up in XBMC to be as easy as adding a normal UPnP file source.

Video guides

Setting up the HDHome Run Prime and Raspberry Pi for cable TV in the US

PVR/Live TV

The HDHome Run can be used in several PVR backends for full PVR features, including TV guides/EPGs, scheduled recordings, and more.

hdhomerun:// network protocol

Emblem-important-yellow.png NOTICE:
The HDHomeRun "protocol" described in this section may be dropped from XBMC's core in the future in favor of HDHomeRun's UPnP features and XBMC's PVR functionality, which can better handle talking to HDHomeRun devices. Because of this, expect support for this feature to be limited going forward. It should still work as of XBMC v13 Gotham.

The hdhomerun:// protocol was released as a supported source in XBMC Media Center 8.10 and later.

To communicate with a HDHomeRun, add a new Source in the videos section of XBMC; the source should have a URL that looks like:

<xml>
<source>
  <name>HDHomeRun</name>
  <path>hdhomerun://</path>
</source>
</xml>

How to use the hdhomerun protocol

  1. We assume that your HDHomeRun device is up and running in your network and is accessible from the XBMC computer. To test that add a new video source and in a Browse dialog select an HDHomeRun device: after clicking on it XBMC will perform a network search and show you the list of available HDHomeRun devices. Verify that your device is in the list. You don't have to complete adding a new source and may click cancel at this point.
  2. XBMC accesses a live TV network video stream from an HDHomeRun device via a URL using a built-in HDHomeRun driver. You can either configure a corresponding video source for each channel that you want to watch from the HDHomeRun or you can generate a list of text files with .strm extension each of them containing a single URL line that points to a certain channel.
  3. To generate .strm files on a Windows computer see Windows HDHomerun Stream Builder or this guide. For a Linux or Mac OS X machine see here.
    • Note: these scripts generate different output. If one didn't work for you, try another. For combination Eden beta/Fedora 16/HDHR Prime/Comcast Bay Area, hdhomeruntoolbox worked, while hdhr-mkchan did not.
  4. When you have the .strm files copy them to some folder on your XBMC machine and then create a new video source and point it to that folder. When you select that video source you'll see a list of .strm files. By clicking on any of them XBMC will play back a corresponding live TV channel. Switching channels is done exactly like switching between movies: stop the currently viewed channel then select and click on another one in the list.
  5. For XBMC on Windows to play live TV from an HDHomeRun you need to manually configure a firewall if it's turned on. Add a new rule for an application, select XBMC executable and then select "private" network and you are done.
  6. If you have any problems with configuring XBMC for HDHomeRun use reach out for help here.

External Links