Re: [Slim] SDP limitations

Paul Kyzivat <pkyzivat@alum.mit.edu> Mon, 05 October 2015 16:45 UTC

Return-Path: <pkyzivat@alum.mit.edu>
X-Original-To: slim@ietfa.amsl.com
Delivered-To: slim@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 812231A1BFF for <slim@ietfa.amsl.com>; Mon, 5 Oct 2015 09:45:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.035
X-Spam-Level:
X-Spam-Status: No, score=-0.035 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, J_CHICKENPOX_111=0.6, J_CHICKENPOX_12=0.6, SPF_SOFTFAIL=0.665] autolearn=no
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 9l8sC0WBAy22 for <slim@ietfa.amsl.com>; Mon, 5 Oct 2015 09:45:28 -0700 (PDT)
Received: from resqmta-po-12v.sys.comcast.net (resqmta-po-12v.sys.comcast.net [IPv6:2001:558:fe16:19:96:114:154:171]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AD9A01A1BA3 for <slim@ietf.org>; Mon, 5 Oct 2015 09:45:28 -0700 (PDT)
Received: from resomta-po-15v.sys.comcast.net ([96.114.154.239]) by resqmta-po-12v.sys.comcast.net with comcast id RUlM1r0015AAYLo01UlUQr; Mon, 05 Oct 2015 16:45:28 +0000
Received: from Paul-Kyzivats-MacBook-Pro.local ([50.138.229.151]) by resomta-po-15v.sys.comcast.net with comcast id RUlT1r00H3Ge9ey01UlThk; Mon, 05 Oct 2015 16:45:28 +0000
To: slim@ietf.org
References: <560FA86D.8080201@omnitor.se> <5611B9DC.1030706@nteczone.com> <56121D19.8000103@omnitor.se>
From: Paul Kyzivat <pkyzivat@alum.mit.edu>
Message-ID: <5612A926.9020908@alum.mit.edu>
Date: Mon, 05 Oct 2015 12:45:26 -0400
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.3.0
MIME-Version: 1.0
In-Reply-To: <56121D19.8000103@omnitor.se>
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 7bit
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1444063528; bh=uk50Cdd3389vKlkzWhUokIvV/RuZ46K0+2k1d8k5wxQ=; h=Received:Received:Subject:To:From:Message-ID:Date:MIME-Version: Content-Type; b=wFIy7ZhWKbxhSdbzdAs9DU21mICK/Jn/w0D+N2c7fa4tJnTEroPpfCy4AiYTPSo5c NR06DFiJTc1eC60BZ/R4Kl9J2zgpxA5LNNqz0C5dLN6LmOy8izsCm0x/XSBLPnRI+k 0SeGHlrI8apOCNxZTFGjF7NIBgvun5ISglrotGKgZ/6n2lny4Zs7jznn12sy7hgW0s 7jSgLTtCBfd6l5w7Siivy2dWPKSfMykVgguYm5WsspT94acrhlEVbdDaRfbdRU9j/c B+e7sA1jNFJzkBujyPPAKErOC522TMt5F46XnKYjtTiw0hj55BUIN4CV17yewaob4s pRLHVQ4qMlSSA==
Archived-At: <http://mailarchive.ietf.org/arch/msg/slim/2vFCM7DZQZhKfrsbc-vl5WXAXLM>
Subject: Re: [Slim] SDP limitations
X-BeenThere: slim@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Selection of Language for Internet Media <slim.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/slim>, <mailto:slim-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/slim/>
List-Post: <mailto:slim@ietf.org>
List-Help: <mailto:slim-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/slim>, <mailto:slim-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 05 Oct 2015 16:45:29 -0000

Christian,

 > Den 2015-10-05 kl. 01:44, skrev Christian Groves:
>> Hello Gunnar,
>>
>> It would be possible to "hook" the humanlang attributes to the
>> specific instance of the datachannel. You simply use the humanlang
>> tags in the dcsa attribute. The protocol is indicated via the
>> subprotocol element in the dcmap attribute. E.g.
>>
>>          m=application 911 <L4>/DTLS/SCTP webrtc-datachannel
>>          c=IN IP4 11.9.19.65
>>          a=max-message-size:1000 ;
>>          a=sctp-port 5000
>>          a=dcmap:1 label="text conversation";subprotocol="t140"
>>          a=dcsa:1 cps=30  ; "the RFC4103 default value as example"

The above line can't be right. 'cps=30' doesn't conform to syntax of an 
attribute.

>>          a=dcsa:1 humintlang-send:<language tag>
>>          a=dcsa:1 humintlang-recv:<language tag>