Re: [rtcweb] AVPF vs AVP

Harald Alvestrand <harald@alvestrand.no> Thu, 15 September 2011 12:16 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 5C05021F8AAC for <rtcweb@ietfa.amsl.com>; Thu, 15 Sep 2011 05:16:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -108.459
X-Spam-Level:
X-Spam-Status: No, score=-108.459 tagged_above=-999 required=5 tests=[AWL=2.140, 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 sDFUzH-jcH6V for <rtcweb@ietfa.amsl.com>; Thu, 15 Sep 2011 05:16:13 -0700 (PDT)
Received: from eikenes.alvestrand.no (eikenes.alvestrand.no [158.38.152.233]) by ietfa.amsl.com (Postfix) with ESMTP id 2AB3421F8AA9 for <rtcweb@ietf.org>; Thu, 15 Sep 2011 05:16:13 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by eikenes.alvestrand.no (Postfix) with ESMTP id 06AD739E0CD; Thu, 15 Sep 2011 14:18:22 +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 yIdpZjUtbX+S; Thu, 15 Sep 2011 14:18:21 +0200 (CEST)
Received: from hta-dell.lul.corp.google.com (62-20-124-50.customer.telia.com [62.20.124.50]) by eikenes.alvestrand.no (Postfix) with ESMTPS id 75EB639E072; Thu, 15 Sep 2011 14:18:21 +0200 (CEST)
Message-ID: <4E71ED0D.7060505@alvestrand.no>
Date: Thu, 15 Sep 2011 14:18:21 +0200
From: Harald Alvestrand <harald@alvestrand.no>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110617 Thunderbird/3.1.11
MIME-Version: 1.0
To: Magnus Westerlund <magnus.westerlund@ericsson.com>
References: <4E70C387.1070707@ericsson.com> <4E710155.8080409@alvestrand.no> <4E71EA1A.5020407@ericsson.com>
In-Reply-To: <4E71EA1A.5020407@ericsson.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 8bit
Cc: "rtcweb@ietf.org" <rtcweb@ietf.org>
Subject: Re: [rtcweb] AVPF vs AVP
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, 15 Sep 2011 12:16:14 -0000

On 09/15/11 14:05, Magnus Westerlund wrote:
> On 2011-09-14 21:32, Harald Alvestrand wrote:
>> On 09/14/11 17:08, Magnus Westerlund wrote:
>>> Hi,
>>>
>>> There has been this long thread with the subject partially containing
>>> "AVPF". I want to clarify something in this context around AVPF. Rather
>>> than the SRTP question.
>>>
>>> An end-point that is AVPF compliant is in fact interoperable with an AVP
>>> one as long as the trr-int parameter is set reasonably large. A
>>> parameter value of 1.5-5 seconds (I would recommend 3s) will ensure that
>>> they are in fact compatible. This avoids the risk of any side timing out
>>> the other if the AVP side is using the default 5 s minimum interval.
>>>
>>> Based on this one could in fact have the RTCWEB nodes always use AVPF
>>> for RTP/RTCP Behavior. The AVPF feedback messages are explicitly
>>> negotiated and will only be used when agreed on.
>>>
>>> This leaves us with any signaling incompatibilities when talking to a
>>> legacy device. If one don't want to use cap-neg I see two directions to go:
>>>
>>> 1) RTCWEB end-point will always signal AVPF or SAVPF. I signalling
>>> gateway to legacy will change that by removing the F to AVP or SAVP.
>>>
>>> 2) RTCWEB end-point will always use AVPF but signal it as AVP. It will
>>> detect the AVPF capabilities of the other end-point based on the
>>> signaling of the feedback events intended to be used.
>>>
>>> I think 1) is cleaner for the future. 2) might be more pragmatic.
>> If 2) is more pragmatic, the IETF should update the definition of AVP to
>> allow use of AVPF functionality.
> No, Harald that I think is a bad idea. The core of AVPF is the timing
> rule. From my perspective the important aspect is that one do implement
> the timing rules. Thus it is important we have the label of AVPF to
> indicate these rules.
But how do you "have" the label if you signal it as AVP??????
Is it a label that occurs in the spec only, and is undetectable on the wire?
That's the place where you lost me.
> Thus my proposal is really to say that an RTCWEB end-point SHALL
> implement and always use the AVPF timing rules. It might send feedback
> messages if those have been negotiated with a=rtcp-fb attribute.
>
>> The responses seem to indicate that in practice, this is already being
>> done (and this is a clear indication that the concept of "profile" in
>> RTP has failed to achieve its purpose).
> It works fine on the RTP level. But the signalling aspects has clearly
> been botched.
>
> cheers
>
> Magnus Westerlund
>
> ----------------------------------------------------------------------
> Multimedia Technologies, Ericsson Research EAB/TVM
> ----------------------------------------------------------------------
> Ericsson AB                | Phone  +46 10 7148287
> Färögatan 6                | Mobile +46 73 0949079
> SE-164 80 Stockholm, Sweden| mailto: magnus.westerlund@ericsson.com
> ----------------------------------------------------------------------
>
>