I have the following scenario:
- My iPhone app receives a stream audio via Bluetooth in "real-time"
- Then, my iPhone app "forwards" this stream audio to a browser (Firefox) via Internet in "real-time"
I can do #1 with Core Audio Remote IO.
But I am not sure how to do the #2. It seems to be similar to a Skype capability.
What is the best way to do this?
Thanks in advance for your help.