diff --git a/Home.md b/Home.md index 7f63252..8a4beb2 100644 --- a/Home.md +++ b/Home.md @@ -59,6 +59,24 @@ To see the command line that pandora_client uses to create the webm file, passin pandora_client cmd path + +#### Distributed encoding + +pandora_client can distribute the encoding to multiple nodes +on a local network or multiple encodings on the same host. + +to do this you need to install additional dependencies: + apt-get install python3-twisted python3-requests + +now run one node in server mode: + + pandora_client server + +and start the other nodes with: + + pandora_client client http://SERVER_IP:8789 + + ### Plugins It is possible to customize path parsing and more using custom python functions. For more info [click here](plugins)