Linux
Installing on Linux
- Create a folder
ersatztv
at your preferred install location. - Download and extract the latest release from GitHub to the
ersatztv
folder. - Run
ErsatzTV
. - Open your browser to
http://[server-ip]:8409
.
FFmpeg
ErsatzTV depends on an up-to-date version of FFmpeg and FFprobe. A compatible version of FFmpeg may be found at ErsatzTV-FFmpeg.
Updating on Linux
- Cleanly exit ErsatzTV using Ctrl+C or the command:
kill -SIGINT `pgrep ErsatzTV`
- Completely empty the folder where you originally extracted ErsatzTV.
- Download the latest release from GitHub.
- Extract the latest release to the now-empty install location.
- Run
ErsatzTV
. - Open your browser to
http://[server-ip]:8409
.