'Audio streaming on mobile devices with Python

The idea is to connect two devices (iOS and Android or vise versa) via Bluetooth. And any audio output from the first device should simultaneously be played on the second device. Device one would always be a server and device two would always be a client. But I don't want to use socket as it should work via Bluetooth and not via LAN.

Is it possible?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source