From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io1-xd32.google.com (mail-io1-xd32.google.com [IPv6:2607:f8b0:4864:20::d32]) by mail.toke.dk (Postfix) with ESMTPS id 9DADD8BB0C4 for ; Sat, 11 Sep 2021 18:08:18 +0200 (CEST) Authentication-Results: mail.toke.dk; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b=fcy1G981 Received: by mail-io1-xd32.google.com with SMTP id b7so6356185iob.4 for ; Sat, 11 Sep 2021 09:08:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=GjVDjFEMzByE4xzs6UtG4EjqVgiez/ghi5mWSWUrI+Q=; b=fcy1G981KzuMxI8u5wmIe8jUcd29CU7JUFSiXX99yKmVLc/ovH2TilET/IFxNMGksW nGCY66z6eoQyXeQwadhY9oigpC91pO7BaVyp6J00iXuMrLYa27A6n4Ahb5k9J+45q0Un bBF8JG7poFtiDGGYh6qPw+yb4VrS75wvheyWRG02abPHuGQxhtknczTxPlCKWpH8jltD J92SypOkilLM+QH9oU/uOl5Jsd530cpy2fDMBlXjN/RXE1cEwAQQJOjM9VUhJDaJYc2a xXZxIYUoGyu0hCREtkEQu1zTkBEGD23SWxfO06wqh3rxSdVQcZxbe5gtTDBQfkaVCO4e RykQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=GjVDjFEMzByE4xzs6UtG4EjqVgiez/ghi5mWSWUrI+Q=; b=jwe0qMMO2WqU3bprGlmEK8BwE6vivp7rlRsX5HHcFP03AK9SWWq9crQSmmihTDlnPw /fOlN3Whap722XSuCEPOPVG7nwJWJY0oE9wnwTpuUA8CDPExXLNiNo8I4RnqfC5ux3hb Ht7y8AtynqJ5eMUjSHDoYE/h014UsIBinMROUj4KcdXMT6CtVvZSaKkEWmh/xhAGhj6H fIJDecJ+WD06bkYHMGbCx1NGRr8DCIMFsC8afwnJKBNIaiaGsX8xwg8vqvjW+xGH20An IXcvtQOOCiQooRMLDFLeq4Tq3IIKWmy02DQGCsu8dFOoWWGZrFZOVzFkKTyZHWFedh5y G33A== X-Gm-Message-State: AOAM5319vEgETvqRTrooGEGQVqIskU1R6kmgJ1+PlAncJOENKU0j5CAA mHJDx9VOJunfKYg/mw/iCKAxm0N8d1Fry9aOWME= X-Google-Smtp-Source: ABdhPJz9/Daf+UKM3PTtQS3rsD8djrdOndrtwbh7PI1k8APGi9KbB8zaveRa7ksh7VVXJarTwsJCHJi6dkVg4yEG3dw= X-Received: by 2002:a02:cb0c:: with SMTP id j12mr2549762jap.83.1631376496447; Sat, 11 Sep 2021 09:08:16 -0700 (PDT) MIME-Version: 1.0 References: <87a6kjuqh7.wl-jch@irif.fr> In-Reply-To: <87a6kjuqh7.wl-jch@irif.fr> From: Dave Taht Date: Sat, 11 Sep 2021 09:08:03 -0700 Message-ID: To: Juliusz Chroboczek Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Message-ID-Hash: 5FJ2XA7WM3IL4UR5KW5GPAXQHJT2S3UP X-Message-ID-Hash: 5FJ2XA7WM3IL4UR5KW5GPAXQHJT2S3UP X-MailFrom: dave.taht@gmail.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: galene@lists.galene.org X-Mailman-Version: 3.3.4 Precedence: list Subject: [Galene] Re: WHIP support for Galene List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: I have not paid much attention to this effort, thx for bringing it up. But I can't help but wonder about methods to bring RTMP into galene? On Sat, Sep 11, 2021 at 7:38 AM Juliusz Chroboczek wrote: > > Hi, > > The IETF WISH working group is chartered to provide a simple HTTP-based > ingress protocol for WebRTC video servers. The goal is to have a simple > standardised protocol for client->server communcation that can be used > where RTMP is used today: in broadcasting applications (think OBS Studio) > or in IP cameras. > > The current incarnation is the WHIP protocol, described at > > https://datatracker.ietf.org/doc/draft-ietf-wish-whip/ > > I've pushed a preliminary implementation of WHIP for Galene to the "whip" > branch. You may test it with Lorenzo Miniero's test client > > https://github.com/lminiero/simple-whip-client > > Limitations: Galene uses HTTP Basic Auth, while Lorenzo's client uses > a Bearer Token (in accordance with the spec), so you'll need to say in th= e > group configuration > > "presenter": [{}], > "allow-anonymous": true > > -- Juliusz > _______________________________________________ > Galene mailing list -- galene@lists.galene.org > To unsubscribe send an email to galene-leave@lists.galene.org --=20 Fixing Starlink's Latencies: https://www.youtube.com/watch?v=3Dc9gLo6Xrwgw Dave T=C3=A4ht CEO, TekLibre, LLC