Skip to main content
tuliprox can feed live TV channels, EPG data and on-demand content to the three major self-hosted media servers. There are two integration paths:
  • M3U + XMLTV — all three servers support manual M3U tuner and XMLTV EPG entry.
  • HDHomeRun emulation — tuliprox advertises itself as a network tuner; the media server discovers it automatically.

Setting up via M3U and XMLTV

M3U playlist URL

Or using the REST alias:

EPG (XMLTV) URL

Configuration steps

  1. In Plex, go to Settings → Live TV & DVR → Set Up Plex DVR.
  2. Select Other Device when asked for a tuner type.
  3. Enter the M3U URL above.
  4. When prompted for an EPG source, enter the XMLTV URL.
  5. Complete the channel scan.
Set proxy: reverse in api-proxy.yml so Plex receives the stream directly from tuliprox:
api-proxy.yml

HDHomeRun integration path

For automatic device discovery without manual URL entry, enable HDHomeRun emulation. See the HDHomeRun integration guide for the full setup. Once configured, each media server discovers the virtual tuner on the LAN:
  • Plex: Settings → Live TV & DVR → Set Up Plex DVR (picks up the device automatically)
  • Jellyfin: Dashboard → Live TV → Add → HDHomeRun
  • Emby: Dashboard → Live TV → Add Tuner → HDHomeRun → Search

STRM file output for library integration

For VOD and series content, tuliprox can write .strm files that Plex, Jellyfin and Emby scan as local library items.
source.yml
Point a Plex library at /mnt/media/tuliprox-library and set the scanner to Plex Movie or Plex TV Series as appropriate.

STRM output options

username is required when using STRM output together with an xtream output on the same target. The username must match a credential in api-proxy.yml.

Naming conventions

tuliprox names .strm files and directories from the channel Caption field (the display name). Use the mapping and templates features to normalise names before they reach the STRM output, especially for series content where folder names must match what the media server expects. Enable flat: true to skip sub-directory creation — useful for live TV channels where you want a single flat directory of .strm files.