-
Notifications
You must be signed in to change notification settings - Fork 71
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
Not showing multiple airplay recievers #70
Comments
The gem has a list of compatible devices. A non-supported device on the network will cause some problems with 'air list'. I have a couple other devices that are not compatible with the gem and they cause problems like described above. Is the device in your office an ATV or something else that is airplay compatible? |
Both devices are running airserver. |
Yes, but what kind of boxes are they? |
Both windows machines. |
Okay. I'm not sure about what's happening. I have a box that is not on the whitelist for this gem and when I run air list, if it is connected to the network, it causes a problem that crashes the CLI and won't display my other boxes. I figured it might be a similar problem and list is looking for a device that is not on the whitelist. I don't know if Airserver is compatible with this release as I don't really use it myself. Maybe @elcuervo will have a better answer for you on this. |
I know it's been discussed before, so here's some reading on Airserver compatibility if you're curious |
Could you do a little bit of hacking per #63, particularly #63 (comment) and report back the DNS TXT record and the XML /server-info that airserver reports? |
Kudos @sodabrew and @bobbyduhbrain for the support!. Thank you for reporting the issue. |
using dns-sd
using avahi-browse
output of air list
Server info from "WINDOWS8" machine in the living room
Server info from "THEBEAST" machine in the office
Is there a way to send media using airserver rb by ip address? |
As part of the fix for this, the |
@sodabrew yep... an |
I can verify, I am on a network with more than 50 Apple TVs and only one ever shows up at a time, running it multiple times may result in showing one of two devices. I'd like to see this fixed, but I am new to Ruby. |
@robobenklein Due to the complexity of the Airplay TV protocol and the issues with Ruby and parallelism I'm considering starting a Go version of this gem. I'm quite interested in an scenario with that much Apple TVs. Can you elaborate on why you have so many of them? and the usage scenario for this gem (or a binary equivalent)?. |
I am attempting to create a fully functioning Airplay for Ubuntu and other Windows/Linux OSes. https://github.com/robobenklein/ubuntu-airplay I go to an Apple Endorsed school, so everyone is assigned iPads and every room has an Airplay receiver. I am one of very few who use Linux (Ubuntu) as their primary OS and I'm attempting to fix the problem where we cannot airplay our screens. Here's my usage:
Where |
I am trying to use airplay ruby from an ubuntu server machine to play images on devices around my house.
air list does not show more than 1 receiver at a time. For some reason I have to turn off the one in my office to show the one in the living room.
Am I missing something? I am trying to use air view --device LIVINGROOM
The text was updated successfully, but these errors were encountered: