Re: [rtcweb] I-D Action: draft-ietf-rtcweb-data-channel-08.txt

Michael Tuexen <Michael.Tuexen@lurchi.franken.de> Wed, 09 April 2014 14:33 UTC

Return-Path: <Michael.Tuexen@lurchi.franken.de>
X-Original-To: rtcweb@ietfa.amsl.com
Delivered-To: rtcweb@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6E8581A033B for <rtcweb@ietfa.amsl.com>; Wed, 9 Apr 2014 07:33:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.823
X-Spam-Level:
X-Spam-Status: No, score=-1.823 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HELO_EQ_DE=0.35, RP_MATCHES_RCVD=-0.272, SPF_HELO_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ww9-E_Y1nJi7 for <rtcweb@ietfa.amsl.com>; Wed, 9 Apr 2014 07:33:52 -0700 (PDT)
Received: from mail-n.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) by ietfa.amsl.com (Postfix) with ESMTP id D68C11A0384 for <rtcweb@ietf.org>; Wed, 9 Apr 2014 07:33:51 -0700 (PDT)
Received: from [192.168.1.103] (p508F0BDC.dip0.t-ipconnect.de [80.143.11.220]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTP id B0CB41C10464D; Wed, 9 Apr 2014 16:33:50 +0200 (CEST)
Content-Type: text/plain; charset="windows-1252"
Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\))
From: Michael Tuexen <Michael.Tuexen@lurchi.franken.de>
In-Reply-To: <02F2BCF4-70B5-47A4-ACE6-C0CCCAB11A50@csperkins.org>
Date: Wed, 09 Apr 2014 16:33:49 +0200
Content-Transfer-Encoding: quoted-printable
Message-Id: <9889BAD9-D9A7-42F2-A0DC-632C26696345@lurchi.franken.de>
References: <20140409100258.9712.74771.idtracker@ietfa.amsl.com> <F09BCD44-1060-4DCB-A796-7A31F1C634DE@csperkins.org> <A05F0177-568C-4B19-AD48-9F415A4C008B@lurchi.franken.de> <02F2BCF4-70B5-47A4-ACE6-C0CCCAB11A50@csperkins.org>
To: Colin Perkins <csp@csperkins.org>
X-Mailer: Apple Mail (2.1874)
Archived-At: http://mailarchive.ietf.org/arch/msg/rtcweb/jObL7-Z8KHG1TxaAYR5Y5ZWx3Hg
Cc: rtcweb@ietf.org
Subject: Re: [rtcweb] I-D Action: draft-ietf-rtcweb-data-channel-08.txt
X-BeenThere: rtcweb@ietf.org
X-Mailman-Version: 2.1.15
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: Wed, 09 Apr 2014 14:33:56 -0000

On 09 Apr 2014, at 16:25, Colin Perkins <csp@csperkins.org> wrote:

> On 9 Apr 2014, at 15:20, Michael Tuexen <Michael.Tuexen@lurchi.franken.de> wrote:
>> On 09 Apr 2014, at 13:00, Colin Perkins <csp@csperkins.org> wrote:
>>> On 9 Apr 2014, at 11:02, Internet-Drafts@ietf.org wrote:
>>>> A New Internet-Draft is available from the on-line Internet-Drafts directories.
>>>> This draft is a work item of the Real-Time Communication in WEB-browsers Working Group of the IETF.
>>>> 
>>>>     Title           : WebRTC Data Channels
>>>>     Authors         : Randell Jesup
>>>>                       Salvatore Loreto
>>>>                       Michael Tuexen
>>>> 	Filename        : draft-ietf-rtcweb-data-channel-08.txt
>>>> 	Pages           : 15
>>>> 	Date            : 2014-04-09
>>>> 
>>>> Abstract:
>>>> The Real-Time Communication in WEB-browsers working group is charged
>>>> to provide protocol support for direct interactive rich communication
>>>> using audio, video, and data between two peers' web-browsers.  This
>>>> document specifies the non-(S)RTP media data transport aspects of the
>>>> WebRTC framework.  It provides an architectural overview of how the
>>>> Stream Control Transmission Protocol (SCTP) is used in the WebRTC
>>>> context as a generic transport service allowing WEB-browsers to
>>>> exchange generic data from peer to peer.
>>> 
>>> This talks about “(S)RTP” throughout, but the rtp-usage draft requires that SRTP be used for WebRTC, and disallows plain RTP. I think this draft could be simplified by changing “(S)RTP” to “SRTP” throughout.
>> Hi Colin,
>> 
>> The (S)RTP notion goes back to a comment from Magnus. If I remember it correctly he considers SRTP a profile of RTP. Since I don’t wanted to just use RTP, I ended up with (S)RTP based on a discussion with Magnus.
>> 
>> However, I’m fine with changing it to SRTP...
> 
> SRTP is an RTP profile. My comment was that if this is for WebRTC only, then  only SRTP can be used, and not plain RTP. Using “(S)RTP” rather than “SRTP” in this draft suggests that the secure profile is optional, which isn’t the case in WebRTC. If this is for more general use than WebRTC, then “(S)RTP” is fine.
It is clear that in WebRTC only SRTP is used...

Best regards
Michael
> 
> Colin
> 
> 
> 
>> Magnus: Any comment?
>> 
>> Best regards
>> Michael
>> 
>>> 
>>> -- 
>>> Colin Perkins
>>> http://csperkins.org/
>>> 
>>> 
>>> 
>>> _______________________________________________
>>> rtcweb mailing list
>>> rtcweb@ietf.org
>>> https://www.ietf.org/mailman/listinfo/rtcweb
>>> 
>> 
> 
> 
> 
> -- 
> Colin Perkins
> http://csperkins.org/
> 
> 
> 
>