Skip to main content
  1. Posts/

Linux Airplay server using XBMC 11

·169 words·1 min· loading · loading · ·
Marco Mornati
Author
Marco Mornati
I build, self-host and sometimes break software in production — writing about AI tooling, coding agents and infrastructure.

Overview
#

I finally had time to test the latest version of XBMC media center (version 11) on my Fedora 16. My first test was using directly the rpm provided on rawhide repositories (fedora and rpm-fusion-free) but in this way many other components will be updated (like gnome for example) because the package is produced for Fedora 17.

Installation
#

So, following this little guide that provides all necessary steps, I built XBMC directly on my Fedora.

Configuration
#

The only thing to add at the end is to export the lib folder for the normal user (at least, on my fedora xbmc didn’t work without this step).

So, for example, you can edit your .bashrc file:

mmornati@desktop ~$ pwd
/home/mmornati
mmornati@desktop ~$ vi .bashrc

Adding this line at the end of the file:

export LD_LIBRARY_PATH="/usr/local/lib":$LD_LIBRARY_PATH

And then you can start XBMC without problem :D

Usage
#

As you can see in the following picture, it’s really simple to use XBMC as AirPlay server (for videos, photos and music).

XBMC AirPlay server