shairplay icon indicating copy to clipboard operation
shairplay copied to clipboard

Apple airplay and raop protocol server

Results 19 shairplay issues
Sort by recently updated
recently updated
newest added

I'm struggling to get the service to run on Ubuntu 20.04. I get the following output and before the app hangs indefinitely. I don't know where to start and any...

Add a link to airport.key to underline that it's available in repo despite not being included in binary. I mistakenly thought it meant it wasn't available in the repo and...

I have noticed the document said: > The library has experimental support for handling fairplay handshake (used in for example screen mirroring) But when I open screen mirroring with iOS...

more: ``` $ shairplay Error opening audio device 5 Please check your libao settings and try again ```

Below is the complete error `Error opening audio device 5 Please check your libao settings and try again` It tells me to check my libao settings, but I think there...

Would you mind detailing what ports are required? I'm successfully able to get it working with the firewall disabled: `sudo ufw disable` When i add port 5000 to ufw and...

I'm wondering if also shairplay allows us to use commands such play, pause etc using any kind of IPC to communicate with iOS device. I know that the shairplay ist...

![shairplayerr](https://user-images.githubusercontent.com/44308126/60391513-ce6bdc00-9aa4-11e9-8504-1f2e77d176dc.png) when i typed in ```shairplay -a``` it outputs ```Segmentation fault (core dumped)``` does it mean that the server initialized or it failed.. please respond asap!

This dnssd.c file seems to be missing one line of code, which cause newest iOS and macOS version can't discover airplay server.

the code in dnssd.c suggests that we only need dns_sd.h when libdl was not found. The configure check for dns_sd.h checked the opposite which broke builds were dns_sd.h is not...