Re: [rtcweb] Media neg-eo-tiation and signalling archa-tecture

Cullen Jennings <fluffy@cisco.com> Thu, 07 July 2011 17:52 UTC

Return-Path: <fluffy@cisco.com>
X-Original-To: rtcweb@ietfa.amsl.com
Delivered-To: rtcweb@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 41D3E1F0C5D for <rtcweb@ietfa.amsl.com>; Thu, 7 Jul 2011 10:52:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -105.389
X-Spam-Level:
X-Spam-Status: No, score=-105.389 tagged_above=-999 required=5 tests=[AWL=-2.790, BAYES_00=-2.599, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H4kbs5e6vA-s for <rtcweb@ietfa.amsl.com>; Thu, 7 Jul 2011 10:52:36 -0700 (PDT)
Received: from rcdn-iport-9.cisco.com (rcdn-iport-9.cisco.com [173.37.86.80]) by ietfa.amsl.com (Postfix) with ESMTP id 735AF1F0C34 for <rtcweb@ietf.org>; Thu, 7 Jul 2011 10:52:36 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=fluffy@cisco.com; l=4488; q=dns/txt; s=iport; t=1310061156; x=1311270756; h=subject:mime-version:from:in-reply-to:date:cc: content-transfer-encoding:message-id:references:to; bh=JvIwhMF+vS/z1R24srbFSjbE5YyawmGLLr47rX50RII=; b=RKDdfwVqts/1Ax8sGDUxQYZET54FwXoeLtaXr3IelFJKKxUmAUTckdO+ 6pxx/Tm1doko4pB1RTV08K3Se1/pbDXuXPuOiO0o0AQB2bpwM8YuI0pYy ZDIkHLx3xKeFfti+S+PZwBWcfOWXtLQM1b6J+fbsSjSUxXiG8Ove/Xwqo s=;
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Ar8HAOTxFU6rRDoI/2dsb2JhbABQA5hBjnR3iHukYp16g0KCdgSHSYp9hH2LYw
X-IronPort-AV: E=Sophos;i="4.65,494,1304294400"; d="scan'208";a="753699"
Received: from mtv-core-3.cisco.com ([171.68.58.8]) by rcdn-iport-9.cisco.com with ESMTP; 07 Jul 2011 17:52:34 +0000
Received: from [192.168.4.100] (rcdn-fluffy-8712.cisco.com [10.99.9.19]) by mtv-core-3.cisco.com (8.14.3/8.14.3) with ESMTP id p67HqWxk004605; Thu, 7 Jul 2011 17:52:33 GMT
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset="us-ascii"
From: Cullen Jennings <fluffy@cisco.com>
In-Reply-To: <DFCE8D1D-AC5F-455A-B45D-C09DB6F7D5F8@cisco.com>
Date: Thu, 07 Jul 2011 11:52:32 -0600
Content-Transfer-Encoding: quoted-printable
Message-Id: <87FBDAC1-C440-49E1-B7F1-3CA2E96BC637@cisco.com>
References: <BLU152-w2EFC2C55649AF1665D96A935E0@phx.gbl> <DFCE8D1D-AC5F-455A-B45D-C09DB6F7D5F8@cisco.com>
To: rtcweb@ietf.org
X-Mailer: Apple Mail (2.1084)
Subject: Re: [rtcweb] Media neg-eo-tiation and signalling archa-tecture
X-BeenThere: rtcweb@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Real-Time Communication in WEB-browsers working group list <rtcweb.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/rtcweb>
List-Post: <mailto:rtcweb@ietf.org>
List-Help: <mailto:rtcweb-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 07 Jul 2011 17:52:37 -0000

I went and looked at some call flows to try and sort out what is going on in the current released chrome code and as far as I can tell, Bernard you are right, it is passing the data over the HTTP channel. An example of what I see is below 

As far as I can tell this is the JSON encoding of XEP-180 used in jingle and a separate JSON encoding of some of SDP. Not sure this matters much one way or the other but wanted to pass on what I had found and I will correct the slides at some point - my apologies for getting them wrong. 

Cullen



{
   "media" : [
      {
         "attributes" : {
            "candidate" : [
               {
                  "component" : 1,
                  "foundation" : 1,
                  "generation" : 0,
                  "ip" : "144.254.150.241",
                  "name" : "rtp",
                  "network_name" : "Intel(R) WiFi Link 1000 BGN",
                  "password" : "OpawIyXLYcJkwxFa",
                  "port" : "61880",
                  "priority" : 1.0,
                  "proto" : "udp",
                  "type" : "local",
                  "username" : "90B0CPvC8p8XPMFt"
               }
            ]
         },
         "label" : 1,
         "rtpmap" : [
            {
               "103" : {
                  "codec" : "audio/ISAC"
               }
            },
            {
               "104" : {
                  "codec" : "audio/ISAC"
               }
            },
            {
               "9" : {
                  "codec" : "audio/G722"
               }
            },
            {
               "102" : {
                  "codec" : "audio/iLBC"
               }
            },
            {
               "0" : {
                  "codec" : "audio/PCMU"
               }
            },
            {
               "8" : {
                  "codec" : "audio/PCMA"
               }
            },
            {
               "99" : {
                  "codec" : "audio/CN"
               }
            },
            {
               "98" : {
                  "codec" : "audio/CN"
               }
            },
            {
               "13" : {
                  "codec" : "audio/CN"
               }
            },
            {
               "127" : {
                  "codec" : "audio/red"
               }
            },
            {
               "106" : {
                  "codec" : "audio/telephone-event"
               }
            }
         ]
      },
      {
         "attributes" : {
            "candidate" : [
               {
                  "component" : 1,
                  "foundation" : 1,
                  "generation" : 0,
                  "ip" : "144.254.150.241",
                  "name" : "video_rtp",
                  "network_name" : "Intel(R) WiFi Link 1000 BGN",
                  "password" : "G4dq4e3f/G7FDJ5h",
                  "port" : "61879",
                  "priority" : 1.0,
                  "proto" : "udp",
                  "type" : "local",
                  "username" : "CBkZYp6/DTTMEFeM"
               }
            ]
         },
         "label" : 2,
         "rtpmap" : [
            {
               "120" : {
                  "codec" : "video/VP8"
               }
            }
         ]
      }
   ]
}


On Jul 6, 2011, at 9:43 PM, Cullen Jennings wrote:

> 
> On Jul 6, 2011, at 12:06 AM, Bernard Aboba wrote:
> 
>> 
>> 
>> * The last slide now says that WhatWG proposal is low path; this is not true. The WhatWG proposal as I read it is mute on how the SDPs are exchanged, it just hands those SDPs over to the 
>> 
>> application (though high path is indicated: "Communications are coordinated via a signaling channel provided by script in the page via the server, e.g. using XMLHttpRequest.")
> 
> Hmm - my understanding was only the ICE related information was communicated that way and the SDP related information when across the channel set up by ICE but I could be totally wrong. It's pretty vague in the spec - I got that idea by talking to some of the people involved. Anyways, glad to retract that WhatWG is doing low path and just change it to not clear. 
> 
> 
> _______________________________________________
> rtcweb mailing list
> rtcweb@ietf.org
> https://www.ietf.org/mailman/listinfo/rtcweb