This is an old revision of the document!
HDHomeRun HTTP Development Guide
Channel List
The list of available channels can be queried using the following URLs:
http:<device ip>/lineup.json
http:<device ip>/lineup.xml
The following information is returned for each program:
- “GuideNumber” (virtual channel number). For ATSC the number will be “n.n” format. For all other systems the number will be “n” format.
- “GuideName” in UTF-8 format. Client must support UTF-8 character encoding.
- “Tags” in comma-separated-value format. The following tags are supported:
- “favorite” indicates the user has marked this channel as a favorite channel.
- “drm” indicates this channel requires the use of end-to-end copy protection.
- “URL” for sourcing the video for this channel.