Furthermore, I've grabbed an TCPDUMP trace of the communication between
the Airplay Bridge and the Denon:

The Denon answers with a "403 forbidden" after the playback command.
Here's the communication decoded to ASCII:

LMS to Denon:

Code:
--------------------
    
  ANNOUNCE rtsp://10.0.6.1/0582339913 RTSP/1.0
  Content-Type: application/sdp
  Content-Length: 175
  CSeq: 5
  User-Agent: iTunes/7.6.2 (Windows; N;)
  Client-Instance: d8f61e0d3c4d21f8
  DACP-ID: 1A2B3D4EA1B2C3D4
  Active-Remote: 2691727323
  
  v=0
  o=iTunes 0582339913 0 IN IP4 10.0.6.1
  s=iTunes
  c=IN IP4 10.0.6.41
  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
  
--------------------


Answer from Denon:

Code:
--------------------
    
  RTSP/1.0 200 OK
  Server: AirTunes/366.0
  CSeq: 5
  
--------------------


LMS to Denon:

Code:
--------------------
    
  SETUP rtsp://10.0.6.1/0582339913 RTSP/1.0
  Transport: 
RTP/AVP/UDP;unicast;interleaved=0-1;mode=record;control_port=60510;timing_port=33127
  CSeq: 6
  User-Agent: iTunes/7.6.2 (Windows; N;)
  Client-Instance: d8f61e0d3c4d21f8
  DACP-ID: 1A2B3D4EA1B2C3D4
  Active-Remote: 2691727323
  
--------------------


Answer from Denon:

Code:
--------------------
    
  RTSP/1.0 403 Forbidden
  Content-Length: 0
  Server: AirTunes/366.0
  CSeq: 6
  
--------------------


Finally LMS to Denon:

Code:
--------------------
    
  FLUSH rtsp://10.0.6.1/0582339913 RTSP/1.0
  RTP-Info: seq=9159;rtptime=1
  CSeq: 7
  User-Agent: iTunes/7.6.2 (Windows; N;)
  Client-Instance: d8f61e0d3c4d21f8
  DACP-ID: 1A2B3D4EA1B2C3D4
  Active-Remote: 2691727323
  
--------------------


------------------------------------------------------------------------
netmax's Profile: http://forums.slimdevices.com/member.php?userid=67551
View this thread: http://forums.slimdevices.com/showthread.php?t=105198

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to