URLs - rocky4546/tvheadend-locast GitHub Wiki

Access to the URLs via the main URL http://[IP address]:[port]/ The default port is 6077, so if installed on the local computer, the browser URL would be http://localhost:6077/

Otherwise, you can use the IP address of the server where it is installed. All URLs have the ability to filter by plugin namespace and instance. The values are case insensitive. As an example, if you have the Locast plugin with an instance called 'denver', then the url can be /Locast/Denver/lineup.json /locast/lineup.json /lineup.json Removing the instance will give all channels for Locast while removing Locast will give all channels in the database.

  • Home Page: /
  • HDHomerun URLs:
    • /discover.json - HDHR - provides service metadata
    • /lineup_status.json - HDHR - provides the stream source information
    • /lineup.json - HDHR - provides a list of channel favorites with metadata in JSON format
    • /lineup.xml - HDHR - Channel list in XML format
    • /device.xml - HDHR - DLNA/SSDP device description response
  • New URLs:
    • /channels.m3u - M3U formatted channel list
    • /xmltv.xml - XMLTV formatted EPG
    • /playlist - Same as channels.m3u. Used to launch video player with channel list, such as, VLC.
  • Streaming URLs:
    • /watch/[#id]
    • /auto/v[#id]
    • /auto/v[channel number] (HDHomerun format)