gbarone123 9 Posted September 7 Posted September 7 I have been working on this tirelessly for several months, and have finally solved connecting Pluto TV to the live TV section. PlutoFix gives you a simple method for getting set up, with guide data, and reliably streaming Pluto on your media server. It provides a simple UI to select your desired channels, save them, and it auto generates the m3u and epg URL's required. Simple copy/paste them into your live TV setup and start streaming. I'm working on composing a detailed engineers log of the process, and the ridiculous nature of Pluto's stream, how I analyzed it, and the many, many failures I had along the way. I have been successfully using it on my server for several days now, but would love feedback. Enjoy! Docker Compose: git clone https://github.com/DmesgNoise/PlutoFix.git cd PlutoFix/runtime docker compose up -d Open PlutoFix at: http://YOUR-SERVER-IP:8890 M3U: http://YOUR-SERVER-IP:8890/playlist.m3u XMLTV: http://YOUR-SERVER-IP:8890/epg.xml Full installation instructions including Unraid, Portainer, and manual Docker: https://github.com/DmesgNoise/PlutoFix 1
richt 105 Posted September 8 Posted September 8 Loaded this and added the tuner into my test instance of Emby and so far it is working. Running a few tests to see how well it works. Questions How many concurrent streams can be used from Pluto? Seems to save recorded files as a transport stream (.ts) is that the way it is supplied by Pluto? If not can you modify this to use an alternate encoding, such as mp4? 1
gbarone123 9 Posted September 8 Author Posted September 8 I have it set to 5 concurrent channels. Further releases will allow this limit to be user selectable. I have to run more tests to see about resource usage. Also planning GPU integration, which will increase the worker count. Unlimited clients can connect to the 5 workers (channels). The video is converted to mpeg ts in transit to Emby to make a continuous stream, which Emby requires. I haven’t explored other formats. I’ve been stress testing it against several channels. Please let me know how it works out for you, and any logs you’re willing to provide if you run into issues. Enjoy! 1
richt 105 Posted September 8 Posted September 8 1 hour ago, gbarone123 said: I have it set to 5 concurrent channels. That's sufficient for testing. Encountered an anomaly recording a TV Series with episodes streaming sequentially one after another. The first episode recorded fine but messed up and didn't record the 2nd show streaming immediately after it. Will see if that pattern continues. I don't use a mixed library for recordings and there doesn't appear to be anything in the epg that differentiates movies from TV shows, so movies are being saved in my TV Recordings folder and associated library. Is this a limitation of the epg source? 1
gbarone123 9 Posted September 8 Author Posted September 8 This is interesting. PlutoFix does nothing with recording, it just provides a continuous stream and guide data to Emby. I’m interested to see how that behaves going forward. The movie vs TV show issue may be related to the XMLTV metadata provided in the EPG. I’ll have to investigate what I’m currently passing through and see if Pluto provides any program type data I can include. 1
Uncle_Frank 10 Posted Monday at 06:09 AM Posted Monday at 06:09 AM I'm not doing much tonight maybe I will setup Pluto TV on my Emby see how it works, if I end up doing it I will post a video here, cheers
Uncle_Frank 10 Posted Monday at 11:15 AM Posted Monday at 11:15 AM (edited) I was going to run my pluto server through emby but meh I can't even be bothered I have so many servers going the heck with it. gbarone123 keep up the good work though bro Video.mp4 Edited Monday at 11:26 AM by Uncle_Frank
gbarone123 9 Posted Monday at 11:58 AM Author Posted Monday at 11:58 AM 41 minutes ago, Uncle_Frank said: I was going to run my pluto server through emby but meh I can't even be bothered I have so many servers going the heck with it. gbarone123 keep up the good work though bro Video.mp4 I’ve actually combined this as part of a bigger app that now includes Tubi and Roku live tv as well. It’s got 1300+ available channels. 1
Uncle_Frank 10 Posted Monday at 12:46 PM Posted Monday at 12:46 PM If you need more channels hit me up, can give you 73,000 channels to play with if you want Keep up the good work bro !
Uncle_Frank 10 Posted Monday at 01:14 PM Posted Monday at 01:14 PM I'm working on a new website will be paywalled but will give you full access when I'm done, I go by lofertech.
richt 105 Posted 41 minutes ago Posted 41 minutes ago On 9/14/2026 at 7:58 AM, gbarone123 said: I’ve actually combined this as part of a bigger app that now includes Tubi and Roku live tv as well. It’s got 1300+ available channels. Thanks for making this app available. While it is not perfect, it works and has allowed me to add quite a few useful channels to Emby. I don't subscribe to cable or other IPTV services so this is a great add on and expands my channel selection. There are a couple tweaks I'd like to see, and I have created issues on your github page. Pluto and Tubi work great,but I will note that I don't have much use for Roku as the epg material they make available is limited to just a few hours and not very useful. It also seems that there are several Roku 'channels' that come back as "service unavailable". Once again, thanks for your hard work on this!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now