[MMUSIC] draft-ietf-mmusic-rtsp-nat-14 review

Ari Keranen <ari.keranen@nomadiclab.com> Wed, 05 December 2012 21:22 UTC

Return-Path: <ari.keranen@nomadiclab.com>
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 72CEC21F8B9E for <mmusic@ietfa.amsl.com>; Wed, 5 Dec 2012 13:22:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
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 4uzcH7Rw9dv1 for <mmusic@ietfa.amsl.com>; Wed, 5 Dec 2012 13:22:05 -0800 (PST)
Received: from gw.nomadiclab.com (unknown [IPv6:2001:14b8:400:101::2]) by ietfa.amsl.com (Postfix) with ESMTP id CCA9421F8AF1 for <mmusic@ietf.org>; Wed, 5 Dec 2012 13:22:03 -0800 (PST)
Received: from localhost (localhost [127.0.0.1]) by gw.nomadiclab.com (Postfix) with ESMTP id 6A94D4E6ED; Wed, 5 Dec 2012 23:22:02 +0200 (EET)
X-Virus-Scanned: amavisd-new at nomadiclab.com
Received: from gw.nomadiclab.com ([127.0.0.1]) by localhost (inside.nomadiclab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yuPubsXHDyNr; Wed, 5 Dec 2012 23:22:01 +0200 (EET)
Received: from as-macbook-air.p-661hnu-f1 (localhost [IPv6:::1]) by gw.nomadiclab.com (Postfix) with ESMTPSA id 93ABE4E6EC; Wed, 5 Dec 2012 23:22:01 +0200 (EET)
Message-ID: <50BFBAFC.8080106@nomadiclab.com>
Date: Wed, 05 Dec 2012 23:22:04 +0200
From: Ari Keranen <ari.keranen@nomadiclab.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:14.0) Gecko/20120713 Thunderbird/14.0
MIME-Version: 1.0
To: draft-ietf-mmusic-rtsp-nat@tools.ietf.org
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: mmusic <mmusic@ietf.org>
Subject: [MMUSIC] draft-ietf-mmusic-rtsp-nat-14 review
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, 05 Dec 2012 21:22:05 -0000

Hi,

I reviewed the draft-ietf-mmusic-rtsp-nat-14 and I think the document is 
in pretty good shape and ready to move forward. Some (mostly editorial) 
comments to consider:


3.  Solution Overview

         The client then installs the STUN servers on each of
         the local candidates transport addresses it has gathered

I would rather say "The client then prepares to act as a STUN server on 
each [...]"


         If the server has a public
         IP address, then a single candidate per address family

In some cases (e.g., certain ISPs, I've heard) even "public" IP address 
does not mean you're not behind a NAT. Maybe it's better to say here "If 
the server is not behind a NAT". Same issue in step 8.


         If the server has a public IP address with a single candidate
         per media stream, component and address family, then the server
         may be configured to not initiate connectivity checks.

This is the "ICE-RTSP", right? Maybe one (small) subsection defining 
this "feature" would make sense. Now it's a bit trickled around in this 
section, sec 4.8.1, 5.4, etc. For someone not familiar with ICE-RTSP, it 
looks like you're talking about ICE lite.


    the NAT need to be refreshed by the client to server traffic provided
    by the STUN keep-alive.

s/keep-alive/keep-alive mechanism/ (or messages).
Also in section 5.11.


5.7.  Client to Server ICE Connectivity Check

    The client receives the SETUP response and learns the candidate
    address to use for the connectivity checks.

s/address/addresses/ (right?)


    Aggressive nomination SHALL be used with RTSP.  This doesn't have the
    negative impact that it has in offer/answer as media playing only
    starts after issuing a PLAY request.

But it does have the downside of possibly selecting a lower-priority 
pair due to single dropped (e.g., due to congestion) connectivity check 
message for a higher priority pair. That said, probably SHALL is 
appropriate here, just wanted to make sure the implications are understood.


5.12.  Re-SETUP

    If the client decides to change any parameters related to the media
    stream setup

Could clarify (again) here that we talk about ICE parameters.


Cheers,
Ari