Re: [MMUSIC] RTSP 2.0 SDP issue: Directionality attribute
worley@ariadne.com (Dale R. Worley) Fri, 15 March 2013 14:32 UTC
Return-Path: <worley@shell01.TheWorld.com>
X-Original-To: mmusic@ietfa.amsl.com
Delivered-To: mmusic@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 1BCA421F8617 for <mmusic@ietfa.amsl.com>; Fri, 15 Mar 2013 07:32:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.98
X-Spam-Level:
X-Spam-Status: No, score=-2.98 tagged_above=-999 required=5 tests=[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 hJpAvMI7acNm for <mmusic@ietfa.amsl.com>; Fri, 15 Mar 2013 07:32:13 -0700 (PDT)
Received: from TheWorld.com (pcls6.std.com [192.74.137.146]) by ietfa.amsl.com (Postfix) with ESMTP id 5EF0421F85C4 for <mmusic@ietf.org>; Fri, 15 Mar 2013 07:32:03 -0700 (PDT)
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 r2FEVKX2005994; Fri, 15 Mar 2013 10:31:22 -0400
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 r2FEVItX498630; Fri, 15 Mar 2013 09:31:20 -0500 (EST)
Received: (from worley@localhost) by shell01.TheWorld.com (8.13.6/8.13.6/Submit) id r2FEVHJ9498642; Fri, 15 Mar 2013 10:31:17 -0400 (EDT)
Date: Fri, 15 Mar 2013 10:31:17 -0400
Message-Id: <201303151431.r2FEVHJ9498642@shell01.TheWorld.com>
From: worley@ariadne.com
Sender: worley@ariadne.com
To: Magnus Westerlund <magnus.westerlund@ericsson.com>
In-reply-to: <51425974.9070608@ericsson.com> (magnus.westerlund@ericsson.com)
References: <51425974.9070608@ericsson.com>
Cc: mmusic@ietf.org
Subject: Re: [MMUSIC] RTSP 2.0 SDP issue: Directionality attribute
X-BeenThere: mmusic@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Multiparty Multimedia Session Control Working Group <mmusic.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/mmusic>, <mailto:mmusic-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mmusic>
List-Post: <mailto:mmusic@ietf.org>
List-Help: <mailto:mmusic-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mmusic>, <mailto:mmusic-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 15 Mar 2013 14:32:14 -0000
> From: Magnus Westerlund <magnus.westerlund@ericsson.com> > > "a=recvonly" in a SDP provided to the RTSP client MUST > indicate that media delivery will only occur in the direction from > the RTSP server to the client. I know little about RTSP though I've worked with SIP a lot. I think you might want to flag this odd inconsistency between RTSP and SIP: When SDP is used in offer-answer mode, the directionality attributes indicate directionality *from the point of view of the sender of the SDP*. (RFC 3264 section 5.1) So a SIP offer containing "a=recvonly" indicates that the offerer expects to *receive* media. When SDP is used in session-announcement mode, the directionality attributes indicate directionality *from the point of view of the receiver of the SDP*. (This is not stated directly in RFC 4566, rather it says "a=recvonly: This specifies that the tools should be started in receive-only mode where applicable." but eventually you can track down that "the tools" means the receiver's device.) So an RTSP announcement containing "a=recvonly" indicates that the announcer expects to *send* media. This difference is not what I would have expected. Initially, I assumed the text in your draft had gotten the directions reversed relative to reality. You might want to mention this somewhere, e.g., after the first paragraph of D.1.5, add the paragraph (Note that RTSP uses SDP in session-announcement mode [RFC 4566], in which the directionality attributes indicate the direction of media flow from the point view of the interpreter of the SDP. This contrasts with SDP in offer-answer mode [RFC 3264], in which the directionality attributes indicate the direction of media flow from the point of view of the generator of the SDP.) Dale
- Re: [MMUSIC] RTSP 2.0 SDP issue: Directionality a… Magnus Westerlund
- [MMUSIC] RTSP 2.0 SDP issue: Directionality attri… Magnus Westerlund
- Re: [MMUSIC] RTSP 2.0 SDP issue: Directionality a… Sean Sheedy
- Re: [MMUSIC] RTSP 2.0 SDP issue: Directionality a… Dale R. Worley
- Re: [MMUSIC] RTSP 2.0 SDP issue: Directionality a… Magnus Westerlund
- Re: [MMUSIC] RTSP 2.0 SDP issue: Directionality a… Dale R. Worley
- Re: [MMUSIC] RTSP 2.0 SDP issue: Directionality a… Magnus Westerlund
- Re: [MMUSIC] RTSP 2.0 SDP issue: Directionality a… Dale R. Worley
- Re: [MMUSIC] RTSP 2.0 SDP issue: Directionality a… Magnus Westerlund