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.
- Host: GitHub
- URL: https://github.com/brendonjustin/EtherPlayer
- Owner: brendonjustin
- License: gpl-3.0
- Created: 2012-06-08T23:25:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T23:17:19.000Z (over 8 years ago)
- Last Synced: 2024-07-20T11:06:06.427Z (4 months ago)
- Language: Objective-C
- Size: 92.4 MB
- Stars: 28
- Watchers: 6
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
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.