All Projects → derhuerst → play-on-apple-tv

derhuerst / play-on-apple-tv

Licence: ISC license
A command line tool to play any audio/video on an Apple TV.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to play-on-apple-tv

airtunes2mqtt
Multi-Room Audio based on Airplay/Airtunes with MQTT support 🔈
Stars: ✭ 47 (+104.35%)
Mutual labels:  airplay, airtunes
AirPlayAuth
Since tvOS 10.2 AppleTV is enforcing the "Device verification" for AirPlay, which could be manually enabled/disabled before. This library allows to pair with an AppleTV and can be used in any app supporting streaming/casting to an AppleTV.
Stars: ✭ 82 (+256.52%)
Mutual labels:  airplay
Trx
Squeeze, chain, overlap, seek. A powerful swift animation framework
Stars: ✭ 115 (+400%)
Mutual labels:  apple-tv
spotifypiHome
"Install and go" multiroom music playback solution, with support for spotify, airplay and bluetooth.
Stars: ✭ 32 (+39.13%)
Mutual labels:  airplay
Aerial Sddm Theme
SDDM theme with Apple TV Aerial videos
Stars: ✭ 163 (+608.7%)
Mutual labels:  apple-tv
LMS-to-Raop
LMS to AirPlay bridge
Stars: ✭ 50 (+117.39%)
Mutual labels:  airplay
Tvml Catalog Using Atvjs
Port of the TVML Catalog Sample Code re-written using atvjs
Stars: ✭ 34 (+47.83%)
Mutual labels:  apple-tv
rAudio-1
Raspberry Pi audio player: AirPlay, Audio CD, Bluetooth, DAB radio, DSP, Internet rafio, Multi-room, Spotify Connect, UPnP
Stars: ✭ 151 (+556.52%)
Mutual labels:  airplay
AirConnect-Synology
Updated AirConnect packages for Synology NAS and Synology Router
Stars: ✭ 200 (+769.57%)
Mutual labels:  airplay
AirPlayer
AirPlayer is a .NET project for streaming photos, video and music to airplay devices.
Stars: ✭ 27 (+17.39%)
Mutual labels:  airplay
homebridge-music
Homebridge plugin for iTunes with AirPlay speakers
Stars: ✭ 92 (+300%)
Mutual labels:  airplay
Rapidbay
Self-hosted torrent video streaming service compatible with Chromecast and AppleTV deployable in the cloud
Stars: ✭ 163 (+608.7%)
Mutual labels:  apple-tv
iOS-Audio-to-ChromeCast
Audio Streaming from iOS devices to Google Chromecast/Home Audio Devices.
Stars: ✭ 38 (+65.22%)
Mutual labels:  airplay
Aerial
Aerial Apple TV screen saver for Windows
Stars: ✭ 1,853 (+7956.52%)
Mutual labels:  apple-tv
AirPlay
Small framework that lets users track iOS AirPlay availability and extra features.
Stars: ✭ 46 (+100%)
Mutual labels:  airplay
Canijailbreak.com
a website which tells you whether you can jailbreak your iOS device.
Stars: ✭ 112 (+386.96%)
Mutual labels:  apple-tv
TVGemist
An *Unofficial* Uitzending Gemist application for  TV
Stars: ✭ 23 (+0%)
Mutual labels:  apple-tv
docker-airconnect
This is a dockerized version of AirConnect (https://github.com/philippe44/AirConnect) which bridges AirPlay with Sonos and the Google Cast protocol.
Stars: ✭ 24 (+4.35%)
Mutual labels:  airplay
tvos-soap4.me
tvOS app for soap4.me video service https://soap4.me/
Stars: ✭ 22 (-4.35%)
Mutual labels:  apple-tv
SwiftUI-DesignCode
 SwiftUI-DesignCode is some examples in the process of learning swiftUI 2.0
Stars: ✭ 185 (+704.35%)
Mutual labels:  apple-tv

play-on-apple-tv

A command line tool to play any audio/video on an Apple TV.

asciicast

npm version ISC-licensed chat on gitter support me on Patreon

Usage

Using npx:

npx play-on-apple-tv some-audio-file.mp3 my-apple-tv.local
npx play-on-apple-tv 'http://some-server/some-audio-file.mp3' my-apple-tv.local

Find the name of your Apple TV using bonjour-browser:

npx bonjour-browser | grep airplay

Play a Youtube video by finding the raw video url using youtube-dl:

npx play-on-apple-tv $(youtube-dl -f 136 --get-url 'https://www.youtube.com/watch?v=jNQXAC9IVRw') my-apple-tv.local

Contributing

If you have a question or have difficulties using play-on-apple-tv, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].