Hi, Hans
On Mon, 04 Oct 2021 19:27:32 +0900,
Hans Petter Selasky wrote:
>
> Hi,
>
> On 10/4/21 12:17 PM, KIRIYAMA Kazuhiko wrote:
> > I'm now trying to webrct meeting by zoom on chromium-92.0.4515.159_1.
>
> From my understanding, you will need to install, configure and use
> audio/sndio to get this working reliably. I'm not sure if we have any
> maintainers for the OSSv4 audio backends in Chrome.
sndiod already has been worked :
kiri_at_smtp:~[1050]% ps -ax| grep sndiod
81003 - IsJ 0:30.29 /usr/local/bin/sndiod
86214 9 S+J 0:00.00 grep sndiod
kiri_at_smtp:~[1051]%
and I confirmed chromium set to SNDIO option "on" :
kiri_at_smtp:~[1049]% pkg info chromium-92.0.4515.159_1
chromium-92.0.4515.159_1
Name : chromium
Version : 92.0.4515.159_1
Installed on : Wed Sep 8 19:35:52 2021 JST
Origin : www/chromium
Architecture : FreeBSD:14:amd64
Prefix : /usr/local
Categories : www
Licenses : BSD3CLAUSE, MPL11, LGPL21
Maintainer : chromium_at_FreeBSD.org
WWW : https://www.chromium.org/Home
Comment : Google web browser based on WebKit
Options :
ALSA : off
CODECS : on
CUPS : on
DEBUG : off
DRIVER : on
HEIMDAL : off
HEIMDAL_BASE : off
KERBEROS : on
LTO : off
MIT : off
PULSEAUDIO : off
SNDIO : on
TEST : off
Shared Libs required:
libavutil.so.56
libexpat.so.1
libxslt.so.1
libjpeg.so.8
libopus.so.0
libfreetype.so.6
libFLAC.so.8
libXtst.so.6
libatk-1.0.so.0
libdrm.so.2
libcups.so.2
libplc4.so
libatspi.so.0
libwebpmux.so.3
libnss3.so
libnssutil3.so
libgbm.so.1
libXrender.so.1
libglib-2.0.so.0
libharfbuzz.so.0
libsndio.so.7.1
libintl.so.8
libXrandr.so.2
libsnappy.so.1
libavformat.so.58
libsmime3.so
libXi.so.6
libgdk-3.so.0
libpci.so.3
libpangocairo-1.0.so.0
libxshmfence.so.1
libatk-bridge-2.0.so.0
libXext.so.6
libpango-1.0.so.0
libcairo.so.2
libgtk-3.so.0
libxml2.so.2
libwebp.so.7
libcairo-gobject.so.2
libxkbcommon.so.0
libgmodule-2.0.so.0
libXcomposite.so.1
libxcb.so.1
libopenh264.so.6
libgio-2.0.so.0
libgdk_pixbuf-2.0.so.0
libXfixes.so.3
libwebpdemux.so.2
libnspr4.so
libharfbuzz-subset.so.0
libgobject-2.0.so.0
libX11.so.6
libplds4.so
libavcodec.so.58
libdbus-1.so.3
libXdamage.so.1
libGL.so.1
libpng16.so.16
libfontconfig.so.1
libgthread-2.0.so.0
Shared Libs provided:
libvk_swiftshader.so
libEGL.so
libGLESv2.so
libVkICD_mock_icd.so
Annotations :
FreeBSD_version: 1400030
cpe : cpe:2.3:a:google:chrome:92.0.4515.159:::::freebsd14:x64:1
Flat size : 281MiB
Description :
Chromium is an open-source browser project that aims to build a safer,
faster, and more stable way for all users to experience the web.
The Chromium website contains design documents, architecture overviews,
testing information, and more to help you learn to build and work with
the Chromium source code.
WWW: https://www.chromium.org/Home
>
> Refer to:
> https://wiki.freebsd.org/Sound
>
> --HPS
>
Received on Mon Oct 04 2021 - 10:52:40 UTC