Skip to content
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

Doesn't work with Apple TV Gen 4 #53

Open
hfujita opened this issue Mar 21, 2016 · 1 comment
Open

Doesn't work with Apple TV Gen 4 #53

hfujita opened this issue Mar 21, 2016 · 1 comment
Labels

Comments

@hfujita
Copy link
Owner

hfujita commented Mar 21, 2016

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.

@hfujita hfujita added the bug label Mar 21, 2016
@mathieujobin
Copy link

Good luck. I wonder if Apple could give a hand with this communicating their changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants