https://github.com/tomohiro/air
Command-line AirPlay video client for Apple TV
https://github.com/tomohiro/air
airplay cli go
Last synced: 6 months ago
JSON representation
Command-line AirPlay video client for Apple TV
- Host: GitHub
- URL: https://github.com/tomohiro/air
- Owner: tomohiro
- License: mit
- Created: 2014-08-02T19:01:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T09:17:03.000Z (over 8 years ago)
- Last Synced: 2025-04-13T14:07:06.441Z (6 months ago)
- Topics: airplay, cli, go
- Language: Makefile
- Size: 33.2 KB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Air
================================================================================[](https://travis-ci.org/Tomohiro/air)
Command-line AirPlay video client for Apple TV
Usage
--------------------------------------------------------------------------------```sh
$ air '~/Movies/Trailers/007 SKYFALL.mp4'
```Installation
--------------------------------------------------------------------------------```sh
$ go get github.com/Tomohiro/air
```Supported MIME types
--------------------------------------------------------------------------------[AirPlay Overview - Configuring Your Server](http://developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/AirPlayGuide/PreparingYourMediaforAirPlay/PreparingYourMediaforAirPlay.html)
File extension | MIME type
-------------- | ----------------
.ts | video/MP2T
.mov | video/quicktime
.mp3 | audio/MPEG3
.aac | audio/aac
.m4a | audio/mpeg4
.m4v, mp4 | video/mpeg4LICENSE
--------------------------------------------------------------------------------© 2014 - 2017 Tomohiro TAIRA.
This project licensed under the MIT license. See [LICENSE](LICENSE) for details.