Update page 'Home'

j 2019-12-21 17:39:37 +00:00
parent ddd1044e22
commit c3cc28c562

18
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)