A simple transcoding video streamer.
- Clone the repository to /opt/uzume
- Run
pip install -r requirements.txt
- Copy 'uzume.service' to '/etc/systemd/system'
- Run
systemctl daemon-reload
- Run
systemctl enable uzume
- Run
systemctl start uzume
- Goto http://localhost:5000 to complete first setup.
- Uzume will be available from http://YOUR_SERVER_IP:5000
- Enjoy :D
--port PORT
(default: 5000)--addpath FULLPATH
(Can also be added from the UI)--cachedir CACHEDIR
(default: /tmp/uzume - Change it to a non-temporary directory to store transcoded videos, which will reduce CPU usage.)--configdir CONFIGDIR
(default: ~/.config/.uzume)--donotlimitcpu 1
(default: False, prevents autolimiting the CPU usage to 1 thread per stream.)