Skip to content
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

Open
gautierdelorme opened this issue Jan 8, 2015 · 3 comments
Open

use it with multipeer stream #39

gautierdelorme opened this issue Jan 8, 2015 · 3 comments

Comments

@gautierdelorme
Copy link

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 !

@Bo98
Copy link
Collaborator

Bo98 commented Jan 8, 2015

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.

@gautierdelorme
Copy link
Author

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 ?
I'm working on this for a personnal project and when I start the audio stream on my Host device my Guest device play it only for 2 or 3 seconds and stop. I don't understand why and nobody on Stackoverflow, AppCoda and Ray Wenderlich forums can help me..

@Bo98
Copy link
Collaborator

Bo98 commented Jan 9, 2015

Could you give me any example code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants