# send2airplay

> Script for sending any video file directly to your AirPlay enabled device.

Latest version **0.0.3** (published 2014-07-08) · ISC license · 0 weekly downloads

## Install

```sh
npm install send2airplay
pnpm add send2airplay
yarn add send2airplay
bun add send2airplay
```

Provides the commands `s2a`, `send2airplay`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2014-07-08 |
| First published | 2014-07-08 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 14 |
| Author | Carlos Guerrero |
| Maintainers | guerrerocarlos |
| Keywords | airplay, mac |

## Links

- npm: https://www.npmjs.com/package/send2airplay
- Repository: http://github.com/guerrerocarlos/send2airplay
- Homepage: https://github.com/guerrerocarlos/send2airplay
- Issues: https://github.com/guerrerocarlos/send2airplay/issues
- npm.io page: https://npm.io/package/send2airplay

## Dependencies (5)

- [connect](https://npm.io/package/connect.md) ^3.0.1
- [airplay2](https://npm.io/package/airplay2.md) ^0.1.4
- [querystring](https://npm.io/package/querystring.md) ^0.2.0
- [serve-static](https://npm.io/package/serve-static.md) ^1.3.0
- [network-address](https://npm.io/package/network-address.md) 0.0.4

## Recent versions

- 0.0.3 (latest) — 2014-07-08

## README

Send any video to your AirPlay device.
=============================

send2airplay is a command line script for streaming videos from your drive to Apple's 
[AirPlay](http://en.wikipedia.org/wiki/AirPlay) remote playback protocol.

## Installation 

With [npm](http://npmjs.org):

    npm install send2airplay -g

From source:

    cd ~
    git clone https://github.com/guerrerocarlos/send2airplay.git
    npm link send2airplay/

## Usage:

    send2airplay <file> <optional:port>

## Example

    $ send2airplay ~/Download/52.mp4
    Sending /Users/youruser/Download/52.mp4 by Airplay...
    Serving directory: /Users/youruser/Download/ on port 4007
    Calling Play in: http://192.168.0.101:4007/52.mp4
    Playing file 52.mp4 in your AirPlay Device

## Extra

For convenience a 's2a' command alias is also created.

    $ s2a ~/Download/52.mp4

---
_Source: https://npm.io/package/send2airplay · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
