gbarone123 5 Posted 3 hours ago Posted 3 hours ago 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
richt 103 Posted 1 hour ago Posted 1 hour ago 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?
gbarone123 5 Posted 1 hour ago Author Posted 1 hour ago 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!
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