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

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

Awesome Lists containing this project

README

          

Air
================================================================================

[![Build Status](https://img.shields.io/travis/Tomohiro/air.svg?style=flat-square)](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/mpeg4

LICENSE
--------------------------------------------------------------------------------

© 2014 - 2017 Tomohiro TAIRA.

This project licensed under the MIT license. See [LICENSE](LICENSE) for details.