austgl / a2dpvolume

Automatically exported from code.google.com/p/a2dpvolume
0 stars 0 forks source link

multiple a2dp sink Streaming #139

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Enable single output streaming to multiple a2dp headsets. 

Original issue reported on code.google.com by redtuxf...@gmail.com on 22 Sep 2012 at 3:35

GoogleCodeExporter commented 9 years ago
I don't think the hardware is capable of this.  I think it can only connect a 
profile peer-to-peer at a given time.  I will do some checking though.

Original comment by JimR...@gmail.com on 22 Sep 2012 at 12:13

GoogleCodeExporter commented 9 years ago
Thanks!
I managed to get ubuntu 12.04 working with two A2DP headsets via pulseaudio. 
Pair both headsets with A2DP active, then select the Output stream as 
"Simultaneous output to <sink1>, <Sink2>" etc...  Haven't tested with 3 or more 
headsets.
Hope this helps too!

Original comment by etuxf...@gmail.com on 22 Sep 2012 at 1:15

GoogleCodeExporter commented 9 years ago
Check this out: 
http://grepcode.com/file_/repository.grepcode.com/java/ext/com.google.android/an
droid/4.1.1_r1/android/bluetooth/BluetoothA2dp.java/?v=diff&id2=2.2_r1.1
see the comment starting on line 150.  Looks to me that multiple streaming to a 
single device is not supported.  Until Android supports it there is nothing I 
can do.

Original comment by JimR...@gmail.com on 19 Nov 2012 at 1:16