Re: [rtcweb] #21: Section 4.1: max-ssrc
"rtcweb issue tracker" <trac+rtcweb@trac.tools.ietf.org> Mon, 26 August 2013 07:10 UTC
Return-Path: <trac+rtcweb@trac.tools.ietf.org>
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 4DCA511E816F for <rtcweb@ietfa.amsl.com>; Mon, 26 Aug 2013 00:10:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.599
X-Spam-Level:
X-Spam-Status: No, score=-102.599 tagged_above=-999 required=5 tests=[AWL=0.000, BAYES_00=-2.599, 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 90-Zb1VbMUHI for <rtcweb@ietfa.amsl.com>; Mon, 26 Aug 2013 00:10:47 -0700 (PDT)
Received: from grenache.tools.ietf.org (grenache.tools.ietf.org [IPv6:2a01:3f0:1:2::30]) by ietfa.amsl.com (Postfix) with ESMTP id 1806611E8162 for <rtcweb@ietf.org>; Mon, 26 Aug 2013 00:10:46 -0700 (PDT)
Received: from localhost ([127.0.0.1]:40301 helo=grenache.tools.ietf.org ident=www-data) by grenache.tools.ietf.org with esmtp (Exim 4.80) (envelope-from <trac+rtcweb@trac.tools.ietf.org>) id 1VDqwM-0007JF-QY; Mon, 26 Aug 2013 09:10:18 +0200
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: rtcweb issue tracker <trac+rtcweb@trac.tools.ietf.org>
X-Trac-Version: 0.12.3
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.3, by Edgewall Software
To: draft-ietf-rtcweb-rtp-usage@tools.ietf.org, bernard_aboba@hotmail.com
X-Trac-Project: rtcweb
Date: Mon, 26 Aug 2013 07:10:18 -0000
X-URL: http://tools.ietf.org/rtcweb/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/wg/rtcweb/trac/ticket/21#comment:1
Message-ID: <081.a9ccbb10713159757ee78e031bf4ca19@trac.tools.ietf.org>
References: <066.24fd9f7b181a152e4f4cdd53f9ed4a49@trac.tools.ietf.org>
X-Trac-Ticket-ID: 21
In-Reply-To: <066.24fd9f7b181a152e4f4cdd53f9ed4a49@trac.tools.ietf.org>
X-SA-Exim-Connect-IP: 127.0.0.1
X-SA-Exim-Rcpt-To: draft-ietf-rtcweb-rtp-usage@tools.ietf.org, bernard_aboba@hotmail.com, rtcweb@ietf.org
X-SA-Exim-Mail-From: trac+rtcweb@trac.tools.ietf.org
X-SA-Exim-Scanned: No (on grenache.tools.ietf.org); SAEximRunCond expanded to false
Resent-To: csp@csperkins.org, jorg.ott@aalto.fi, magnus.westerlund@ericsson.com
Resent-Message-Id: <20130826071047.1806611E8162@ietfa.amsl.com>
Resent-Date: Mon, 26 Aug 2013 00:10:46 -0700
Resent-From: trac+rtcweb@trac.tools.ietf.org
Cc: rtcweb@ietf.org
Subject: Re: [rtcweb] #21: Section 4.1: max-ssrc
X-BeenThere: rtcweb@ietf.org
X-Mailman-Version: 2.1.12
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: Mon, 26 Aug 2013 07:10:50 -0000
#21: Section 4.1: max-ssrc Comment (by bernard_aboba@hotmail.com) [Magnus Westerlund] I find this comment intriguing and I think important to understand for the usage of SVC in context of a single RTP session. So you are saying that you intended to use multi-stream transmission of SVC within a single RTP session. Could you please expand on the motivation for this as it will be a requirement effecting signalling requirements. I would note that SVC MST media streams with multiple media sources in a single RTP stream may have issues being correctly associated. Regarding Max-SSRC signalling: Okay, let me reformulate this question from SSRCs to media decoders. This as the max-ssrc is designed to be able to express limitations on number of simultaneous decoders for different codecs a receiver can handle through the usage of the SSRC and PT combination. Other designs for this type of signaling is possible. Are there interest in the WG to be able to indicate the limitations of a receiver in how many simultaneous media streams a receiver can decode and thus makes sense to transmit to it? [BA] Yes "multi-SSRC" transmission can be used within a single RTP session. RFC 6190 uses the term "multi-session transmission", but does not require that multiple sessions be used. There are several motivations for this, including: 1) not needing to rewrite sequence numbers or RTCP messages when RTP streams are dropped; 2) being able to use FEC only on some layers (e.g. base layer only). Advantage 1) can translate into not needing to decrypt streams in the MANE in some circumstances, just forward and drop. With respect to being associated, there is a need to signal this (e.g. a=ssrc-group:DDP) and also for an RTP extension (and maybe SDES, too). Yes, "max-decoders" is better than "max-ssrc". Personally, I think this is worth working on (but probably in MMUSIC, not RTCWEB). -- -------------------------------------+------------------------------------- Reporter: | Owner: draft-ietf-rtcweb-rtp- bernard_aboba@hotmail.com | usage@tools.ietf.org Type: defect | Status: new Priority: minor | Milestone: milestone1 Component: rtp-usage | Version: 1.0 Severity: Active WG Document | Resolution: Keywords: | -------------------------------------+------------------------------------- Ticket URL: <http://trac.tools.ietf.org/wg/rtcweb/trac/ticket/21#comment:1> rtcweb <http://tools.ietf.org/rtcweb/>
- [rtcweb] #21: Section 4.1: max-ssrc rtcweb issue tracker
- Re: [rtcweb] #21: Section 4.1: max-ssrc Magnus Westerlund
- Re: [rtcweb] #21: Section 4.1: max-ssrc rtcweb issue tracker