[bfcpbis] RFC4583bis examples

"Alfred E. Heggestad" <aeh@db.org> Sun, 20 January 2013 18:08 UTC

Return-Path: <aeh@db.org>
X-Original-To: bfcpbis@ietfa.amsl.com
Delivered-To: bfcpbis@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 557BB21F8555 for <bfcpbis@ietfa.amsl.com>; Sun, 20 Jan 2013 10:08:39 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.399
X-Spam-Level:
X-Spam-Status: No, score=-1.399 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, J_CHICKENPOX_111=0.6, J_CHICKENPOX_15=0.6]
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 UbQRDbOVJXPb for <bfcpbis@ietfa.amsl.com>; Sun, 20 Jan 2013 10:08:38 -0800 (PST)
Received: from mailstore06.sysedata.no (b.mail.tornado.no [195.159.29.130]) by ietfa.amsl.com (Postfix) with ESMTP id 9DB7E21F857E for <bfcpbis@ietf.org>; Sun, 20 Jan 2013 10:08:37 -0800 (PST)
Received: from [84.209.197.2] (helo=alfred-heggestads-macbook-pro.local) by mailstore06.sysedata.no with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <aeh@db.org>) id 1TwzJr-00039C-IA for bfcpbis@ietf.org; Sun, 20 Jan 2013 19:08:35 +0100
Message-ID: <50FC32A3.4020908@db.org>
Date: Sun, 20 Jan 2013 19:08:35 +0100
From: "Alfred E. Heggestad" <aeh@db.org>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130107 Thunderbird/17.0.2
MIME-Version: 1.0
To: "bfcpbis@ietf.org" <bfcpbis@ietf.org>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: [bfcpbis] RFC4583bis examples
X-BeenThere: bfcpbis@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: BFCPBIS working group discussion list <bfcpbis.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/bfcpbis>, <mailto:bfcpbis-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/bfcpbis>
List-Post: <mailto:bfcpbis@ietf.org>
List-Help: <mailto:bfcpbis-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/bfcpbis>, <mailto:bfcpbis-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 20 Jan 2013 18:08:39 -0000

hi,


I have some comments to the Example section in:

   http://tools.ietf.org/id/draft-ietf-bfcpbis-rfc4583bis-05.txt



    m=application 50000 UDP/TLS/BFCP *
    a=setup:actpass
    a=fingerprint:SHA-1 \
         4A:AD:B9:B1:3F:82:18:3B:54:02:12:DF:3E:5D:49:6B:19:E5:7C:AB
    a=floorctrl:c-only, s-only
    a=confid:4321
    a=userid:1234
    a=floorid:1 mstrm:10
    a=floorid:2 mstrm:11
    m=audio 50002 RTP/AVP 0
    a=label:10
    m=video 50004 RTP/AVP 31
    a=label:11

    The following is the answer returned by the server.

    m=application 9 UDP/TLS/BFCP *
    a=setup:active
    a=fingerprint:SHA-1 \
         3D:B4:7B:E3:CC:FC:0D:1B:5D:31:33:9E:48:9B:67:FE:68:40:E8:21
    a=floorctrl:s-only
    a=confid:4321
    a=userid:1234
    a=floorid:1 mstrm:10
    a=floorid:2 mstrm:11
    m=audio 55000 RTP/AVP 0
    m=video 55002 RTP/AVP 31



1. can the "floorctrl" attribute have several values, and are they
    separated by COMMA or SPACE ?


2. is it normal to use port 9 for UDP sockets ...? perhaps it is better
    to use a port number from the example range (1024-65535) ?






/alfred