tellytv / telly

An IPTV proxy
MIT License
751 stars 105 forks source link

Telly 1.1 config for TVHeadend tuner #243

Closed osscombat closed 5 years ago

osscombat commented 5 years ago

Just wanted to share my config that worked with Plex/Jellyfin, hope this could be useful for a Wiki. 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
tmm1 commented 5 years ago

@osscombat thanks for sharing. Can you add triple-backticks so the formatting is not all broken?

chazlarson commented 5 years ago

Added to wiki.