Skip to content

TVHeadend with 1.1

Chaz Larson edited this page Jun 10, 2019 · 1 revision

From osscombat

Just wanted to share my config that worked with Plex/Jellyfin.

I use TVHeadend with DVBT2 tuner as a source.

Telly is running on the same host as Plex/JF.

  Device-Auth: telly123
  Device-ID: 12345678
  Device-UUID: ''
  Device-Firmware-Name: hdhomeruntc_atsc
  Device-Firmware-Version: '20150826'
  Device-Friendly-Name: telly
  Device-Manufacturer: Silicondust
  Device-Model-Number: HDTC-2US
  SSDP: true
IPTV:
  Streams: 1
  Starting-Channel: 10000
  XMLTV-Channels: true
  FFMpeg = true
Log:
  Level: info
  Requests: true
Web:
  Base-Address: '127.0.0.1:6077'
  Listen-Address: '127.0.0.1:6077'
Source:
  - Name: ''
    Provider: Custom
    M3U: 'http://yourusername:password@TVH-ip-address:9981/playlist/channels.m3u'
    FilterRaw: false
    Sort: group-title
Clone this wiki locally