https://github.com/blimmer/fix-airplay
A simple script that kills the coreaudio daemon to fix common AirPlay problems
https://github.com/blimmer/fix-airplay
Last synced: 5 months ago
JSON representation
A simple script that kills the coreaudio daemon to fix common AirPlay problems
- Host: GitHub
- URL: https://github.com/blimmer/fix-airplay
- Owner: blimmer
- License: mit
- Created: 2013-12-30T21:45:30.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-24T16:16:18.000Z (over 11 years ago)
- Last Synced: 2025-06-08T11:50:33.849Z (about 1 year ago)
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
fix-airplay
===========
A simple script that kills the coreaudio daemon to fix common AirPlay problems. I wrote a little [blog post](http://benlimmer.com/2013/12/30/airplay-not-working-try-this/) about why I needed this.
# Download
Get the application [here](https://github.com/l1m5/fix-airplay/raw/master/FixAirplay.app.zip).
# Script
You can also just run this from the terminal:
```bash
sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'`
```