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

Simon Perreault <sperreault@jive.com> Thu, 04 June 2015 18:08 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 E75961A8775 for <avt@ietfa.amsl.com>; Thu, 4 Jun 2015 11:08:19 -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 2AfPJkruvZOd for <avt@ietfa.amsl.com>; Thu, 4 Jun 2015 11:08:18 -0700 (PDT)
Received: from mail-qk0-f179.google.com (mail-qk0-f179.google.com [209.85.220.179]) (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 A30521A8729 for <avt@ietf.org>; Thu, 4 Jun 2015 11:08:13 -0700 (PDT)
Received: by qkx62 with SMTP id 62so28102590qkx.3 for <avt@ietf.org>; Thu, 04 Jun 2015 11:08:13 -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=QTmB2BDRuCI82IeYTXWc8Hst+e6VOFS00W22F8YCeds=; b=DhgWWAL0suyEfw9+bBSem/6gY1+T9MKWENLIWrmxF90F93eVOEPEPHyxVvu4AolC/M OOMLWdAms3hGpz4Nf9eaG/EfYqTx/xYV42mDm8OaknZkIdMZTbPxRfdt5sHuStx5wioE k9EEhLBVqQX6yPnAMprgtIMG2Tqtr0QI27NVrM5XpsmgEcpbW4sZohGMnyo9ns2FCvDx EG+E8Qhl6YTAHie9vuetCF6T99DosHRWqoCwx11AsbzgZWa975QYA9NbzlUGZGH/w90G nj2zH0McMLr4XoqV7iIkXijbKnmK+V7tmwUC0I+wcxA0TUYIz6nockcVmcmFTk9BZ3di Z4vQ==
X-Gm-Message-State: ALoCoQkexKbo06R6FD7uQcktk0W9em/QCEM/mGVyCUWS1JVr2GmxECZWna+8l80jaPZATNmPXTXL
X-Received: by 10.140.239.129 with SMTP id k123mr45942868qhc.66.1433441292920; Thu, 04 Jun 2015 11:08:12 -0700 (PDT)
Received: from [192.168.1.44] ([24.53.47.130]) by mx.google.com with ESMTPSA id f63sm2743780qhe.34.2015.06.04.11.08.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 04 Jun 2015 11:08:11 -0700 (PDT)
Message-ID: <5570940A.60604@jive.com>
Date: Thu, 04 Jun 2015 14:08:10 -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: Magnus Westerlund <magnus.westerlund@ericsson.com>, Harald Alvestrand <harald@alvestrand.no>, avt@ietf.org, pbos@google.com
References: <556C1EFB.8060005@alvestrand.no> <556C23A4.4050500@ericsson.com>
In-Reply-To: <556C23A4.4050500@ericsson.com>
Content-Type: text/plain; charset="windows-1252"
Content-Transfer-Encoding: 8bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/avt/rzQZi0U9-WkD8VO2JvRRt3z68Y4>
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:08:20 -0000

Le 2015-06-01 05:19, Magnus Westerlund a écrit :
>> If you send no streams, what SSRC should you be using in receiver
>> reports?
> 
> You obviously need one, and if there are no known intention to send a
> stream later, then one have to pick one value at random.

You also need to track sources and handle any collision with the SSRC
you have picked as usual, potentially re-generating a new one.

Simon