Re: [rtcweb] Symmetric RTP and uni-directional media streams

Harald Alvestrand <harald@alvestrand.no> Thu, 01 September 2011 11:29 UTC

Return-Path: <harald@alvestrand.no>
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 3419621F8A51 for <rtcweb@ietfa.amsl.com>; Thu, 1 Sep 2011 04:29:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -106.898
X-Spam-Level:
X-Spam-Status: No, score=-106.898 tagged_above=-999 required=5 tests=[AWL=3.700, BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-8, 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 Lu2psQB+pW-H for <rtcweb@ietfa.amsl.com>; Thu, 1 Sep 2011 04:29:26 -0700 (PDT)
Received: from eikenes.alvestrand.no (eikenes.alvestrand.no [158.38.152.233]) by ietfa.amsl.com (Postfix) with ESMTP id 466FF21F85F6 for <rtcweb@ietf.org>; Thu, 1 Sep 2011 04:29:26 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by eikenes.alvestrand.no (Postfix) with ESMTP id CE06739E173; Thu, 1 Sep 2011 13:29:41 +0200 (CEST)
X-Virus-Scanned: Debian amavisd-new at eikenes.alvestrand.no
Received: from eikenes.alvestrand.no ([127.0.0.1]) by localhost (eikenes.alvestrand.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aT6P0EBRjjPX; Thu, 1 Sep 2011 13:29:41 +0200 (CEST)
Received: from [172.16.41.131] (unknown [74.125.121.33]) by eikenes.alvestrand.no (Postfix) with ESMTPS id 9E51C39E08B; Thu, 1 Sep 2011 13:29:40 +0200 (CEST)
Message-ID: <4E5F6CEF.6020203@alvestrand.no>
Date: Thu, 01 Sep 2011 13:30:55 +0200
From: Harald Alvestrand <harald@alvestrand.no>
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110805 Thunderbird/3.1.12
MIME-Version: 1.0
To: Christer Holmberg <christer.holmberg@ericsson.com>
References: <7F2072F1E0DE894DA4B517B93C6A05852233DD0AC8@ESESSCMS0356.eemea.ericsson.se>
In-Reply-To: <7F2072F1E0DE894DA4B517B93C6A05852233DD0AC8@ESESSCMS0356.eemea.ericsson.se>
Content-Type: multipart/alternative; boundary="------------000306030108030702070403"
Cc: "rtcweb@ietf.org" <rtcweb@ietf.org>
Subject: Re: [rtcweb] Symmetric RTP and uni-directional media streams
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: Thu, 01 Sep 2011 11:29:27 -0000

On 09/01/11 13:23, Christer Holmberg wrote:
> Hi,
> There has been much talk about the usage of symmetric RTP. Also, 
> draft-perkins-rtcweb-rtp-usage suggests that symmetric RTP is required.
> However, the PeerConnection API currently only supports the 
> establishment of uni-directional streams, so for a single two way 
> communication one needs to create two separate uni-directional streams.
> So, I assume that one requirement from RTCWEB to W3C will be to add 
> support of the establishment of bi-directional streams to the 
> PeerConnection API.
To be precise:

I think (and we're implementing) that between two PeerConnections, there 
will be a small number of *RTP sessions*  (ideally one). These will be 
bidirectional.

These will be used for transporting any number of *MediaStreams* (a 
WEBRTC API concept), each of which corresponds to a CNAME (RTP protocol 
concept). These are unidirectional.

So the right answer is "yes" and "no", as far as I can see.
> Regards,
> Christer
>
>
> _______________________________________________
> rtcweb mailing list
> rtcweb@ietf.org
> https://www.ietf.org/mailman/listinfo/rtcweb