Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/brendonjustin/EtherPlayer

Play videos from your Mac to your Apple TV using AirPlay.
https://github.com/brendonjustin/EtherPlayer

Last synced: 3 months ago
JSON representation

Play videos from your Mac to your Apple TV using AirPlay.

Lists

README

        

EtherPlayer is a no-fuss method of playing videos on your Mac to an Apple TV.
It uses the VLCKit to convert videos, CocoaHTTPServer to serve
the converted videos over HTTP, and Apple's AirPlay protocol to initiate
and control playback on the Apple TV.

# License

Copyright (C) 2012 Brendon Justin

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see .

EtherPlayer uses third party libraries:
* VLCKit, available under the LGPLv2.1+ license.
* CocoaHTTPServer, available under a BSD license.