Re: [V3] Gateway new to old

Joerg Ott <ott@in.tum.de> Mon, 30 March 2020 13:23 UTC

Return-Path: <ott@in.tum.de>
X-Original-To: v3@ietfa.amsl.com
Delivered-To: v3@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4CE493A15BB for <v3@ietfa.amsl.com>; Mon, 30 Mar 2020 06:23:38 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.003
X-Spam-Level:
X-Spam-Status: No, score=0.003 tagged_above=-999 required=5 tests=[RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=unavailable autolearn_force=no
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 LRcKhC8AV_v5 for <v3@ietfa.amsl.com>; Mon, 30 Mar 2020 06:23:36 -0700 (PDT)
Received: from mail-out1.informatik.tu-muenchen.de (mail-out1.in.tum.de [131.159.0.8]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 36E5B3A15B9 for <v3@ietf.org>; Mon, 30 Mar 2020 06:23:35 -0700 (PDT)
Received: by mail.in.tum.de (Postfix, from userid 107) id D434D1C081B; Mon, 30 Mar 2020 15:23:33 +0200 (CEST)
Received: (Authenticated sender: ott) by mail.in.tum.de (Postfix) with ESMTPSA id 733B21C07F7; Mon, 30 Mar 2020 15:23:30 +0200 (CEST) (Extended-Queue-bit tech_omcif@fff.in.tum.de)
To: Magnus Westerlund <magnus.westerlund=40ericsson.com@dmarc.ietf.org>, "juberti@google.com" <juberti@google.com>, "csp@csperkins.org" <csp@csperkins.org>
Cc: "v3@ietf.org" <v3@ietf.org>, "fluffy@iii.ca" <fluffy@iii.ca>
References: <3595789d7a8d24671250e2ca04fcf78eb04179a4.camel@ericsson.com> <EFF58041-128E-42F6-9303-A058A5A02E22@iii.ca> <CAOJ7v-3x=MHUzqwSeXnkAveJ2vEvp6OS1_OTQvOARrnnmFC6fg@mail.gmail.com> <A1A23A18-4D5B-4019-9378-F42173FC5EDF@csperkins.org> <d4b52257ea1f4c2a64da1cc83d6ac12f32b98c6a.camel@ericsson.com>
From: Joerg Ott <ott@in.tum.de>
Message-ID: <f4228d8b-dbb2-f8bc-56d3-3fc3ff40f51d@in.tum.de>
Date: Mon, 30 Mar 2020 15:23:27 +0200
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.6.0
MIME-Version: 1.0
In-Reply-To: <d4b52257ea1f4c2a64da1cc83d6ac12f32b98c6a.camel@ericsson.com>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/v3/VIxVhjTvsmDG8-UHvbC_aCET27o>
Subject: Re: [V3] Gateway new to old
X-BeenThere: v3@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: <v3.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/v3>, <mailto:v3-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/v3/>
List-Post: <mailto:v3@ietf.org>
List-Help: <mailto:v3-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/v3>, <mailto:v3-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 30 Mar 2020 13:23:38 -0000

Hi,

one should add that the payload formats are mostly not overly complex
and their design is defined by the needs of the codecs -- plus mapping
to an unreliable packet transport.  The codecs don't change and the
unreliability still holds with QUIC underneath.  So, there would seem
to be little gain to begin with in attempting to redo all of this.

Cheers,
Jörg

On 30.03.20 15:16, Magnus Westerlund wrote:
> Hi,
> 
> (Still as invidual)
> 
> Attempting to answer Cullen's question I think there are significant points in
> trying to actually enabling the utilization of the advantages this redefinition
> can enable. For example to me it appears that one should ensure that the media
> transport becomes more ADU focused rather than packet focused. With 1080p or 4K
> video in good quality the number of 1400 bytes packets needed to carry a single
> frame are more in the range of hundreds than in single digit. I think one should
> try to ensure that this work as well as possible. Thus semi-reliable head of
> line blocking free transport of whole ADUs becomes of more interest.
> 
> I think there is a point to re-use the RTP payload format. If one has such
> support in the end-point one can use the RTP payload fragmentation when needed
> for interconnect with RTP systems and not use it if one can rely on QUIC+RIPT
> primitives. Reusing RTP payload formats also have the advantage of avoiding to
> have to redefine all the codecs of interest.
> 
> Cheers
> 
> Magnus Westerlund
> 
> 
> On Sun, 2020-03-29 at 23:05 +0100, Colin Perkins wrote:
>> It may be a reasonable goal to aim to re-use RTP payload formats as the media
>> packetisation within the new transport. That is, different headers and
>> transport, but format the media content the same way.
>>
>> Since payload format packetisation already all have registered media types
>> this would make the media content easy to identify, and save a lot of work in
>> re-defining packetisation schemes.
>>
>> Colin
>>
>>
>>
>>> On 27 Mar 2020, at 20:22, Justin Uberti <juberti=40google.com@dmarc.ietf.org
>>>> wrote:
>>>
>>> It's hard to imagine that we can avoid this if we are in fact going to use
>>> H3 as a substrate.
>>>
>>> I do think it would be useful to ensure the RIPT->RTP gateway can be
>>> stateless and transparent (i.e., you can transform a RIPT frame into a RTP
>>> packet with reasonable fidelity), so that said gateway is all you need in
>>> order for existing services to participate in the RIPT ecosystem.
>>>
>>> On Fri, Mar 27, 2020 at 9:32 AM Cullen Jennings <fluffy@iii.ca> wrote:
>>>>
>>>>> On Mar 27, 2020, at 8:23 AM, Magnus Westerlund <
>>>>> magnus.westerlund=40ericsson.com@dmarc.ietf.org> wrote:
>>>>>
>>>>> The next media transport issue that was barely discussed in the BOF is
>>>>> the
>>>>> legacy (RTP) interoperate question. This is going to come back in the
>>>>> scope
>>>>> discussion and do needs at least a direction.
>>>>
>>>> In WebRTC, we decided to be able to gateway SIP to WebRTC without
>>>> processing media. That turned out to be a major limitation to how WebRTC
>>>> worked. That is good and we have WebRTC but for this, I am storngly of the
>>>> view we should not have that design constraint.
>>>>
>>>> I think it is fine to require a media gateway to go from RIPT to RTP. Sure
>>>> that should be pretty easy - one of the major use cases for this work will
>>>> likely involve building SBCs that talk RIPT on one side and SIP on the
>>>> other. Pretty sure that a bunch of other people are thinking about the
>>>> same.
>>>>
>>>> That sound right to you are or are you arguing for something else ?
>>>>
>>>>
>>>> -- 
>>>> V3 mailing list
>>>> V3@ietf.org
>>>> https://www.ietf.org/mailman/listinfo/v3
>>>
>>> -- 
>>> V3 mailing list
>>> V3@ietf.org
>>> https://www.ietf.org/mailman/listinfo/v3
>>
>>
>>