-
Notifications
You must be signed in to change notification settings - Fork 112
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
multiple instances of AirFloat in one network #37
Comments
ok, I found out why :-) Now iOS 7 devices – are always returning a MAC address of 02:00:00:00:00:00. Category will more suitable |
Changing the MAC address it works great with multiple instances, so for example it's possible to use Airfoil to stream a movie's sound to multiple iPhone as headphone wireless. Great app, thanks! |
Dear All, Could you share how to solve this issue? Especially, how to modify the code? Have a nice day! Best Regards, |
If anyone struggles with this in the future: The bonjour device identifier is given by in the Naively all that is required is to generate However if we only change the identifier here, AirFloat does not work properly. It is found by devices on the network, but as soon as playback starts it switches out of the AirFloat and back to the device's speaker. I guessed that there is some implicit dependency between the value of So I went back and changed Any solution that uniquely generates
and now in
|
Curious if you were able to use this method to have the iPhone that the code is running on discover itself as a receiver? |
Hi,
first of all great work :-)
I downloaded and compiled for my iPhone 4s and my iPad.
Worked on both of them individually great.
But when both are running on the same time only the first is visible (e.g. in iTunes)
I analyses it a little bit and found out:
=> I still can debug the location where the settings should be written, but it is not done
I use iOS 7.0.4 with the actual Xcode
best regards and a merry XMAS
john doe
The text was updated successfully, but these errors were encountered: