Plex-Remote-Transcoder
Plex-Remote-Transcoder copied to clipboard
A distributed transcoding backend for Plex
Just wanted to write a quick note to throw this thought out. I was playing around with gpu transcoding after reading this article (http://www.cnx-software.com/2016/01/04/faster-h-265hevc-video-encoding-with-nvidia-gtx960-gpu-and-ffmpeg/). Problem is, even though I got...
Good Day to you all, and may I once again thank all of those involved in this project. Truly an amazing feature which should be part of plex by default....
Hi, This PR aims to distribute transcoding over multiple slaves at time. Some input arguments are tweaked (-ss, -segment_start_number) and other added (-t) in order to delegate a set of...
Get each servers load python in async mode instead of waiting for each to respond, timeout after 1 seconds. If one of the hosts is offline then ignore it. Speeds...
Not so much a problem as an observation. I was setting this up on a couple of CentOS 6 servers which by default install with py2.6 There is 1 line...
Great work on this! I'm integrating this with my Docker Plex container and I'm building this via a bash script. For now I'm going to use Expect to complete the...
I love the concept of this project, though it's very clearly a sophisticated, complicated, fragile system that puts off most users who may benefit from remote transcoding. Since Plex Media...
.prt.conf is not created in my home directory `/pi/home` i get `install: invalid group 'plex'` As my user is called pi so i dont have a plex group i replace...
Hi @wnielson , I'm interested to use your PRT wrapper on my systems that are all Gentoo based. The main issue is that PRT has hardcoded Plex path. Of course,...
I have been troubleshooting why the prt script can't successfully install on a mac. I am running El Capitan with python provided by homebrew. When I run 'sudo prt install'...