We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Today I've purchased Apple TV Gen 4 (latest one, the first one with Siri feature) and confirmed that module-raop-sink did not work with it.
More specifically, seems like the latest Apple TV doesn't like our request. Here's the communication log on the TCP stream.
[client -> AppleTV:] ANNOUNCE rtsp://192.168.1.100/3873421088 RTSP/1.0 CSeq: 1 Content-Type: application/sdp Content-Length: 184 User-Agent: iTunes/11.0.4 (Windows; N) v=0 o=iTunes 3873421088 0 IN IP4 192.168.1.100 s=iTunes c=IN IP4 192.168.1.105 t=0 0 m=audio 0 RTP/AVP 96 a=rtpmap:96 AppleLossless a=fmtp:96 352 0 16 40 10 14 2 255 0 0 44100 [AppleTV->client:] RTSP/1.0 200 OK Server: AirTunes/268.1 CSeq: 1 [client -> AppleTV:] SETUP rtsp://192.168.1.100/3873421088 RTSP/1.0 CSeq: 2 Transport: RTP/AVP/UDP;unicast;interleaved=0-1;mode=record;control_port=6001;timing_port=6002 User-Agent: iTunes/11.0.4 (Windows; N) [client -> AppleTV:] FLUSH rtsp://192.168.1.100/3873421088 RTSP/1.0 CSeq: 3 RTP-Info: seq=0;rtptime=0 User-Agent: iTunes/11.0.4 (Windows; N) [AppleTV->client:] RTSP/1.0 520 Origin Error Content-Length: 0 Server: AirTunes/268.1 CSeq: 2 [AppleTV->client:] RTSP/1.0 455 Method Not Valid In This State Content-Length: 0 Server: AirTunes/268.1 CSeq: 3
So the request at CSeq=2 (SETUP) is failing.
CSeq=2 (SETUP)
The text was updated successfully, but these errors were encountered:
Good luck. I wonder if Apple could give a hand with this communicating their changes?
Sorry, something went wrong.
No branches or pull requests
Today I've purchased Apple TV Gen 4 (latest one, the first one with Siri feature) and confirmed that module-raop-sink did not work with it.
More specifically, seems like the latest Apple TV doesn't like our request. Here's the communication log on the TCP stream.
So the request at
CSeq=2 (SETUP)
is failing.The text was updated successfully, but these errors were encountered: