Re: [MMUSIC] How does mmt grouping work with multiple streams of the same type?
Harald Alvestrand <harald@alvestrand.no> Thu, 11 October 2012 15:14 UTC
Return-Path: <harald@alvestrand.no>
X-Original-To: mmusic@ietfa.amsl.com
Delivered-To: mmusic@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2E76F21F866D for <mmusic@ietfa.amsl.com>; Thu, 11 Oct 2012 08:14:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -109.549
X-Spam-Level:
X-Spam-Status: No, score=-109.549 tagged_above=-999 required=5 tests=[AWL=-0.750, BAYES_00=-2.599, J_CHICKENPOX_15=0.6, J_CHICKENPOX_16=0.6, J_CHICKENPOX_18=0.6, RCVD_IN_DNSWL_HI=-8, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id HRWPtGjFixIu for <mmusic@ietfa.amsl.com>; Thu, 11 Oct 2012 08:14:07 -0700 (PDT)
Received: from eikenes.alvestrand.no (eikenes.alvestrand.no [158.38.152.233]) by ietfa.amsl.com (Postfix) with ESMTP id B368821F8625 for <mmusic@ietf.org>; Thu, 11 Oct 2012 08:14:06 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by eikenes.alvestrand.no (Postfix) with ESMTP id B124039E057; Thu, 11 Oct 2012 17:14:04 +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 8xhcNMM4OSzo; Thu, 11 Oct 2012 17:14:03 +0200 (CEST)
Received: from [IPv6:2001:470:de0a:27:3900:9657:23b1:d58d] (unknown [IPv6:2001:470:de0a:27:3900:9657:23b1:d58d]) by eikenes.alvestrand.no (Postfix) with ESMTPSA id 6668139E04C; Thu, 11 Oct 2012 17:14:03 +0200 (CEST)
Message-ID: <5076E2AB.2070507@alvestrand.no>
Date: Thu, 11 Oct 2012 17:15:55 +0200
From: Harald Alvestrand <harald@alvestrand.no>
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120912 Thunderbird/15.0.1
MIME-Version: 1.0
To: "Stach, Thomas" <thomas.stach@siemens-enterprise.com>
References: <F81CEE99482EFE438DAE2A652361EE120128BCF2@MCHP04MSX.global-ad.net> <5076CC50.7000103@alvestrand.no> <F81CEE99482EFE438DAE2A652361EE120128BD71@MCHP04MSX.global-ad.net> <5076DB5F.5030205@alvestrand.no> <F81CEE99482EFE438DAE2A652361EE120128BDAA@MCHP04MSX.global-ad.net>
In-Reply-To: <F81CEE99482EFE438DAE2A652361EE120128BDAA@MCHP04MSX.global-ad.net>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 8bit
Cc: Jonathan Lennox <jonathan@vidyo.com>, mmusic WG <mmusic@ietf.org>, Christer Holmberg <christer.holmberg@ericsson.com>
Subject: Re: [MMUSIC] How does mmt grouping work with multiple streams of the same type?
X-BeenThere: mmusic@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Multiparty Multimedia Session Control Working Group <mmusic.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/mmusic>, <mailto:mmusic-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mmusic>
List-Post: <mailto:mmusic@ietf.org>
List-Help: <mailto:mmusic-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mmusic>, <mailto:mmusic-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Oct 2012 15:14:11 -0000
On 10/11/2012 04:55 PM, Stach, Thomas wrote: > inline > >> -----Ursprüngliche Nachricht----- >> Von: Harald Alvestrand [mailto:harald@alvestrand.no] >> Gesendet: Donnerstag, 11. Oktober 2012 16:45 >> An: Stach, Thomas >> Cc: Christer Holmberg; Jonathan Lennox; mmusic WG >> Betreff: Re: AW: How does mmt grouping work with multiple >> streams of the same type? >> >> On 10/11/2012 04:13 PM, Stach, Thomas wrote: >>> Harald, >>> >>> thanks for the reply. >>> It helps for my second question, but not for my main question. >>> How can the answerer recognize (from the m=anymedia line >> alone) that multiple video streams need to be set up in the >> same RTP session? >> If each video stream is signalled by the presence of SSRC-associated >> signalling for that video stream, you count the number of >> video streams signalled. > Could that be done by e.g. enhancing the new a=mmtype with an ssrc element? > E.g. > > a=mmtype: 0 audio ssrc=1 > a=mmtype: 8 audio ssrc=1 > a=mmtype: 97 audio ssrc=2 > a=mmtype: 31 video ssrc=3 > a=mmtype: 32 video ssrc=4 > > would mean 2 audio streams and 2 video streams, whereas > > a=mmtype: 0 audio ssrc=1 > a=mmtype: 8 audio ssrc=1 > a=mmtype: 97 audio ssrc=1 > a=mmtype: 31 video ssrc=2 > a=mmtype: 32 video ssrc=2 > > means 1 audio and 1 video stream based on the number of different SSRCs? On the principle of "don't invent new stuff if you already have stuff", I think we should continue to use RFC 5576 for this purpose: a=ssrc:1 <something follows> The suggestion above wouldn't work for the case of two SSRCs both using the same payload type. > >>> Regards >>> Thomas >>> >>>> -----Ursprüngliche Nachricht----- >>>> Von: Harald Alvestrand [mailto:harald@alvestrand.no] >>>> Gesendet: Donnerstag, 11. Oktober 2012 15:41 >>>> An: Stach, Thomas >>>> Cc: Christer Holmberg; Jonathan Lennox; mmusic WG >>>> Betreff: Re: How does mmt grouping work with multiple streams >>>> of the same type? >>>> >>>> On 10/11/2012 03:12 PM, Stach, Thomas wrote: >>>>> Christer, Harald, Jonathan, >>>>> >>>>> I have the impression that the >>>> draft-holmberg-mmusic-sdp-mmt-negotiation is based on >>>> Jonathan's proposal >>>>> to have an explicit desrciption for the bundled streams as >>>> proposed in >>>>> http://www.ietf.org/mail-archive/web/mmusic/current/msg09454.html >>>>> >>>>> Among other points the following is stated: >>>>> * The m=bundle is a complete description of an entirely >>>> separate m-line; if it's used, the other m-lines in the group >>>> are rejected and the information they carry is ignored. >>>>> I think this a desirable property >>>>> >>>>> Now, consider a case were you have 4 streams, i.e. 4 >>>> m-lines (e.g. 2 audio and 2 video). >>>>> How would that be mapped to the m=anymedia line? >>>>> How does mmt grouping work with multiple streams of the same type? >>>>> >>>>> From the currently proposed syntax for the m=anymedia line >>>> I cannot deduce that multiple audio or video streams are offered. >>>>> I would have to look into the "legacy" m-lines to recognize this. >>>>> In case that e.g. the video stream use different codecs, I >>>> could also learn that only from the legacy m-lines. >>>> >>>> In the case where it's desirable to carry multiple video >>>> streams in one >>>> RTP session, and have different descriptions in SDP for >> the different >>>> video streams, there has to be some signalling that tells the >>>> recipient >>>> which description applies to which video stream. >>>> >>>> The video streams will have different SSRCSs. Therefore, the only >>>> reasonable answer in the MMT grouping case seems to be >>>> SSRC-associated >>>> signalling. >>>> >>>> In the other variants, it's actually unclear to me how the >>>> video streams >>>> described by the different m= lines would be detected by the >>>> recipients; >>>> I'd been assuming SSRC-associated signalling for other >>>> reasons, so only >>>> when this discussion resurfaced, I started thinking about >> this again, >>>> and discovered that I didn't have an answer. >>>> >>>> That is, in the description >>>> >>>> a=group:bundle foo bar baz >>>> m=video 4270 >>>> a=mid:foo >>>> a=property-x:1 >>>> m=video >>>> a=mid:bar >>>> a=property-x:2 >>>> m=video >>>> a=mid:baz >>>> a=property-x:3 >>>> >>>> one would expect a single RTP stream to be set up; when >> the recipient >>>> gets 3 video streams with SSRCS 234, 235 and 236, how does he >>>> know which >>>> stream should have which value for "property-x"? >>>> One can solve it with SSRC-associated signalling in this case too: >>>> >>>> a=ssrc:234 property-x:1 >>>> >>>> but then you're back to doing SSRC-associated signalling, and >>>> if you're >>>> already doing that, we're not very different from the MMT >> description >>>> anyway. >>>> >>>> That's how I think of it at the moment, anyway - YMMV. >>>> >>>> >>>>
- [MMUSIC] How does mmt grouping work with multiple… Stach, Thomas
- Re: [MMUSIC] How does mmt grouping work with mult… Harald Alvestrand
- Re: [MMUSIC] How does mmt grouping work with mult… Stach, Thomas
- Re: [MMUSIC] How does mmt grouping work with mult… Harald Alvestrand
- Re: [MMUSIC] How does mmt grouping work with mult… Stach, Thomas
- Re: [MMUSIC] How does mmt grouping work with mult… Harald Alvestrand
- Re: [MMUSIC] How does mmt grouping work with mult… Stach, Thomas
- Re: [MMUSIC] How does mmt grouping work with mult… Harald Alvestrand
- Re: [MMUSIC] How does mmt grouping work with mult… Stach, Thomas
- Re: [MMUSIC] How does mmt grouping work with mult… Christer Holmberg
- Re: [MMUSIC] How does mmt grouping work with mult… Harald Alvestrand
- Re: [MMUSIC] How does mmt grouping work with mult… Harald Alvestrand
- Re: [MMUSIC] How does mmt grouping work with mult… Christer Holmberg
- Re: [MMUSIC] How does mmt grouping work with mult… Stach, Thomas
- Re: [MMUSIC] How does mmt grouping work with mult… Christer Holmberg
- Re: [MMUSIC] How does mmt grouping work with mult… Stach, Thomas