Site icon GetPageSpeed

How to install Kodi on CentOS/RHEL 8

Kodi (XBMC)

Kodi (XBMC)

Kodi (ex. XBMC) is the greatest open-source media center that runs virtually anywhere.

With our repository in place, you can easily install it on CentOS/RHEL 8:

sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm
sudo dnf -y install kodi \
  kodi-eventclients kodi-firewalld kodi-peripheral-joystick kodi-inputstream-adaptive

Breakdown of some packages installed:

Allow Kodi to be accessed by network

There are many remote apps that you can install on your phone to control media playback in Kodi.
For them to work, you have to allow network connections to Kodiю

Make sure you have configured your home network properly first, then:

sudo firewall-cmd --permanent --zone=home --add-service=kodi-eventserver 
sudo firewall-cmd --permanent --zone=home --add-service=kodi-http
sudo firewall-cmd --permanent --zone=home --add-service=kodi-jsonrpc
sudo firewall-cmd --reload

Control via Bluetooth

See [Wirelessly connecting your Sony PS3 Controller to a CentOS/RHEL Linux system] for connecting your joystick to Linux.
This will allow you to control Kodi using the gamepad. Provided that the kodi-peripheral-joystick package is installed.

Exit mobile version