From 9a02062e624e782cdf06ac973f6e3e4d3a394935 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Mon, 7 Sep 2015 22:43:57 +0100 Subject: [PATCH] Added README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..07b9404 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +Plex Elastic Transcoder +======================= + +This is a simple tool that should be used in place of the "Plex New Transcoder" binary on your Plex Media Server host in order to distribute the load of Plex transcoding. + +It works by scheduling a job on a Kubernetes cluster, with the appropriate media and transcode directories exported via NFS to the transcoding containers. \ No newline at end of file