Android stream sound to other devices

Hello, I am at an early stage of the application, and part of it I need to transfer audio from one device to several devices. I was looking for the best solution for this while I found these two projects with problems.

Spydroid http://code.google.com/p/spydroid-ipcamera/ Problem The problem with this is to create an rtsp stream that is limited to one connected device. If I go to the link on both of my computers, I see that both clients are connecting in the application, and then the second one is immediately disconnected for the connection, and the application says that my phone does not support this function. I got into the source code and found in the Session.java file if statements with inscriptions above said that they prevent the creation of two connections. I commented out the if statements, and the catch clause caught me after starting. This project would be ideal if I could get it to work with multiple connections as it works on 3g.

PttDroid http://code.google.com/p/pttdroid/ Problem The problem with this is that it allows me several connections that I need, but I can only make it work through Wi-Fi. On the home page, he says that it works on more than 3g, but only unicast I need to click on 3g and wifi repeatedly, and I could not get unicast to work also on 3g.

So, my question boils down to which way I should go and look more at streaming audio from my Android device to several computers and other Android devices.

Thanks so much for any help!

+5
source share
1 answer

. , .

, , . , , , . ( Spydroid , .)

, . - Spydroid RTSP , . , , .

-, : https://code.google.com/p/js4ms/wiki/RTSPMulticastReflector

, , , .

+1

All Articles