From eb9d750f59161f2bf0a55b4e75b56e65e6f7b432 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 27 Dec 2010 16:07:43 +0100 Subject: Initial commit of the sources --- README | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..94dde2c --- /dev/null +++ b/README @@ -0,0 +1,27 @@ +Totem AirPlay Plugin +-------------------------------------------------------------------------------- + +A FOSS Python PoC implementation of the server side AirPlay Protocol. + +It announces the AirPlay service over avahi to any iOS devices capabable of +AirPlay and allows a video to be played back in Totem easily. + +The playback can also be controlled from the iOS device including play/pause +aswell as seeking to certain time offsets. + +AirPlay photo "playback" is not supported. + +Future versions could act as a client themself and allow Totem to stream +media to iOS capable servers like the Apple TV 2 or other computers running +Totem with AirPlay support. + +Installation +-------------------------------------------------------------------------------- + +To install the plugin simply symlink the source directory into your Totem's +plugin directory. + +This can be for instance: ~/.local/share/totem/plugins/airplay/ + +Then restart Totem and activate the plugin. Obviously Totem must be compiled +with Python support. -- cgit v1.1-32-gdbae