Re: [rtcweb] DRAFT Agenda for RTCWEB
worley@ariadne.com (Dale R. Worley) Mon, 04 March 2013 20:22 UTC
Return-Path: <worley@shell01.TheWorld.com>
X-Original-To: rtcweb@ietfa.amsl.com
Delivered-To: rtcweb@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9FB1A21F8FAC for <rtcweb@ietfa.amsl.com>; Mon, 4 Mar 2013 12:22:02 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.958
X-Spam-Level:
X-Spam-Status: No, score=-2.958 tagged_above=-999 required=5 tests=[AWL=0.022, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1, RCVD_IN_SORBS_WEB=0.619]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6JzcVFoHPZQF for <rtcweb@ietfa.amsl.com>; Mon, 4 Mar 2013 12:22:02 -0800 (PST)
Received: from TheWorld.com (pcls6.std.com [192.74.137.146]) by ietfa.amsl.com (Postfix) with ESMTP id E7FA221F8FB3 for <rtcweb@ietf.org>; Mon, 4 Mar 2013 12:22:01 -0800 (PST)
Received: from shell.TheWorld.com (svani@shell01.theworld.com [192.74.137.71]) by TheWorld.com (8.14.5/8.14.5) with ESMTP id r24KLpXg029036 for <rtcweb@ietf.org>; Mon, 4 Mar 2013 15:21:53 -0500
Received: from shell01.TheWorld.com (localhost.theworld.com [127.0.0.1]) by shell.TheWorld.com (8.13.6/8.12.8) with ESMTP id r24KLpst3082914 for <rtcweb@ietf.org>; Mon, 4 Mar 2013 15:21:51 -0500 (EST)
Received: (from worley@localhost) by shell01.TheWorld.com (8.13.6/8.13.6/Submit) id r24KLpWl3070758; Mon, 4 Mar 2013 15:21:51 -0500 (EST)
Date: Mon, 04 Mar 2013 15:21:51 -0500
Message-Id: <201303042021.r24KLpWl3070758@shell01.TheWorld.com>
From: worley@ariadne.com
Sender: worley@ariadne.com
To: rtcweb@ietf.org
In-reply-to: <112a01ce16ae$a1720d90$e45628b0$@cisco.com> (dwing@cisco.com)
References: <CA+9kkMALouyyzN4dcGdF92TO2HGcBHbHR6fvHg7QC-x5ndCGjw@mail.gmail.com> <7594FB04B1934943A5C02806D1A2204B10B717@ESESSMB209.ericsson.se> <03FBA798AC24E3498B74F47FD082A92F36EA7EAB@US70UWXCHMBA04.zam.alcatel-lucent.com> <201303011558.r21FwfGb2830347@shell01.TheWorld.com> <112a01ce16ae$a1720d90$e45628b0$@cisco.com>
Subject: Re: [rtcweb] DRAFT Agenda for RTCWEB
X-BeenThere: rtcweb@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Real-Time Communication in WEB-browsers working group list <rtcweb.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/rtcweb>
List-Post: <mailto:rtcweb@ietf.org>
List-Help: <mailto:rtcweb-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/rtcweb>, <mailto:rtcweb-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 04 Mar 2013 20:22:02 -0000
> From: "Dan Wing" <dwing@cisco.com> > > The analysis should also examine impact of port-based QoS on > multiplexing data over the same port as audio. Even audio and > video often prefer different drop precedence. I know the general > consensus is to just supply more bandwidth, yet we consume all > available bandwidth much like disk space, memory, and CPU/GPU > cycles. As Harald mentioned, since you can have more than one bundle in a single session description, you can prescribe one bundle for the audio and one for the video, and give different QoS parameters for each bundle. > From: Michael Tuexen <Michael.Tuexen@lurchi.franken.de> > > Sorry, I don't understand what you are saying. Which document > describes the stack you are referring to? How would encryption be > done for SCTP over UDP over IP? http://tools.ietf.org/html/draft-worley-sdp-bundle-04, section 8, as I provided in the original message. You get two variants of the problem, one where you multiplex all the streams, and then apply DTLS, the other where you encrypt each stream separately (SRTP, SRTCP, SCTP-over-DTLS) and then multiplex them. The analysis of how to demultiplex differs slightly in the two cases. > From: Salvatore Loreto <salvatore.loreto@ericsson.com> > > Dale: can you clarify which scenario you have in mind when you say: > "Controlling port numbers is needed if SCTP is *not* encapsulated in > DTLS and yet has to be distinguished from RTP et al." > is it a WebRTC usage or a usage for a different aim (maybe CLUE?) Actually, I'm analyzing the situation in abstract. Since it turns out to be straightforward to demultiplex in the general case, the solution isn't limited to specific scenarios. > From: Bernard Aboba <bernard_aboba@hotmail.com> > > Why would we want unsecured SCTP either for the WebRTC data channel or > CLUE signaling? Let's not invent problems when we have enough real > ones. The question would arise if one multiplexed the various streams *before* encrypting them, then the demultiplexing problem is slightly different. In this case, we can straightforwardly solve a general problem, which includes the current real problems, and possibly other real problems we don't yet know that we'll have. Dale
- [rtcweb] DRAFT Agenda for RTCWEB Ted Hardie
- Re: [rtcweb] DRAFT Agenda for RTCWEB Christer Holmberg
- Re: [rtcweb] DRAFT Agenda for RTCWEB Ejzak, Richard P (Richard)
- Re: [rtcweb] DRAFT Agenda for RTCWEB Justin Uberti
- Re: [rtcweb] DRAFT Agenda for RTCWEB Christer Holmberg
- Re: [rtcweb] DRAFT Agenda for RTCWEB Harald Alvestrand
- Re: [rtcweb] DRAFT Agenda for RTCWEB Christer Holmberg
- Re: [rtcweb] DRAFT Agenda for RTCWEB Dale R. Worley
- Re: [rtcweb] DRAFT Agenda for RTCWEB Martin Thomson
- Re: [rtcweb] DRAFT Agenda for RTCWEB Michael Tuexen
- Re: [rtcweb] DRAFT Agenda for RTCWEB Dan Wing
- Re: [rtcweb] DRAFT Agenda for RTCWEB Dale R. Worley
- Re: [rtcweb] DRAFT Agenda for RTCWEB Michael Tuexen
- Re: [rtcweb] DRAFT Agenda for RTCWEB Salvatore Loreto
- Re: [rtcweb] DRAFT Agenda for RTCWEB Bernard Aboba
- Re: [rtcweb] DRAFT Agenda for RTCWEB Bernard Aboba
- Re: [rtcweb] DRAFT Agenda for RTCWEB Harald Alvestrand
- Re: [rtcweb] DRAFT Agenda for RTCWEB Dale R. Worley
- [rtcweb] Time allocation for video codec MTI (Re:… Harald Alvestrand
- [rtcweb] Time division for codec discussion (Re: … Harald Alvestrand
- Re: [rtcweb] Time allocation for video codec MTI … Ted Hardie