Re: [AVTCORE] Query: Reporting SSRC when you send no streams?

Simon Perreault <sperreault@jive.com> Thu, 04 June 2015 18:09 UTC

Return-Path: <sperreault@jive.com>
X-Original-To: avt@ietfa.amsl.com
Delivered-To: avt@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 424791A874D for <avt@ietfa.amsl.com>; Thu, 4 Jun 2015 11:09:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.601
X-Spam-Level:
X-Spam-Status: No, score=-2.601 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GgQNWEdar7nq for <avt@ietfa.amsl.com>; Thu, 4 Jun 2015 11:09:44 -0700 (PDT)
Received: from mail-qc0-f171.google.com (mail-qc0-f171.google.com [209.85.216.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D5F6F1A8729 for <avt@ietf.org>; Thu, 4 Jun 2015 11:09:43 -0700 (PDT)
Received: by qcxw10 with SMTP id w10so21013764qcx.3 for <avt@ietf.org>; Thu, 04 Jun 2015 11:09:43 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=7iIXlq0a2A028dZeSAGlp5eoMI44/Tk9OqJywt9q/zQ=; b=jSN/ossCMupuSjG/p8GvVpK0i9hQGCZjFs9C8Q4t+93ydeMYM/l43RymRhftZbRW1n R8AQWXc3LotgsIzmEVw/DjtXQ6uwYFA0+VtHsTxV9vhGlIQ+Q5Rlejdn/ekYU7OaSixY fHtwQcbju/ITvKjlEoKpbxM5OemIw9A4cBBKYTWJZIGu12iM1veUdGzwd4hWG1VGLv/G wc6SwwQ4S60pfCe8JfnrTFums4w8rNJ4mZLk2PC0mPa54h1uxFLx3THA5MPil4rjiaqI wkA1wgVnfvO0OtTGVHjG4SYHOab6sl/kfnvnfeWUg+R8ZDpeniJYYRP0BlVzpD/BW0Di /XAw==
X-Gm-Message-State: ALoCoQnbBny2jkuwC+XUtLxf+frNVOSh6MfjQH50EOLr49bt7A/EC7E4nnX1IBEM3qVRcv67G5cX
X-Received: by 10.55.53.143 with SMTP id c137mr73190105qka.15.1433441383122; Thu, 04 Jun 2015 11:09:43 -0700 (PDT)
Received: from [192.168.1.44] ([24.53.47.130]) by mx.google.com with ESMTPSA id d197sm1837766qka.21.2015.06.04.11.09.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Jun 2015 11:09:42 -0700 (PDT)
Message-ID: <55709464.4050000@jive.com>
Date: Thu, 04 Jun 2015 14:09:40 -0400
From: Simon Perreault <sperreault@jive.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
MIME-Version: 1.0
To: Harald Alvestrand <harald@alvestrand.no>, Magnus Westerlund <magnus.westerlund@ericsson.com>, avt@ietf.org, pbos@google.com
References: <556C1EFB.8060005@alvestrand.no> <556C23A4.4050500@ericsson.com> <556F1046.6020102@alvestrand.no>
In-Reply-To: <556F1046.6020102@alvestrand.no>
Content-Type: text/plain; charset="windows-1252"
Content-Transfer-Encoding: 8bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/avt/bgn3RG5epSXz2vlLPL8jyp4kmek>
Subject: Re: [AVTCORE] Query: Reporting SSRC when you send no streams?
X-BeenThere: avt@ietf.org
X-Mailman-Version: 2.1.15
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: Thu, 04 Jun 2015 18:09:45 -0000

Le 2015-06-03 10:33, Harald Alvestrand a écrit :
> One thing I think I overlooked: If I (for other reasons) want to send an
> RTCP BYE on an SSRC, is that also a promise that I won't be using this
> SSRC for sending RR reports?

You would use the same SSRC for sending BYEs and RRs.

Simon