Re: [AVTCORE] [rtcweb] I-D Action: draft-lennox-rtcweb-rtp-media-type-mux-00.txt

Jonathan Lennox <jonathan@vidyo.com> Sun, 13 November 2011 21:17 UTC

Return-Path: <jonathan@vidyo.com>
X-Original-To: avt@ietfa.amsl.com
Delivered-To: avt@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 54A5021F86AA; Sun, 13 Nov 2011 13:17:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.439
X-Spam-Level:
X-Spam-Status: No, score=-2.439 tagged_above=-999 required=5 tests=[AWL=0.160, BAYES_00=-2.599]
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 ngfromaUYmvO; Sun, 13 Nov 2011 13:17:21 -0800 (PST)
Received: from mxout.myoutlookonline.com (mxout.myoutlookonline.com [64.95.72.241]) by ietfa.amsl.com (Postfix) with ESMTP id 738A321F86A6; Sun, 13 Nov 2011 13:17:21 -0800 (PST)
Received: from mxout.myoutlookonline.com (localhost [127.0.0.1]) by mxout.myoutlookonline.com (Postfix) with ESMTP id C09E27A2D0A; Sun, 13 Nov 2011 16:17:16 -0500 (EST)
X-Virus-Scanned: by SpamTitan at mail.lan
Received: from HUB016.mail.lan (unknown [10.110.2.1]) by mxout.myoutlookonline.com (Postfix) with ESMTP id 49E4E7A2D34; Sun, 13 Nov 2011 16:17:16 -0500 (EST)
Received: from BE235.mail.lan ([10.110.32.235]) by HUB016.mail.lan ([10.110.17.16]) with mapi; Sun, 13 Nov 2011 16:17:15 -0500
From: Jonathan Lennox <jonathan@vidyo.com>
To: Colin Perkins <csp@csperkins.org>
Date: Sun, 13 Nov 2011 16:17:13 -0500
Thread-Topic: [rtcweb] I-D Action: draft-lennox-rtcweb-rtp-media-type-mux-00.txt
Thread-Index: AcyiHfyR6IKAmjCsQHKJtY3bzl7hTQAKqtYg
Message-ID: <C3759687E4991243A1A0BD44EAC823034C439A3493@BE235.mail.lan>
References: <20111024232740.11885.97235.idtracker@ietfa.amsl.com> <C66DE732-1C39-4AB6-A7E0-A4CF687BB0D8@vidyo.com> <462F77C3-8CAD-4699-9238-71B5C9EF7F9B@csperkins.org> <0B68D2E0-3480-47FB-8427-4032FD7B18F6@vidyo.com> <C0CDA262-3B5E-4BD5-8B67-EA399136D98B@csperkins.org>
In-Reply-To: <C0CDA262-3B5E-4BD5-8B67-EA399136D98B@csperkins.org>
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
Cc: "rtcweb@ietf.org" <rtcweb@ietf.org>, IETF AVTCore WG <avt@ietf.org>
Subject: Re: [AVTCORE] [rtcweb] I-D Action: draft-lennox-rtcweb-rtp-media-type-mux-00.txt
X-BeenThere: avt@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Audio/Video Transport Core Maintenance <avt.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/avt>, <mailto:avt-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/avt>
List-Post: <mailto:avt@ietf.org>
List-Help: <mailto:avt-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/avt>, <mailto:avt-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 13 Nov 2011 21:17:22 -0000

Colin,

I believe this would work under the logic I describe in media-type-mux: you still send RR or SR packets for every source, you just treat your sources other than the reporting source as though they're "disconnected" receivers, i.e. don't include redundant reports in their SRs/RRs.

The number of SR/RR packets is linear in the number of sources in a session -- it's the number of reports that's quadratic, and thus problematic.

If there's a need for some XR reports to choose a reporting source that has the same media type as the source being reported on, that should be fine.

-----Original Message-----
From: Colin Perkins [mailto:csp@csperkins.org] 
Sent: Monday, November 14, 2011 12:05 AM
To: Jonathan Lennox
Cc: rtcweb@ietf.org; IETF AVTCore WG
Subject: Re: [rtcweb] I-D Action: draft-lennox-rtcweb-rtp-media-type-mux-00.txt

Jonathan,

A more compelling argument for reporting from all SSRCs may be that various AVPF and RTCP XR packets make no sense unless sent from the SSRC corresponding to the correct media type. Sending just those, but not regular RTCP reports, will cause havoc to the RTCP participant timeout rules, and SSRC collision detection, unless you signal and heavily special-case the code. This doesn't seem worth it, for tiny bandwidth savings.

Reporting on yourself is harder to defend, I agree, but the potential to confuse monitoring equipment (and given the activity in XRBLOCK, someone must care about that...), and the additional signalling needed, again seem to outweigh the bandwidth cost.

Colin



On 27 Oct 2011, at 23:57, Jonathan Lennox wrote:
> Hi, Colin --
> 
> Thanks for taking a look my draft!
> 
> I saw this recommendation in the multiplex-architecture draft, after I finished my own (I didn't get a chance to read any other -00 drafts before finishing my own before the deadline).
> 
> I think this is an AVTCore issue, so I'm following up there...further discussion should probably just be on AVTCore, unless there are WebRTC-specific issues.
> 
> 
> The multiplexing-architecture draft in general is a very good draft -- it's extremely thorough and useful -- but I admit to not being very convinced by that section of it.
> 
> At small numbers of sources, self-reporting and cross-reporting does indeed use a fairly small amount of bandwidth, but the problem is that their bandwidth usage is quadratic in the number of sources, since every source must report on every other. So as the number of sources grows, they begin to consume all RTCP bandwidth sending redundant or trivial information.
> 
> And this for the sake of third-party monitors, which (personally) I've never seen deployed outside a research environment, and seem architecturally dubious to me, at least for offer-answer negotiated streams. (IPTV and other declarative-SDP architectures are probably different.)
> 
> On Oct 27, 2011, at 11:12 AM, Colin Perkins wrote:
> 
>> Jonathan,
>> 
>> Thanks for submitting. This is a good draft.
>> 
>> One comment: Section 3.1 suggests that a source generating multiple RTP streams, with multiple SSRCs, should not send RTCP reports for its own media, and should pick a single SSRC to use when sending reports on other media. I agree that this would save a small amount of bandwidth, but I think the savings are negligible, it complicates the monitoring model, and so is a mistake. We talk about this in draft-westerlund-avtcore-multiplex-architecture-00 (Section 9, in particular).
>> 
>> Cheers,
>> Colin
> 
> --
> Jonathan Lennox
> jonathan@vidyo.com
> 
> 
> _______________________________________________
> rtcweb mailing list
> rtcweb@ietf.org
> https://www.ietf.org/mailman/listinfo/rtcweb



-- 
Colin Perkins
http://csperkins.org/