Re: [xrblock] Comments on draft-ietf-xrblock-rtcp-xr-synchronization-00

Hitoshi Asaeda <asaeda@sfc.wide.ad.jp> Tue, 30 October 2012 04:38 UTC

Return-Path: <asaeda@sfc.wide.ad.jp>
X-Original-To: xrblock@ietfa.amsl.com
Delivered-To: xrblock@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 35B0321F84E1 for <xrblock@ietfa.amsl.com>; Mon, 29 Oct 2012 21:38:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -99.096
X-Spam-Level:
X-Spam-Status: No, score=-99.096 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HELO_EQ_JP=1.244, HOST_EQ_JP=1.265, RELAY_IS_203=0.994, 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 KMRQHVS12baI for <xrblock@ietfa.amsl.com>; Mon, 29 Oct 2012 21:38:11 -0700 (PDT)
Received: from mail.sfc.wide.ad.jp (shonan.sfc.wide.ad.jp [203.178.142.130]) by ietfa.amsl.com (Postfix) with ESMTP id 3B9F121F84CF for <xrblock@ietf.org>; Mon, 29 Oct 2012 21:38:11 -0700 (PDT)
Received: from localhost (unknown [202.249.37.10]) by mail.sfc.wide.ad.jp (Postfix) with ESMTPSA id EC90E2780AA; Tue, 30 Oct 2012 13:38:02 +0900 (JST)
Date: Tue, 30 Oct 2012 13:38:04 +0900
Message-Id: <20121030.133804.10211661.asaeda@sfc.wide.ad.jp>
To: rachel.huang@huawei.com
From: Hitoshi Asaeda <asaeda@sfc.wide.ad.jp>
In-Reply-To: <51E6A56BD6A85142B9D172C87FC3ABBB443ACC48@szxeml539-mbx.china.huawei.com>
References: <51E6A56BD6A85142B9D172C87FC3ABBB443AB6A8@szxeml539-mbx.china.huawei.com> <12D5C620-EEE0-4FBC-B77C-165748978B97@csperkins.org> <51E6A56BD6A85142B9D172C87FC3ABBB443ACC48@szxeml539-mbx.china.huawei.com>
X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Cc: csp@csperkins.org, xrblock@ietf.org
Subject: Re: [xrblock] Comments on draft-ietf-xrblock-rtcp-xr-synchronization-00
X-BeenThere: xrblock@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Metric Blocks for use with RTCP's Extended Report Framework working group discussion list <xrblock.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xrblock>, <mailto:xrblock-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/xrblock>
List-Post: <mailto:xrblock@ietf.org>
List-Help: <mailto:xrblock-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xrblock>, <mailto:xrblock-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 30 Oct 2012 04:38:12 -0000

Hi Colin and Rachel,

>>>> Hi folks,
>>>> 
>>>> I have 2 comments for draft-ietf-xrblock-rtcp-xr-synchronization:
>>>> 
>>>> 1.       In RTP flows synchronization offset metric block, only one SSRC set to the SSRC of the reference RTP stream has been specified. IMO,  the SSRC of the reporting stream should be also required.
>>>> 2.       Synchronization offset is a 64-bit unsigned fixed-point number. No indication shows which stream, the reporting stream or the reference stream,  is lag behind. So I propose to split one bit from "Reserved" field to indicate the offset direction.
>>> 
>>> It would probably be easier to implement if you made the Synchronisation Offset a signed 64 bit value, rather than an unsigned 64 bit value and a separate sign bit.
>>> 
>> [Rachel]: The reason I proposed that is because the synchronization offset is represented using the timestamp format of NTP (a 64-bit unsigned fixed-point number), which I think it's better to keep it unchanged.  Are you suggesting to use a nonstandard format instead of the standard NTP format? But you're right that it may be easier for implementations to use a signed value to tell fast or slow from 2 streams.
> 
> 
> Thinking about this more, I'm confused why you need a 64 bit NTP format timestamp here. With the addition of a sign bit, this choice allows you to represent synchronisation offsets up to 136 years in either direction with picosecond accuracy. That range seems unnecessary. What is the actual requirement?
> 
> [Rachel]: The reason of using 64 bit NTP format timestamp is for accuracy, which has been discussed in the list before ( http://www.ietf.org/mail-archive/web/xrblock/current/msg00504.html ). But I agree with you that an additional sign bit is unnecessary. Your proposal makes sense here.

Well, the reason we use a 64 bit NTP format timestamp is just its
simplicity. While we don't need such long format, it'd be easier to
reuse it for the implementation, I thought.
But I also don't have no objection to make it signed.

Regards,
--
Hitoshi Asaeda