Re: [rtcweb] SRTP/AVPF/TCP in draft-ietf-rtcweb-transports-01

Harald Alvestrand <harald@alvestrand.no> Thu, 03 October 2013 19:05 UTC

Return-Path: <harald@alvestrand.no>
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 F410321F9BA4 for <rtcweb@ietfa.amsl.com>; Thu, 3 Oct 2013 12:05:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -110.599
X-Spam-Level:
X-Spam-Status: No, score=-110.599 tagged_above=-999 required=5 tests=[AWL=0.000, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8, USER_IN_WHITELIST=-100]
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 Stf5V0lW84Bh for <rtcweb@ietfa.amsl.com>; Thu, 3 Oct 2013 12:04:51 -0700 (PDT)
Received: from eikenes.alvestrand.no (eikenes.alvestrand.no [158.38.152.233]) by ietfa.amsl.com (Postfix) with ESMTP id 651D221E805F for <rtcweb@ietf.org>; Thu, 3 Oct 2013 11:54:59 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by eikenes.alvestrand.no (Postfix) with ESMTP id 0916A39E27D; Thu, 3 Oct 2013 20:54:58 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at eikenes.alvestrand.no
Received: from eikenes.alvestrand.no ([127.0.0.1]) by localhost (eikenes.alvestrand.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RmMtdeWNMqCO; Thu, 3 Oct 2013 20:54:57 +0200 (CEST)
Received: from [172.19.6.255] (unknown [216.239.45.95]) by eikenes.alvestrand.no (Postfix) with ESMTPSA id 7813A39E222; Thu, 3 Oct 2013 20:54:56 +0200 (CEST)
Message-ID: <524DBD7E.2030702@alvestrand.no>
Date: Thu, 03 Oct 2013 20:54:54 +0200
From: Harald Alvestrand <harald@alvestrand.no>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0
MIME-Version: 1.0
To: Magnus Westerlund <magnus.westerlund@ericsson.com>
References: <006401cebf96$7db7a4f0$7926eed0$@co.in>, <524C7FD8.1050801@alvestrand.no> <ro3xdjcv7wkbl37rttggv2qu.1380777749933@email.android.com>
In-Reply-To: <ro3xdjcv7wkbl37rttggv2qu.1380777749933@email.android.com>
X-Enigmail-Version: 1.5.2
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Cc: "rtcweb@ietf.org" <rtcweb@ietf.org>
Subject: Re: [rtcweb] SRTP/AVPF/TCP in draft-ietf-rtcweb-transports-01
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, 03 Oct 2013 19:05:03 -0000

I've modified my copy of the transport draft as follows:

   ICE TCP candidates, either using TURN [RFC6062] or not [RFC6544] MAY
   be supported; this may allow applications to achieve peer-to-peer
   communication across UDP-blocking firewalls.

   NOTE IN DRAFT: The profile used is RTP/SAVPF.  RFC 4571 registers the
   profile "TCP/RTP/AVP", but there's no registration for "TCP/RTP/
   SAVPF", which corresponds to the RTP/SAVPF profile recommended
   elsewhere in the RTCWEB specifications.  RFC 6544 shows examples both
   with and without the TCP/ prefix.  Should we suggest that in general,
   the prefix should not be used?  If the prefix should be used, TCP/
   RTP/SAVPF needs to be registered.

I must admit that I don't follow the logic behind RTP profile names in
SDP these days; they seem to vaccilate between transport protocol and no
transport protocol.
I think I prefer "no transport protocol", keeping the profile name
constant across different transports, but this is probably a subject
that either rtp-usage or jsep needs to tackle explicitly.

            Harald