From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp004.apm-internet.net (smtp004.apm-internet.net [85.119.248.204]) by mail.toke.dk (Postfix) with ESMTPS id 9920EA974AD for ; Sat, 16 Nov 2024 17:46:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pi.pe; h=content-type :mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=default; bh=9HC5m1+qOlp5M7AqYUKP3s9ySGEhLyO9fRPyAw37Osw=; b=eD8cB84LgUeR Wxy8Edd6jX0udsoD2oREMFMlENcrAGtkuxiIFPxNCl2r4mCA7fxXYYPZ7HaN3RaP e6VrP1IyOEF4WgNUGqzPY8854bpub0kKQ+FxzgwQnqAoazxaRXZ+nlMjsc/uPgNe YZoze0GcNfj70gjtm53Gli/4/lNqjA4= Received: (qmail 19728 invoked from network); 16 Nov 2024 16:45:46 -0000 X-APM-Out-ID: 17317755461972 X-APM-Authkey: 255286/0(253943/0) 23 Received: from unknown (HELO zimbra003.verygoodemail.com) (85.119.248.218) by smtp004.apm-internet.net with SMTP; 16 Nov 2024 16:45:46 -0000 Received: from localhost (localhost [127.0.0.1]) by zimbra003.verygoodemail.com (Postfix) with ESMTP id 48ED987054; Sat, 16 Nov 2024 16:46:15 +0000 (GMT) Received: from zimbra003.verygoodemail.com ([127.0.0.1]) by localhost (zimbra003.verygoodemail.com [127.0.0.1]) (amavis, port 10026) with ESMTP id JI6c93FTUlAr; Sat, 16 Nov 2024 16:46:15 +0000 (GMT) Received: from smtpclient.apple (p548c8d4f.dip0.t-ipconnect.de [84.140.141.79]) by zimbra003.verygoodemail.com (Postfix) with ESMTPSA id 24CF0837C7; Sat, 16 Nov 2024 16:46:15 +0000 (GMT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51\)) From: Tim Panton In-Reply-To: <871pzbqi13.wl-jch@irif.fr> Date: Sat, 16 Nov 2024 17:46:04 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <694C8C7A-D0C2-4E20-BF31-6698EAC7372C@lassitu.de> <875xonqm4a.wl-jch@irif.fr> <63F02591-F60C-49A6-A8F5-E39DA214B5F1@lassitu.de> <871pzbqi13.wl-jch@irif.fr> To: Stefan Bethke X-Mailer: Apple Mail (2.3776.700.51) Message-ID-Hash: ID5FHI4PQ2DXTTOB6HTP45AUTPTPMCRN X-Message-ID-Hash: ID5FHI4PQ2DXTTOB6HTP45AUTPTPMCRN X-MailFrom: tim@pi.pe X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; 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.10 Precedence: list Subject: [Galene] Re: Examples for one to many distribution? 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: If you want a quick hack to test WHIP out there=E2=80=99s a WHIP simple = source here: https://github.com/pipe/whipi/ It says it is for the raspberry pi - but the pi specific stuff is only = the video encoder, the audio should work on any linux/unix. If you remove=20 = https://github.com/pipe/whipi/blob/a0c30db9b0ff8b10a85f7f3a49854b2312ec6ae= 1/src/main/java/pe/pi/whipi/Whipi.java#L80 It should just send audio from the default alsa device.=20 T. > On 16 Nov 2024, at 17:07, Juliusz Chroboczek wrote: >=20 >>> Where does the audio come from? >=20 >> I'm building a custom pion client to send audio from a multi-channel = USB >> audio interface. >=20 > I see. You may either use WHIP for pushing the audio into Galene, or = else > crib the code in galene-stt to use the native protocol. >=20 > Please report back with your results. >=20 > -- Juliusz > _______________________________________________ > Galene mailing list -- galene@lists.galene.org > To unsubscribe send an email to galene-leave@lists.galene.org