Comment 5 for bug 951120

Revision history for this message
In , Daniel Svensson (dsvensson) wrote :

raop module does not work with shairport, which is kind of annoying as it's much nicer to use than having to have a dedicated airport hardware which does nothing but ship music.

During some investigation I found the following difference in the SETUP phase:

pulseaudio sends:
RTP/AVP/TCP;unicast;interleaved=0-1;mode=record

my iphone sends:
RTP/AVP/UDP;unicast;mode=record;timing_port=59159;events;control_port=56536

The timing_port and control_port are needed for shairport to work.

Shairport can be found at:
https://github.com/albertz/shairport

and works under both OS X and Linux.