[rtcweb] My SDP doesn't interoperate

Martin Thomson <martin.thomson@gmail.com> Fri, 26 April 2013 19:00 UTC

Return-Path: <martin.thomson@gmail.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 5AB2021F99D2 for <rtcweb@ietfa.amsl.com>; Fri, 26 Apr 2013 12:00:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.6
X-Spam-Level:
X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, NO_RELAYS=-0.001]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jKcWNLhpeb7O for <rtcweb@ietfa.amsl.com>; Fri, 26 Apr 2013 12:00:41 -0700 (PDT)
Received: from mail-we0-x232.google.com (mail-we0-x232.google.com [IPv6:2a00:1450:400c:c03::232]) by ietfa.amsl.com (Postfix) with ESMTP id 8472B21F99B3 for <rtcweb@ietf.org>; Fri, 26 Apr 2013 12:00:40 -0700 (PDT)
Received: by mail-we0-f178.google.com with SMTP id t11so613151wey.37 for <rtcweb@ietf.org>; Fri, 26 Apr 2013 12:00:38 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to:cc :content-type; bh=T4R0iLyj56U5+V6vBeHCVq6z5gdyxZ1svQEMIg878Fw=; b=GBKt0b6nHyvjUHFfxfpoFLmYSodn1LNJo+Q6LSYoyg9qsITh65sXVWghnYqZiENM9+ AZaNlcDLIbKPYv9rAW7WOjymGES160lvWITqWko0g+2JPIuTarRCgYmteaXKe4SS9bWr ibeoyjq1KXPcPCtYx3U5PQQmf0kbEArF5MUcierJxTEQJuy4vYJkOONiv4pAIBk6HOFX Ml5/k7uK3rGL6Dvg+3UOTYUj/MuQooAqSsI3ikmxlkdWdPpl8XbC/K+eFeIurjnD4GgO Mc+frHZnrdBUP3caGoB+jv5vK/Ll8cqyRPTLaiGFeQT1s7k/exg9CeOwWomkwWbLj0mG VSdA==
MIME-Version: 1.0
X-Received: by 10.194.235.196 with SMTP id uo4mr12217274wjc.30.1367002838902; Fri, 26 Apr 2013 12:00:38 -0700 (PDT)
Received: by 10.194.33.102 with HTTP; Fri, 26 Apr 2013 12:00:38 -0700 (PDT)
Date: Fri, 26 Apr 2013 12:00:38 -0700
Message-ID: <CABkgnnUbWHU79Co2+UDq5Pptburpmy8ajVsJiSXvO8ig0yzaUQ@mail.gmail.com>
From: Martin Thomson <martin.thomson@gmail.com>
To: "Cullen Jennings (fluffy)" <fluffy@cisco.com>
Content-Type: text/plain; charset="UTF-8"
Cc: "rtcweb@ietf.org" <rtcweb@ietf.org>
Subject: [rtcweb] My SDP doesn't interoperate
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: Fri, 26 Apr 2013 19:00:45 -0000

(was Re: [rtcweb] SDP Security Descriptions (RFC 4568) and RTCWeb)

On 26 April 2013 11:07, Cullen Jennings (fluffy) <fluffy@cisco.com> wrote:
>
> On Apr 26, 2013, at 7:47 AM, Tim Panton <tim@phonefromhere.com> wrote:
>
>> If anyone still thinks that SDP is just a blob not an API surface, take a look at the 'reference implementation' of browser to browser interop.
>> https://code.google.com/p/webrtc-samples/source/browse/trunk/apprtc/index.html
>>
>> I count around 100 lines of javascript munging the SDP.
>
> Could you just summarize what the 100 lines do and which theses would be needed for browsers that implemented the drat standards? I'm trying to dig into what we need to fix.

http://www.webrtc.org/interop

That's probably out of date, but you get the idea.