Re: [rtcweb] #15: Section 4.8: SSRC signaling

worley@ariadne.com (Dale R. Worley) Mon, 22 April 2013 22:16 UTC

Return-Path: <worley@shell01.TheWorld.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 B6D1311E80D9 for <rtcweb@ietfa.amsl.com>; Mon, 22 Apr 2013 15:16:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.98
X-Spam-Level:
X-Spam-Status: No, score=-2.98 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1, RCVD_IN_SORBS_WEB=0.619]
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 16AnP87mmPJN for <rtcweb@ietfa.amsl.com>; Mon, 22 Apr 2013 15:16:03 -0700 (PDT)
Received: from TheWorld.com (pcls6.std.com [192.74.137.146]) by ietfa.amsl.com (Postfix) with ESMTP id F414611E80D3 for <rtcweb@ietf.org>; Mon, 22 Apr 2013 15:16:02 -0700 (PDT)
Received: from shell.TheWorld.com (root@shell01.theworld.com [192.74.137.71]) by TheWorld.com (8.14.5/8.14.5) with ESMTP id r3MMFr9S030160; Mon, 22 Apr 2013 18:15:55 -0400
Received: from shell01.TheWorld.com (localhost.theworld.com [127.0.0.1]) by shell.TheWorld.com (8.13.6/8.12.8) with ESMTP id r3MMFrWH3207135; Mon, 22 Apr 2013 18:15:53 -0400 (EDT)
Received: (from worley@localhost) by shell01.TheWorld.com (8.13.6/8.13.6/Submit) id r3MMFqsE3199256; Mon, 22 Apr 2013 18:15:52 -0400 (EDT)
Date: Mon, 22 Apr 2013 18:15:52 -0400
Message-Id: <201304222215.r3MMFqsE3199256@shell01.TheWorld.com>
From: worley@ariadne.com
Sender: worley@ariadne.com
To: Martin Thomson <martin.thomson@gmail.com>
In-reply-to: <CABkgnnV2DA0v9FuJ=hC6JCB8xCxOW-QNFdvMD5=XuJ1MruFSGw@mail.gmail.com> (martin.thomson@gmail.com)
References: <066.4c5db43349d3176acaa90d17617a02d6@trac.tools.ietf.org> <5173ECC7.7020909@jitsi.org> <51754363.3090300@ericsson.com> <CABkgnnV2DA0v9FuJ=hC6JCB8xCxOW-QNFdvMD5=XuJ1MruFSGw@mail.gmail.com>
Cc: rtcweb@ietf.org
Subject: Re: [rtcweb] #15: Section 4.8: SSRC signaling
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: Mon, 22 Apr 2013 22:16:03 -0000

> From: Martin Thomson <martin.thomson@gmail.com>
> 
> On 22 April 2013 07:04, Magnus Westerlund
> <magnus.westerlund@ericsson.com> wrote:
> > Yes, we will be more explicit that one MUST be able to handle
> > unannounced SSRCs, this is the result of having this sentence:
> > "Use of the "a=ssrc:" attribute is OPTIONAL." If it is optional to use
> > then a receiver must be capable of dealing when they show up unannounced.

> The basic problem is that you don't have an answer that provides you
> with the necessary information.  Even if you could somehow associate
> an incoming packet with an m= line, [...]

My understanding is that associating an incoming RTP packet with an m=
line is a solved problem -- the transport association on which the
packet arrives determines the bundle, and (within all of the currently
active bundling proposals) the payload type tells which m= line within
the bundle.

> [...] you don't have any way to
> determine what identifier the remote side attached to that stream.
> It's also unknown how that stream was grouped prior to being put on
> the network.  This is somewhat important because we expect it to
> happen in a lot of cases.

However, I believe you are correct that knowing which m= line contains
the SSRC does not tell the RtcWeb stream identification.

Dale