Re: [rtcweb] No Plan

Bernard Aboba <bernard_aboba@hotmail.com> Mon, 03 June 2013 22:53 UTC

Return-Path: <bernard_aboba@hotmail.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 A618221F9811 for <rtcweb@ietfa.amsl.com>; Mon, 3 Jun 2013 15:53:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -100.698
X-Spam-Level:
X-Spam-Status: No, score=-100.698 tagged_above=-999 required=5 tests=[AWL=0.700, BAYES_00=-2.599, HTML_MESSAGE=0.001, J_CHICKENPOX_14=0.6, J_CHICKENPOX_35=0.6, USER_IN_WHITELIST=-100]
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 lNMnmOIB4bH8 for <rtcweb@ietfa.amsl.com>; Mon, 3 Jun 2013 15:53:41 -0700 (PDT)
Received: from blu0-omc1-s9.blu0.hotmail.com (blu0-omc1-s9.blu0.hotmail.com [65.55.116.20]) by ietfa.amsl.com (Postfix) with ESMTP id 5518021F96F5 for <rtcweb@ietf.org>; Mon, 3 Jun 2013 15:50:17 -0700 (PDT)
Received: from BLU169-W120 ([65.55.116.8]) by blu0-omc1-s9.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 3 Jun 2013 15:50:17 -0700
X-TMN: [tGbyj8NB041ow7cFKRtOIYLl5CKX2HaEGtxxgrwo+mc=]
X-Originating-Email: [bernard_aboba@hotmail.com]
Message-ID: <BLU169-W1201BB755F15FB7A1EF5E4A939D0@phx.gbl>
Content-Type: multipart/alternative; boundary="_24ae2d5c-8e9e-4330-89b3-e5312c0823c9_"
From: Bernard Aboba <bernard_aboba@hotmail.com>
To: Jonathan Lennox <jonathan@vidyo.com>
Date: Mon, 03 Jun 2013 15:50:16 -0700
Importance: Normal
In-Reply-To: <7426877E-42ED-400A-A264-39C692E71308@vidyo.com>
References: <51A65017.4090502@jitsi.org>, <7594FB04B1934943A5C02806D1A2204B1C37D144@ESESSMB209.ericsson.se>, , <51A9A7E2.7000907@jitsi.org>, <7594FB04B1934943A5C02806D1A2204B1C380AA2@ESESSMB209.ericsson.se>, <51ACFF31.9090607@alum.mit.edu>, <7426877E-42ED-400A-A264-39C692E71308@vidyo.com>
MIME-Version: 1.0
X-OriginalArrivalTime: 03 Jun 2013 22:50:17.0084 (UTC) FILETIME=[B7932BC0:01CE60AC]
Cc: "rtcweb@ietf.org" <rtcweb@ietf.org>
Subject: Re: [rtcweb] No Plan
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, 03 Jun 2013 22:53:56 -0000

Jonathan said:
 
"I think No Plan and Plan B are largely isomorphic in a WebRTC context.  The primary difference is that rather than using a=ssrc and a=receive-ssrc (and whatever other Plan B attributes would be needed) to control sources within an m-line, instead direct Javascript APIs are used for the same semantics. It's up to the application to communicate the relevant information end-to-end, in parallel to however it communicates the SDP blob."
 
[BA] The use of O/A to turn sources on/off is definitely one thing that "No Plan" avoids, and that's something in its favor.  However, I don't think that's the only difference. 
 
As I see it, No Plan, when added to Plan B, results in simplifications along several dimensions.  I don't think that No Plan prohibits use of a=ssrc lines either in the API or over the wire, but it does makes it clear that they cannot be required for de-multiplexing (which No Plan handles via PTs) or rendering of incoming streams (which can be handled via APIs without MSID declarations).  Basically, No Plan says "Don't try to Bundle more things than you can de-multiplex using PTs".  It's a bit like telling a snake "don't eat an elephant whole, chop it up into bit sized pieces".  Yes, you could try it the other way,, but is the added complexity (and indigestion) really worth it? 
 
Personally I wouldn't say it is a "No Plan" no-no if createOffer were to produce SDP with a=ssrc lines, or if setRemoteDescription were to process a=ssrc lines included by the remote peer.  What I think No Plan would have a problem with is if undeclared sources couldn't be rendered, or if O/A were required to turn already declared sources on/off, which can happen so rapidly that O/A couldn't possibly handle it.  Also, requiring O/A for dropping streams breaks congestion control because in a highly congested situation, the signaling packets would probably get dropped along with the media, so that the signaling to drop streams couldn't get through.  A sender MUST be able to drop streams in that circumstance. 
 
In answer to questions about "whether you can declare separate streams for screen sharing versus other video" I would think that No Plan could allow a=ssrc lines for that, but if you just wanted to send them and have the application figure out which was which (e.g. via app-specific signaling) you could do that too.  
 
One area where I think all the  Plans are weak is handling simulcast/layered streams.  I don't think max*sssrc makes sense because it groups together sources, and streams (including simulcast, layered streams and FEC).  A receiver really needs to be able to declare the maximum number of sources it can receive and the maximum number of streams it can send, as well as declaring the simulcast and layering schemes it can handle.  This is NOT the same as actually stating what it will be sending or receiving at any given moment.  In general, it will be up to the sender to make the decision based on the feedback it is getting.  
 
Another comment on "No Plan" relates to the need for an RTP extension to declare things like simulcast and layered stream dependencies.  These dependencies can be expressed in SDP as alluded to in  Plan B, and they also can be described within some codecs (e.g. H.264/SVC allows this).  IMHO, SDP O/A does have a role here, in describing the receiver capabilities (what simulcast/layered streams it can support) as well as the sender capabilities (what the sender is capable of sending).  Since neither an RTP extension nor individual payloads can provide reliability, having this done in O/A via reliable signaling has an advantage.  But as long as the streams sent by the codec is self-describing, I don't think an RTP extension is needed.  
 
However, the case of FEC is a bit trickier for No Plan.   If you don't declare the FEC SSRCs and dependencies in SDP, then you do need to encode this in RTP, and the codec-specific route may not be sufficient (opinions?).  Also, doing this purely in RTP could create some problems if the descriptions were lost because the receiver could end up trying to render a FEC stream, with bizarre results.  So this is one area where it seems to me that "No Plan" may need some additional thought.