Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] telly - IPTV on Plex Live TV

Featured Replies

All the variables have changed in the last update and you need either change them or you can use my xml that ill attach to this post.

 

Telly.xml

Edited by Porkie

  • Replies 115
  • Views 64.2k
  • Created
  • Last Reply

may i ask where to put the xml ?

 

currenty telly doesnt use any /appdata ... so inside the docker ?

 

or may just reinstall the docker ?

add it to your flash drive under /tower/flash/config/plugins/dockerMan/templates-user. Then just install by going to the docker tab/add container then it will be in your template list.

may a question to the variable stream

 

nevermind what i put there, Plex always recognizes 1 Tuner, when i now would start recordings with more then 1 stream at once ... does this even work ?

 

hard to test currently here as its almost not working at all ... i guess i would have to cleanup cause i kept another tuner there (Enigma2) and telly even as primary almost never works here, i will test this when time with only telly as tuner, but would be senseless if there would be only 1 stream possible ...

I never noticed that until you just said, Ill check it now.

It was a typo my fault, I had TELLY_IPTV_STEAMS instead of TELLY_IPTV_STREAMS. Just edit the variable. Sorry :) The xml is fixed in my original post.

Edited by Porkie

ok, after some tests i dont get it working properly with TVH as backend.

 

mostly channels dont load, plex stops with cannot tune into channel.

 

some logs from telly, no idea if they are helpful ...

 

time="2018-08-14T05:04:00Z" level=info fields.time="2018-08-14T05:04:00Z" ipAddress=192.168.1.2 latency="136.519µs" method=GET path=/lineup.json status=200 userAgent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36"
time="2018-08-14T05:04:00Z" level=info fields.time="2018-08-14T05:04:00Z" ipAddress=192.168.1.2 latency="14.652µs" method=GET path=/stream/aHR0cDovLzE5Mi4xNjguMS4yOjk5ODEvc3RyZWFtL2NoYW5uZWxpZC80MzkyMjM2NTE/dGlja2V0PWVlZjA2MDE4MzhjZjY3YWFlMmZkOTg3YzU3YzNhOTRjNzE1NDYyZTEmcHJvZmlsZT1wYXNz status=404 userAgent=Lavf/58.9.100
time="2018-08-14T05:04:06Z" level=info fields.time="2018-08-14T05:04:06Z" ipAddress=192.168.1.2 latency="45.483µs" method=GET path=/device.xml status=200 userAgent="UPnP/1.0 DLNADOC/1.50 Platinum/1.0.5.13"
time="2018-08-14T05:04:21Z" level=info fields.time="2018-08-14T05:04:21Z" ipAddress=192.168.1.2 latency="29.08µs" method=GET path=/device.xml status=200 userAgent="UPnP/1.0 DLNADOC/1.50 Platinum/1.0.5.13"
time="2018-08-14T05:04:36Z" level=info fields.time="2018-08-14T05:04:36Z" ipAddress=192.168.1.2 latency="28.637µs" method=GET path=/device.xml status=200 userAgent="UPnP/1.0 DLNADOC/1.50 Platinum/1.0.5.13"
time="2018-08-14T05:04:47Z" level=info fields.time="2018-08-14T05:04:47Z" ipAddress=192.168.1.2 latency="176.77µs" method=GET path=/lineup.json status=200 userAgent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36"
time="2018-08-14T05:04:51Z" level=info fields.time="2018-08-14T05:04:51Z" ipAddress=192.168.1.2 latency="60.764µs" method=GET path=/device.xml status=200 userAgent="UPnP/1.0 DLNADOC/1.50 Platinum/1.0.5.13"

 

what makes me wonder, some channels work sometimes, some never ... i use the .m3u from 192.168.....:9981/playlist provided by tvheadend,

anything to edit there to get it working ?

 

currently i dropped back to the enigma HR Tuner proxy from my receiver, there i get ~ 100% working coverage.

TVHProxy also had some issues sometimes specially when recording, coveres ~ 90%, others are dropped recordings.

 

as i would prefer TVH as its on the same mashine it would be nice to switch away from enigma, thats why i tryed telly now.

 

may an idea what could be the reason ?

 

For an Tipp, thanks ahead ;)

 

Telly config

image.thumb.png.d5e657bc310221874f28bae7083d991f.png

 

Docker run command

 

Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='telly' --net='bridge' -e TZ="Europe/Berlin" -e HOST_OS="unRAID" -e 'TELLY_IPTV_STREAMS'='8' -e 'TELLY_IPTV_PLAYLIST'='/tmp/channels.m3u' -e 'TELLY_WEB_BASE_ADDRESS'='192.168.1.2:6077' -e '--discovery.ssdp'='true' -e 'TELLY_LOG_REQUESTS'='true' -e 'TELLY_FILTER_REGEX_MODE'='true' -e 'TELLY_WEB_LISTEN_ADDRESS'='0.0.0.0:6077' -p '6077:6077/tcp' -v '/mnt/user/appdata/telly/':'/tmp':'rw' 'tombowditch/telly' 

a8751c05a83f38ca20a47354a3a972a582c6c7ad85c2e1e1c900507c0daf4a37

The command finished successfully!

How come your using TVH with it, there's no need to that the whole point of Telly. Also the devs had said there is a bug with amd64 leaving a \ somewhere. This can affect some streams resulting in a 404 until they fix it.

thanks for the info, then i can quit trying ;)

 

about the point, TVH also provides satip streaming (m3u), so, if reliable a nice way to use TVH directly as backend for PLEX, specially for recording TV.

 

Is it possible to run Telly (192.168.1.10) and Plex (192.168.1.11) on separate machines?  I have Telly setup using --web.listen-address=192.168.1.10:5004 and it seems to be working as it  pulls from my M3U file.  After setting up Plex DVR to point to 192.168.1.10:5004, Plex finds all the channels and loads EPG but won't play any channels.  When I visit 192.168.1.10:5004/lineup.json I can see all the channels but they have a 127.0.0.1 address which is wrong as it's referencing the localhost here rather than the address I specified so Plex cannot access the channels.

 

The reason I want them on separate machines is I run Telly over internet VPN for privacy but don't Plex on the same machine as it breaks Plex remote access.

 

edit:  just added the --iptv.direct to rempove obfuscating the address and it works.  So it looks like it doesn't work because it's presenting the localhost address?

further edit:  had to also change the --web.base-address as well and it now works

 

Many thanks!

Edited by richierich
Updated post

hi, noob here, I've been trying to add telly to my unraid via CA, and was able to do it a couple of days ago, but now I get an error

 

 

 

Pulling image: tombowditch/telly:latest


TOTAL DATA PULLED: 0 B

 

 

Command:root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='telly' --net='bridge' -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e 'STREAMS'='1' -e 'PLAYLIST'='http://api.xxxx.tv/vget?username=XXXX&password=XXXX&format=ts' -e 'USEREGEX'='' -p '6077:6077/tcp' -v '/mnt/user/appdata/telly/tmp':'/tmp':'rw' 'tombowditch/telly' 

Unable to find image 'tombowditch/telly:latest' locally
/usr/bin/docker: Error response from daemon: pull access denied for tombowditch/telly, repository does not exist or may require 'docker login'.
See '/usr/bin/docker run --help'.

The command failed.

 

 

 

 

I removed some details from provider, can anyone help ? Thank you !

Same problem, repository not available ?

The repo has changed, it is now tellytv/telly. There is also a new branch dev. If you want to use the dev branch use the tag tellytv/telly:dev or if you need ffmpeg tellytv/telly:dev-ffmpeg. If you use the new beta/dev tags then you need to create a new xml but it a simple one. Also you will need to create a telly.config.toml and add it to your mapped folder for example /mnt/user/appdata/telly.

 

You can find info or a base config file at https://github.com/tellytv/telly/tree/dev. Here is a screenshot of my xml for the new beta for people that need it.

 

TTDh2EM.png

First, I would like to thank you Porkie, I used your first xml to run my first telly and it worked last week. Second, I see the changes that you have highlighted are significant enough for me to take the time to learn how to create a docker manually, since I have never done that, I'll take the day and try to learn how to do that today. Thank you !

Edited by djangostar

  • 2 weeks later...
On 8/13/2018 at 10:38 PM, Porkie said:

All the variables have changed in the last update and you need either change them or you can use my xml that ill attach to this post.

 

Telly.xml

This doesn't seem to be available anymore, any chance it could be re-uploaded?  thanks in advance

Hi all

 

I got this message when i try to installed the program

 

/usr/bin/docker: Error response from daemon: pull access denied for tombowditch/telly, repository does not exist or may require 'docker login'.
See '/usr/bin/docker run --help'.

 

 

What should i do ?

 

thx

The repository has been deleted by the OP from dockerHub.  This application is now removed from CA.  You can probably enable dockerHub searches and search for TellyTV from the Apps tab

Edited by dockerPolice

19 hours ago, dockerPolice said:

The repository has been deleted by the OP from dockerHub.  This application is now removed from CA.  You can probably enable dockerHub searches and search for TellyTV from the Apps tab

thx

Hi, is telly dead? any plans for getting it back into CA? or other apps i should use to get pvr&iptv?

 

btw. anyhow can recommend a good iptv provider for USA and UK content? (great if it also have australian tv)

 

it is looking dead I am afraid. It was great until the code changed and looks like it has gone.  I have been using xteve for about a month which does the same as telly and more I have never had an issue with it so give it a try!

9 hours ago, mbc0 said:

it is looking dead I am afraid. It was great until the code changed and looks like it has gone.  I have been using xteve for about a month which does the same as telly and more I have never had an issue with it so give it a try!

I think it may have just went low-profile. Their discord is active.

Telly is far from dead, just because this topic is not active does not mean to say its dead. Telly has actually been under quite a lot of development to make things better for the future. You can join the discord channel or look on the GitHub page to see how active it is. 

 

Discord link https://discord.gg/czzvsf

Edited by Porkie

On 9/11/2018 at 7:18 AM, mbc0 said:

it is looking dead I am afraid. It was great until the code changed and looks like it has gone.  I have been using xteve for about a month which does the same as telly and more I have never had an issue with it so give it a try!

Would be awesome if someone could help out the non-techies by creating a docker for xteve or the new telly.  I'll help anyway I can to test it...

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.