Jump to content

manolodf

Members
  • Posts

    222
  • Joined

  • Last visited

Everything posted by manolodf

  1. I am not sure if it helps, but I have Plex in Host Mode as well, and I have telly in Bridge under same IP as Plex Runs. In Plex when searching for the Live TV I enter 192.168.0.XXX:6077 192.168.0.XXX is the IP plex and telly run on and then I hit continue and it works. Just an FYI on the plex screen to add the tuner you MUST enter the address, and you cannot use "localhost" but instead enter the IP itself. If you go in a browser to http://Your-Telly-IP-Address:6077/lineup.json do you get the list of your channels?
  2. Whoops, how do I edit my signature? Because I dont see it, I actually have an i7-7700 now, I think I got it working actually, see the (HW) when transcoding.
  3. I think that is just the UPNP, so if you manually enter the address and port you should be able to hit continue and it should work. go to youripaddress:6077/lineup.json and make sure channel list is there. On plex just hit continue even though you dont see it, it may just work. Post on the Telly support thread as Tom and them are very good at helping.
  4. I have attempted the instructions but do not see the (HW) next to a transcode just yet. I was wondering if I needed to add this line to the go file: chown -R nobody:users /dev/dri I saw that on another thread and my current one has ownership of root:video 226 on renderD128 and the /dev/dri folder is root:root
  5. Just from the chit-chat it seems some are using Vaders, others are using Flawless, among others.
  6. I agree, anything that simplified the integration into Plex of the sensitive epg data is most welcome. If we can come up with a solution using the m3u-epg-editor even better.
  7. I had a similar issue when I added 2 tuners on different ports (I had 6077 and 6078) as well as different paths for the containers, and for some reason after a while it would let me modify the list of mapping, I did restart plex, and restarted the 2nd instance of telly and eventually a bit after it finished the EPG refresh it would allow me to modify the mapping, not sure what specifically it was, but I was able to. I know they are working to make the UPNP work so plex can see it online constantly, but at the current time it doesnt return a call back so plex may think its offline when its not.
  8. Since its designed do simulate an OTA Tuner that normally gets 30-40 channels tops, that is why an IPTV with hundreds of channels overwhelms it. Would be great if it didnt, but I think its just not designed for that.
  9. Is it over ~420 Channels? Plex seems to not like above that amount. Have you tried different URL extension, if it has .gz maybe just ending in .xml? Some providers may have multiple sources at EPG Urls
  10. I think there may be improvements but EPG data is typically up to your IPTV Provider to supply. Some URLs do work on Plex from IPTV provider but if I remember someone correctly I think it has to be .xml and not .xml.gz on the URL so it is a bit finicky with that. But EPG data is more up to Plex and your IPTV Provider to supply EPG and letting plex pull that in. From what I understand it is not something that gets proxied. Not sure if someone has successfully played with webgrabplus to emit an EPG.xml file that will work well, or if at some point plex is able to receive xstream-editor xml url properly.
  11. You would enter the EPG information directly on Plex when you set it up live TV, it gives you the option to enter your own EPG source. Otherwise you can have Plex source EPG if you simulate a local Provider.
  12. Hey all, here are some quick setup instructions. Telly is now part of Community Applications for Unraid so it is much easier. 1. Go to the Apps Tab of your Unraid Control Panel. 2. Search for "Telly" in the Community Applications search bar. You should see Telly by tombowditch in the search results. Click the blue Install Icon. 3. Fill in the configuration options to your likings, set the # of streams your provider allows, the url or file path to your m3u file from your provider and any other commands. You can also map any other paths or modify them to your needs.
  13. If you add the Docker Template Repo to your dockers page, then you hit add container and load from that template it will give you all the templated fields and instructions for setup. There you will get the normal template, which if you have any questions feel free to ask. You can also map /tmp to your app data folder if you wish. https://github.com/tombowditch/docker-templates
  14. I think Tombowditch was going to create a new topic with the title: [Support] Telly - IPTV on Plex Live TV Then have that one moved to the support section since he will be the owner and he is the creator and dev of the app. I think he will do that tomorrow when he is back, then can you move that thread over to the right section?
  15. Updated Official Docker Hub: https://hub.docker.com/r/tombowditch/telly/ New Template Repository: https://github.com/tombowditch/docker-templates
  16. Porkie was able to take good part of that configuration, the only thing missing was adding a path for /tmp to a directory either in appdata or on a user share which is where Telly is supposed to download the m3u file when using an URL. That part still I think is a work in progress. What we could not figure out that you perhaps may know, is how to possibly run the sed commands that they mention in GitHub on this container? Do you have any idea where they would go, or how to insert them in case it is needed to parse the m3u url?
  17. Another user on a different forum posted a screenshot of how they setup their container, and that should help configure the container, the only difference would be to enter an http url instead of an actual file on the -playlist argument, but its a good starting spot https://forum.linuxserver.io/thread-569-post-2932.html#pid2932
  18. It does seem promising, the dev on Reddit messaged me and told me the update tonight should allow for URL support of the m3u file, still hoping someone can make a clean unraid container, but the Telly itself sounds very very promising for a perfect use. Definitely interested in where it goes. Can someone interpret how to properly place the commands and variables on the current docker available? What should go where in order to make it work in unraid properly? I dont fully understand that.
  19. Have you checked out the Telly container someone created? It basically is an all in one that seems to have potential.
  20. I would also love to see someone or even the very awesome unraid docker builders linuxserver.io port to Unraid in a user friendly way. Would be great to be able to use any IPTV m3u to feed into plex with their upcoming grid guides, correct channel identification and epg.
  21. I am not that familiar with it, but I do see it says port 80 MUST be set as port 80, so perhaps your changing of the port is causing an issue? I did get a post on the linuxserver.io forum about a docker called Telly, it may work better? https://forum.linuxserver.io/thread-464-post-2925.html#pid2925 Another one I tried was Antennas which had a more visible GUI. https://hub.docker.com/r/thejf/antennas/~/dockerfile/
  22. Hi, I am trying to install the TVhproxy docker, and well I would love to getting to the part where I run into a mistake I made on the docker to get it working, but at the moment trying to install the docker just gives me a blank page. No matter if I set it as Host, Bridge or assign new IP I just cannot get the docker to install, just a blank page. I have attempted every network type, I have attempted also to manually assign ports 80 and 5004, I have set the correct username and password and IP of tvheadend. Not sure if this is a cause or something, but something I found strange is that when I click on "Show deployed host ports" and "Show deployed ip addresses" it just does not show anything, unlike other dockers that do show me all the ports I have used up. Is there something else I need to have in unraid network settings by chance? Let me know if there is anything I can supply to help diagnose. I do see this in the log files: Jan 22 21:18:50 Tower root: error: /Apps/AddContainer?xmlTemplate=default:/tmp/community.applications/tempFiles/templates-community-apps/9.xml: missing csrf_token Jan 22 21:19:55 Tower root: error: /Apps/AddContainer?xmlTemplate=default:/tmp/community.applications/tempFiles/templates-community-apps/9.xml: missing csrf_token
  23. Unfortunately my backup of the flash is older and does not have that file , and i cannot find that file yet. But if I can get a link to someone's file via PM I would greatly appreciate it.
  24. Thanks, I was just wondering if there was a quicker way to fix staying on V5, I know i need to go to V6, I just have been dreading and dont want to right now necessarily invest the hours needed to transfer all my plugins and apps and wrapping head around dockers and configuration of everything just as I have it currently. Are there any other solutions/options?
×
×
  • Create New...