diff options
| author | 2010-12-27 16:07:43 +0100 | |
|---|---|---|
| committer | 2010-12-27 16:07:43 +0100 | |
| commit | eb9d750f59161f2bf0a55b4e75b56e65e6f7b432 (patch) | |
| tree | 975a0e589eb2a1e2e1bcc7b253ffaa115b193ae3 /README | |
| download | totem-plugin-airplay-eb9d750f59161f2bf0a55b4e75b56e65e6f7b432.tar.gz totem-plugin-airplay-eb9d750f59161f2bf0a55b4e75b56e65e6f7b432.tar.bz2 | |
Initial commit of the sources
Diffstat (limited to 'README')
| -rw-r--r-- | README | 27 |
1 files changed, 27 insertions, 0 deletions
| @@ -0,0 +1,27 @@ | |||
| 1 | Totem AirPlay Plugin | ||
| 2 | -------------------------------------------------------------------------------- | ||
| 3 | |||
| 4 | A FOSS Python PoC implementation of the server side AirPlay Protocol. | ||
| 5 | |||
| 6 | It announces the AirPlay service over avahi to any iOS devices capabable of | ||
| 7 | AirPlay and allows a video to be played back in Totem easily. | ||
| 8 | |||
| 9 | The playback can also be controlled from the iOS device including play/pause | ||
| 10 | aswell as seeking to certain time offsets. | ||
| 11 | |||
| 12 | AirPlay photo "playback" is not supported. | ||
| 13 | |||
| 14 | Future versions could act as a client themself and allow Totem to stream | ||
| 15 | media to iOS capable servers like the Apple TV 2 or other computers running | ||
| 16 | Totem with AirPlay support. | ||
| 17 | |||
| 18 | Installation | ||
| 19 | -------------------------------------------------------------------------------- | ||
| 20 | |||
| 21 | To install the plugin simply symlink the source directory into your Totem's | ||
| 22 | plugin directory. | ||
| 23 | |||
| 24 | This can be for instance: ~/.local/share/totem/plugins/airplay/ | ||
| 25 | |||
| 26 | Then restart Totem and activate the plugin. Obviously Totem must be compiled | ||
| 27 | with Python support. | ||
