Re: [rtcweb] Multiplexing using the same port number for multiple media descritions

Christer Holmberg <christer.holmberg@ericsson.com> Wed, 31 August 2011 17:45 UTC

Return-Path: <christer.holmberg@ericsson.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 6F53C21F8E3B for <rtcweb@ietfa.amsl.com>; Wed, 31 Aug 2011 10:45:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.524
X-Spam-Level:
X-Spam-Status: No, score=-6.524 tagged_above=-999 required=5 tests=[AWL=0.075, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4]
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 8kPakI4Hd56P for <rtcweb@ietfa.amsl.com>; Wed, 31 Aug 2011 10:45:02 -0700 (PDT)
Received: from mailgw10.se.ericsson.net (mailgw10.se.ericsson.net [193.180.251.61]) by ietfa.amsl.com (Postfix) with ESMTP id 3D6C121F8E34 for <rtcweb@ietf.org>; Wed, 31 Aug 2011 10:45:02 -0700 (PDT)
X-AuditID: c1b4fb3d-b7c47ae000000b17-5d-4e5e73788d6c
Received: from esessmw0237.eemea.ericsson.se (Unknown_Domain [153.88.253.125]) by mailgw10.se.ericsson.net (Symantec Mail Security) with SMTP id AE.6A.02839.8737E5E4; Wed, 31 Aug 2011 19:46:32 +0200 (CEST)
Received: from ESESSCMS0356.eemea.ericsson.se ([169.254.1.250]) by esessmw0237.eemea.ericsson.se ([153.88.115.90]) with mapi; Wed, 31 Aug 2011 19:46:32 +0200
From: Christer Holmberg <christer.holmberg@ericsson.com>
To: Harald Alvestrand <harald@alvestrand.no>, "rtcweb@ietf.org" <rtcweb@ietf.org>
Date: Wed, 31 Aug 2011 19:43:16 +0200
Thread-Topic: [rtcweb] Multiplexing using the same port number for multiple media descritions
Thread-Index: Acxn7hsbio4PGmA/RfK8Vbva6aiKkAAF1uJc
Message-ID: <7F2072F1E0DE894DA4B517B93C6A05852233C3B7B5@ESESSCMS0356.eemea.ericsson.se>
References: <7F2072F1E0DE894DA4B517B93C6A05852233D64F47@ESESSCMS0356.eemea.ericsson.se>, <CAOJ7v-0uX6mGwExqW_+==UN0c_GVxU22k=uuVsMcPb=j1mhvtA@mail.gmail.com> <7F2072F1E0DE894DA4B517B93C6A05852233C3B7AD@ESESSCMS0356.eemea.ericsson.se>, <4E5E4B79.5030207@alvestrand.no>
In-Reply-To: <4E5E4B79.5030207@alvestrand.no>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
acceptlanguage: en-US
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
X-Brightmail-Tracker: AAAAAA==
Subject: Re: [rtcweb] Multiplexing using the same port number for multiple media descritions
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: Wed, 31 Aug 2011 17:45:03 -0000

Hi Harald,

>>> I think Harald's approach is cleaner, since the fallback does not require a new offer.
>>>
>>> What do you see as problematic with Harald's suggestion?
>> I have sent comments on Harald's draft, but my main issues are:
>>
>> 1. Unclear how to remove the m- line which is used for the multiplexed stream.
>>
>> (Maybe Harald has indicated somewhere how it would be done, and in that case I appologise for having >>missed it)
>>
>>
>> 2. Intermediaries that do not understand the extension would still think that there are individual streams, and >>reserve resources etc accordingly.
>Would those intermediaries understand the double usage in your proposal?

The currently existing products and deployments that I am aware of would reserve different local ports for each m- line. They don't care about that fact that identical remote ports are used. So, there would be no multiplexing, but at least things would work - the correct amount of resources etc would be reserved.

Regards,

Christer