Bluetooth audio streaming from Android to Mac

Is there any way I can Stream Audio from my Android device via Bluetooth to my Macbook Pro?

I'm using OS X 10.9.1 and Android 4.4.2.

The AUX-Port on my Android device has stopped working. Is there a way to stream audio to my Mac so that I can play audio on my Android device through my Mac's speakers?


After 6 years, I finally found a solution. Use sndcpy with ADB over TCP.

Ensure that you have USB Debugging on and Install via USB on.

If vlc is not found even though you installed VLC Media Player, then you can set an environment variable in your ~/.zshrc or ~/.bashrc by adding a new line:

export VLC="/Applications/VLC.app/Contents/MacOS/VLC"

If you encounter this exception:

java.lang.SecurityException: You need the android.permission.INSTALL_GRANT_RUNTIME_PERMISSIONS permission to use the PackageManager.INSTALL_GRANT_RUNTIME_PERMISSIONS flag

then open sndcpy bash script in a code editor and remove the -g flag from the two adb install commands.


The easiest way is not to use Bluetooth but Wi-Fi nowadays, although it is not explained anywhere.

Connect to the same Wi-Fi network your Mac is connected to.

First one needs to download the AirServer Mac app which is not free. It is the only app or option that has worked for me though. Install and open it, open preferences and click the Google Cast option.

Second: on android, use the Samsung Music app, for instance, as it plays a tune find and hit the "play" icon that's within two arrows (Smart View), it looks like a repeat button but it's not, cast to your Mac. It works straight ahead but no other program does that, and the Bluetooth streaming option doesn't work on my own Android.

Although I haven't tried it yet, you can also try AirDroid Cast, that you need to to install on Android and on the Mac separately.