AirPlay

From LinuxMCE
Revision as of 04:54, 10 February 2011 by Tschak909 (Talk | contribs) (Orbiter to Airplay Device: added section with wiki links for more info.)

Jump to: navigation, search

Airplayer

Airplayer is a Python app, which can be used to receive video and picture streams via Apple's AirPlay.

It can be extended using MediaBackends. At the moment there are backends for XBMC, Plex and Boxee.

To utilize this in LinuxMCE, there need to be an Airplayer device for each Media Director / Output zone.

The source is available via the GitHub.

Others

Another bunch of software re AirPlay can be found here.

Proposed Design

As contributed by --Tschak909 04:50, 10 February 2011 (CET)

Goals

  • To allow an AirPlay compatible device to send a video to a LinuxMCE DCE controlled Media Player.
  • To allow AirPlay compatible devices to access LinuxMCE Media via Orbiter and native device means, to play the media on these devices as clients, with LinuxMCE being the Server.

Thus being a bi-directional bridge.

Due to the fact that we want to handle control in both directions, two distinct paths will be taken:

Orbiter to Airplay Device

This is fairly straightforward, using the existing Media PlugIn architecture that has been developed.

It is separated into two parts. The AirPlay PlugIn and an AirPlay Streamer device containing child Airplay Player devices. This is very akin to the Slim Server Player and its equivalent SqueezeBox Player devices.

See the appropriate sub pages for more in-depth information.

Airplay Device to LinuxMCE Controlled Media Player