Skip to content

Instantly share code, notes, and snippets.

@consti
Created March 30, 2014 22:43
Show Gist options
  • Select an option

  • Save consti/9881192 to your computer and use it in GitHub Desktop.

Select an option

Save consti/9881192 to your computer and use it in GitHub Desktop.
restart coreaudiod when airplay mirror display does not sync audio
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