-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use it with multipeer stream #39
Comments
Multipeer streams is something I've not tested yet but if it doesn't work, I will try to add support for it. AudioStreamer does play. When data is received, it is queued in an AudioQueue. This AudioQueue can play and AudioStreamer provides API for this. Are you wanting just audio data and not a player? As for iPod tracks, does this require streaming? I've not used iPod tracks but I would have thought that you only need to open the audio file and play it. I may be wrong though. |
Hi ! Thanks for your answer. I'm searching for an audio streamer. An object which allows to select music or playlist from the iPod library and stream them to other device with the multipeer connectivity. Can you help me with that ? |
Could you give me any example code? |
Hi !
Can I use it with Multipeer stream or not ?
And juste to be sure that I understand your AudioStreamer. It's a streamer and not a player ? So his job is to stream music from a source and not to play a music streamed from a source ?
I know it was made for HTTP but can I use it with iPod track ?
Thanks for your help !
The text was updated successfully, but these errors were encountered: