GPG-signed apt (deb) and dnf (rpm) repositories for RSPlayer. Once added, RSPlayer updates arrive through your regular system updates.
sudo curl -fsSL -o /usr/share/keyrings/rsplayer.gpg https://ljufa.github.io/rsplayer-pkg/rsplayer.gpg echo "deb [signed-by=/usr/share/keyrings/rsplayer.gpg] https://ljufa.github.io/rsplayer-pkg/deb stable main" | sudo tee /etc/apt/sources.list.d/rsplayer.list sudo apt update && sudo apt install rsplayer
Architectures: amd64, arm64, armhf (armv6, runs on all 32-bit Raspberry Pis), riscv64.
The desktop app is available as rsplayer-desktop (amd64).
sudo curl -fsSL -o /etc/yum.repos.d/rsplayer.repo https://ljufa.github.io/rsplayer-pkg/rpm/rsplayer.repo sudo dnf install rsplayer
Architectures: x86_64, aarch64, armv6hl, armv7hl, riscv64.
The desktop app is available as rsplayer-desktop (x86_64).
After installing the server:
systemctl status rsplayer
then open http://<host>:8000 in a browser.