Re: [MMUSIC] MSID and mslabel

Harald Alvestrand <harald@alvestrand.no> Wed, 24 October 2012 16:40 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 4779121F8C35 for <mmusic@ietfa.amsl.com>; Wed, 24 Oct 2012 09:40:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -109.243
X-Spam-Level:
X-Spam-Status: No, score=-109.243 tagged_above=-999 required=5 tests=[AWL=-1.045, BAYES_00=-2.599, HTML_MESSAGE=0.001, J_CHICKENPOX_12=0.6, J_CHICKENPOX_14=0.6, J_CHICKENPOX_15=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 vVoP3uno60IR for <mmusic@ietfa.amsl.com>; Wed, 24 Oct 2012 09:40:42 -0700 (PDT)
Received: from eikenes.alvestrand.no (eikenes.alvestrand.no [158.38.152.233]) by ietfa.amsl.com (Postfix) with ESMTP id 40DB421F8C7B for <mmusic@ietf.org>; Wed, 24 Oct 2012 09:40:42 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by eikenes.alvestrand.no (Postfix) with ESMTP id 9CA6239E18D for <mmusic@ietf.org>; Wed, 24 Oct 2012 18:40:40 +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 lumtzS5fOBAp for <mmusic@ietf.org>; Wed, 24 Oct 2012 18:40:39 +0200 (CEST)
Received: from hta-dell.lul.corp.google.com (unknown [IPv6:2620:0:1043:1:be30:5bff:fede:bcdc]) by eikenes.alvestrand.no (Postfix) with ESMTPSA id 8003439E173 for <mmusic@ietf.org>; Wed, 24 Oct 2012 18:40:39 +0200 (CEST)
Message-ID: <50881A06.1020205@alvestrand.no>
Date: Wed, 24 Oct 2012 18:40:38 +0200
From: Harald Alvestrand <harald@alvestrand.no>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121011 Thunderbird/16.0.1
MIME-Version: 1.0
To: mmusic@ietf.org
References: <BLU169-DS38BEC9099D53CE0D49E28E938D0@phx.gbl>, <50791CDC.7030104@ericsson.com> <BLU002-W12105D0DF5E768138E508A493790@phx.gbl>
In-Reply-To: <BLU002-W12105D0DF5E768138E508A493790@phx.gbl>
Content-Type: multipart/alternative; boundary="------------000108040601000604070303"
Subject: Re: [MMUSIC] MSID and mslabel
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: Wed, 24 Oct 2012 16:40:43 -0000

On 10/23/2012 09:00 PM, Bernard Aboba wrote:
> Miguel Garcia said:
>
> >
> > Bernard,
> >
> > I cannot identify the "mslabel" attribute. Do you know where it is 
> specified?
> >
> > Perhaps you refer to the "label" attribute (RFC 4574).
> >
> > /Miguel
>
> [BA] As Harald noted (see 
> http://www.ietf.org/mail-archive/web/mmusic/current/msg09712.html),
> "mslabel" is used within a=ssrc lines, presumably for a similar 
> purpose that "msid" is proposed for.

 From a quick look at the source code, it looks like an identifier for a 
synchronization context - so it's a synonym for cname, more or less.

> An example:
>
> SDP from createOffer(), Chrome Version 24.0.1297.0 dev
>
> v=0
> o=- 1321413050 2 IN IP4 127.0.0.1
> s=-
> t=0 0
> a=group:BUNDLE audio video
> m=audio 1 RTP/SAVPF 103 104 0 8 106 105 13 126
> c=IN IP4 0.0.0.0
> a=rtcp:1 IN IP4 0.0.0.0
> a=ice-ufrag:9wMh/Gc6fgJBzvzQ
> a=ice-pwd:4I4SozPeoRtm9C58OF8M/deY
> a=ice-options:google-ice
> a=sendrecv
> a=mid:audio
> a=rtcp-mux
> a=crypto:1 AES_CM_128_HMAC_SHA1_80 
> inline:JyWcGXs7j0U5aWAj8RlUdSwWkBRtmbvg3njMO1FB
> a=rtpmap:103 ISAC/16000
> a=rtpmap:104 ISAC/32000
> a=rtpmap:0 PCMU/8000
> a=rtpmap:8 PCMA/8000
> a=rtpmap:106 CN/32000
> a=rtpmap:105 CN/16000
> a=rtpmap:13 CN/8000
> a=rtpmap:126 telephone-event/8000
> a=ssrc:1635880669 cname:ZXVf3drwG3fT+Wh5
> a=ssrc:1635880669 mslabel:cLFXFpfLOP31s7D1A9on2I2rAvhTKqGSZEWr
> a=ssrc:1635880669 label:cLFXFpfLOP31s7D1A9on2I2rAvhTKqGSZEWr00
> m=video 1 RTP/SAVPF 100 101 102
> c=IN IP4 0.0.0.0
> a=rtcp:1 IN IP4 0.0.0.0
> a=ice-ufrag:9wMh/Gc6fgJBzvzQ
> a=ice-pwd:4I4SozPeoRtm9C58OF8M/deY
> a=ice-options:google-ice
> a=sendrecv
> a=mid:video
> a=rtcp-mux
> a=crypto:1 AES_CM_128_HMAC_SHA1_80 
> inline:JyWcGXs7j0U5aWAj8RlUdSwWkBRtmbvg3njMO1FB
> a=rtpmap:100 VP8/90000
> a=rtpmap:101 red/90000
> a=rtpmap:102 ulpfec/90000
> a=ssrc:1563041388 cname:ZXVf3drwG3fT+Wh5
> a=ssrc:1563041388 mslabel:cLFXFpfLOP31s7D1A9on2I2rAvhTKqGSZEWr
> a=ssrc:1563041388 label:cLFXFpfLOP31s7D1A9on2I2rAvhTKqGSZEWr10
>
>
> _______________________________________________
> mmusic mailing list
> mmusic@ietf.org
> https://www.ietf.org/mailman/listinfo/mmusic