From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mail.toke.dk; spf=pass (mailfrom) smtp.mailfrom=free.fr (client-ip=2a01:e0c:1:1599::10; helo=smtp1-g21.free.fr; envelope-from=junk.eg@free.fr; receiver=) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10]) by mail.toke.dk (Postfix) with ESMTPS id 051EE849ABE for ; Wed, 12 May 2021 19:45:54 +0200 (CEST) Received: from [IPv6:2a01:e34:ec11:c880::85be:559c] (unknown [IPv6:2a01:e34:ec11:c880::85be:559c]) by smtp1-g21.free.fr (Postfix) with ESMTPS id 5D802B0055A; Wed, 12 May 2021 19:45:50 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) From: eric_G In-Reply-To: <87im3noqmg.wl-jch@irif.fr> Date: Wed, 12 May 2021 19:45:49 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <581315D3-B18B-44BB-9718-BB93036E8996@free.fr> References: <87im3noqmg.wl-jch@irif.fr> To: Juliusz Chroboczek X-Mailer: Apple Mail (2.3124) Message-ID-Hash: SPVQ6Z23MZUKC6ZGQAZS5LIUBACM4MHG X-Message-ID-Hash: SPVQ6Z23MZUKC6ZGQAZS5LIUBACM4MHG X-MailFrom: junk.eg@free.fr 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: how to share audio when screen sharing? 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: Hello juliusz, thanks for this new version! I have a question that is not related to this version in particular. As operator, when I share a video with `Play local file` the video plays = but with no sound for me=E2=80=A6 Is it a normale behavier? Many thanks =C3=89ric > Le 12 mai 2021 =C3=A0 18:37, Juliusz Chroboczek a =C3=A9cr= it : >=20 >> In galene, I want present my screen, but also sharing the sound from = my >> computer, not only from my microphone. it is possible without trick >> from the operating system? >=20 > It's only supported under Windows, as far as I know. Try the = following patch: >=20 > diff --git a/static/galene.js b/static/galene.js > index d2c614c..071f8ba 100644 > --- a/static/galene.js > +++ b/static/galene.js > @@ -1356,7 +1356,9 @@ async function addShareMedia() { > if(!('getDisplayMedia' in navigator.mediaDevices)) > throw new Error('Your browser does not support screen = sharing'); > /** @ts-ignore */ > - stream =3D await = navigator.mediaDevices.getDisplayMedia({video: true}); > + stream =3D await navigator.mediaDevices.getDisplayMedia({ > + video: true, audio: true, > + }); > } catch(e) { > console.error(e); > displayError(e); >=20 > _______________________________________________ > Galene mailing list -- galene@lists.galene.org > To unsubscribe send an email to galene-leave@lists.galene.org