Difference between revisions of "AirPlay"

From LinuxMCE
Jump to: navigation, search
m (Orbiter to Airplay Device: changed link.)
(Orbiter to Airplay Device: link correction.)
Line 27: Line 27:
 
This is fairly straightforward, using the existing [[Media Plugin]] architecture that has been developed.  
 
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.  
+
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 Streamer]] and its equivalent [[SqueezeBox Player]] devices.  
  
 
See the appropriate sub pages for more in-depth information.
 
See the appropriate sub pages for more in-depth information.
  
 
=== Airplay Device to LinuxMCE Controlled Media Player ===
 
=== Airplay Device to LinuxMCE Controlled Media Player ===

Revision as of 05:22, 10 February 2011

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 Streamer and its equivalent SqueezeBox Player devices.

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

Airplay Device to LinuxMCE Controlled Media Player