Re: [Wish] Lecturing and WebRTC

Adam Roach <adam@nostrum.com> Tue, 09 March 2021 18:27 UTC

Return-Path: <adam@nostrum.com>
X-Original-To: wish@ietfa.amsl.com
Delivered-To: wish@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5FC3E3A15A0 for <wish@ietfa.amsl.com>; Tue, 9 Mar 2021 10:27:05 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.08
X-Spam-Level:
X-Spam-Status: No, score=-2.08 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nostrum.com
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 MS05ERcVUQhB for <wish@ietfa.amsl.com>; Tue, 9 Mar 2021 10:27:04 -0800 (PST)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 33FEA3A159F for <wish@ietf.org>; Tue, 9 Mar 2021 10:27:04 -0800 (PST)
Received: from Zephyrus.local (76-218-40-253.lightspeed.dllstx.sbcglobal.net [76.218.40.253]) (authenticated bits=0) by nostrum.com (8.16.1/8.16.1) with ESMTPSA id 129IR2tN052318 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Tue, 9 Mar 2021 12:27:03 -0600 (CST) (envelope-from adam@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com; s=default; t=1615314423; bh=ROi2Wyhv1ZdUPH2MUdg+5k/6LkL2fTq09WN0w9/fMRc=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=Cf9hCVV1tsvgi+h4pTNSbGWxSojHE0DytRpLKYBGe86wKwjE1sL9GtvdthCZVPvj5 dZcOCz55GBrjcJI/XOyX1yfhQgXMW5+qUcInRe2C31U0CnrNzvcsgSnDi7WaUSZNTM bS3Xp48cl4wj+eVsSCRqp+5mp3eep2nqeoI/WKbk=
X-Authentication-Warning: raven.nostrum.com: Host 76-218-40-253.lightspeed.dllstx.sbcglobal.net [76.218.40.253] claimed to be Zephyrus.local
To: Juliusz Chroboczek <jch@irif.fr>
Cc: wish@ietf.org
References: <874khktijl.wl-jch@irif.fr> <20210309173757.576dea4e@lminiero> <e70f461e-b895-e656-09e0-7388d87bd28b@nostrum.com> <87tupkrzyk.wl-jch@irif.fr> <4f89511a-2304-ada6-4e6d-5f485e4c6828@nostrum.com> <87pn08ryor.wl-jch@irif.fr>
From: Adam Roach <adam@nostrum.com>
Message-ID: <77c83cc5-227b-389a-e14a-84e3f515430c@nostrum.com>
Date: Tue, 09 Mar 2021 12:26:57 -0600
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.11.0
MIME-Version: 1.0
In-Reply-To: <87pn08ryor.wl-jch@irif.fr>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/wish/nzSigTGtrP1U45tfo7YOifQBokw>
Subject: Re: [Wish] Lecturing and WebRTC
X-BeenThere: wish@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: WebRTC Ingest Signaling over HTTPS <wish.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/wish>, <mailto:wish-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/wish/>
List-Post: <mailto:wish@ietf.org>
List-Help: <mailto:wish-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/wish>, <mailto:wish-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 09 Mar 2021 18:27:05 -0000

On 3/9/21 12:04, Juliusz Chroboczek wrote:
>> To make this concrete, for the lecturer service you've described, I would
>> imagine that each lecturer is given three URLs. Yours would look something
>> like this:
>> https://example.org/jch/whiteboard
>> https://example.org/jch/camera
>> https://example.org/jch/slides
> How would the client discover the URLs?


These aren't discovered. They're provided to you by the broadcast 
network, in the same way that RTMP URLs are provided to broadcasters today.

/a