AirReceiver icon indicating copy to clipboard operation
AirReceiver copied to clipboard

AirReceiver is an AirPort Express emulator, i.e. it allows streaming audio from iTunes and iOS devices to a computer running AirReceiver. It does so by implementing a RAOP/AirTunes2 server.

Results 9 AirReceiver issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.8.2 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

It is possible to have a full AirPlay and AirPlay 2 support?

iPhone 4 (iOS 6) sends the following fields which doesn't match the validation pattern, support for - in the field name fixes this. min-latency:11025 max-latency:88200

Add "vs" filed to in the TXT record ,for example: vs=130.14 if the client iOS version is 5,it can not connect AirReceiver,but the AirServer works well. Can someone figure out...

In AirReciever.java, just add this: ``` if (!GraphicsEnvironment.isHeadless()) { /* Create about dialog */ final Dialog aboutDialog = new Dialog((Dialog) null); final GridBagLayout aboutLayout = new GridBagLayout(); aboutDialog.setLayout(aboutLayout); ```

But I found a file with the same name here: https://raw.github.com/fgp/AirReceiver/STABLE_1_X/bin/AirReceiver-1.3.one-jar.jar

I'm not sure which is correct, but it seems like 5002 is more commonly used port (e.g. shairport).

Hi, First let me say thank you for the great work. I'm building a Android in-car system and I'll use AirPlay to support streaming of iOS audio, photos and video...