Skip to content

Instantly share code, notes, and snippets.

@bryanveloso
Created March 11, 2013 19:02
Show Gist options
  • Save bryanveloso/5136744 to your computer and use it in GitHub Desktop.
Save bryanveloso/5136744 to your computer and use it in GitHub Desktop.
Fix AirPlay audio when OS X refuses to select an AppleTV as an audio output.
sudo kill `ps -ax | grep 'coreaudiod' | grep 'sbin' |awk '{print $1}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment