Created
March 30, 2014 22:43
-
-
Save consti/9881192 to your computer and use it in GitHub Desktop.
restart coreaudiod when airplay mirror display does not sync audio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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