From nobody Sun Dec 17 18:30:53 2023 X-Original-To: freebsd-multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4StWjx3gr1z5416J for ; Sun, 17 Dec 2023 18:31:01 +0000 (UTC) (envelope-from dev@submerge.ch) Received: from gozo.iway.ch (gozo.iway.ch [IPv6:2001:8e0:40:325::36]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4StWjw2Dwkz4dN0; Sun, 17 Dec 2023 18:31:00 +0000 (UTC) (envelope-from dev@submerge.ch) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of dev@submerge.ch designates 2001:8e0:40:325::36 as permitted sender) smtp.mailfrom=dev@submerge.ch; dmarc=none Received: from gozo.iway.ch (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id ECB1434060E; Sun, 17 Dec 2023 19:30:55 +0100 (CET) X-Iway-Path: 0 Received: from localhost (localhost [127.0.0.1]) by localhost (ACF/28147.27671); Sun, 17 Dec 2023 19:30:55 +0100 (CET) Received: from interway.li (sendai-nord.iway.ch [212.25.24.38]) by gozo.iway.ch (Postfix) with ESMTP; Sun, 17 Dec 2023 19:30:55 +0100 (CET) Received: from [145.40.196.39] (account fw@submerge.ch HELO z800.localnet) by sendai-nord.interway.li (CommuniGate Pro SMTP 7.1.0) with ESMTPSA id 253909419; Sun, 17 Dec 2023 19:30:55 +0100 From: Florian Walpen To: freebsd-multimedia@freebsd.org, Christos Margiolis Cc: Joseph Mingrone Subject: Re: RFC - Work on FreeBSD's Audio Stack Date: Sun, 17 Dec 2023 19:30:53 +0100 Message-ID: <7097536.Jf4ITVjuem@z800> In-Reply-To: References: <86ttomxg11.fsf@phe.ftfl.ca> <6705256.qJWK8QVVMX@x230> List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" X-Spamd-Result: default: False [-2.95 / 15.00]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-0.999]; NEURAL_HAM_LONG(-0.95)[-0.949]; MID_RHS_NOT_FQDN(0.50)[]; R_SPF_ALLOW(-0.20)[+ip6:2001:8e0::/32]; RCVD_IN_DNSWL_LOW(-0.20)[2001:8e0:40:325::36:from,212.25.24.38:received]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8758, ipnet:2001:8e0::/32, country:CH]; MLMMJ_DEST(0.00)[freebsd-multimedia@freebsd.org]; TO_DN_SOME(0.00)[]; ARC_NA(0.00)[]; RCVD_COUNT_THREE(0.00)[4]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DMARC_NA(0.00)[submerge.ch]; RCVD_TLS_LAST(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[] X-Rspamd-Queue-Id: 4StWjw2Dwkz4dN0 X-Spamd-Bar: -- Hello Christos, On Saturday, December 16, 2023 5:06:12 PM CET Christos Margiolis wrote: >=20 > This is something I have been thinking about even before the proposal, > but replacing OSS with an existing sound system (sndio maybe?), or > rolling our own one, is probably too large of an endeavour, considering > the amount of infrastructure built around OSS. >=20 > That being said, I am also in favour of replacing OSS at some point, and > very much willing to work on this, but it might be wiser, for now, to > improve what we currently have and provide a better user-experience than > leave it as-is until we decide whether we'll get rid of OSS or not. No need to replace OSS right now, I just think we should keep that in mind= =20 when we decide where to put our efforts. And yes, sndio is a candidate, but= is=20 missing mmap() and passthrough support AFAIK. > > > snd uaudio(4) fixes > > >=20 > > > The project will also address bugs in the USB audio driver, snd > > > uaudio(4), > > > which I have been able to reproduce using my Focusrite Scarlett USB > > > sound > > > card, with the most prominent and consistent one being noise produced > > > during the first 12 seconds of playback and when moving along a > > > track/video. If the user tries to move forward multiple times in a sh= ort > > > time window, the audio device most of the time becomes unusable (i.e = no > > > audio) and it has to be replugged. Though this issue is largely bypas= sed > > > if > > > audio is routed to the USB device through virtual oss, this is still a > > > bug > > > that needs to be addressed. > >=20 > > From the description here this sounds more like an issue with the player > > or > > the vchan feeders, given that virtual_oss doesn't produce noise. Did you > > file a bug report? >=20 > I really doubt it's the player, as this happens with pretty much any > player (mpv, ncmpcpp, firefox, ...) I have tried. virtual_oss does > produce noise, but only when the device is opened. Ok, maybe these players recklessly stop and restart playback when seeking i= n=20 the track, and virtual_oss wouldn't communicate that further to the underly= ing=20 dsp device. Doesn't explain to me why these players would read(2) at all... Anyway, this is better discussed in a bug report with proper logs. > > > oss(3) > >=20 > > What's the scope of this library? Main PCM devices, virtual PCM > > devices, hardware devices? Settings and state only, or also playback > > and recording operation? > >=20 > > Beware that there's a great variety of operation strategies for differe= nt > > use cases. With a simple poll() based read() / write() at one end of the > > spectrum, and something like my new Jack OSS backend on the other end. > > It's timer based, preferably mmap()ed, uses its own buffer management a= nd > > strives to keep latency reproducible within +/- 1ms. The backend code is > > here: > >=20 > > https://github.com/0EVSG/sosso >=20 > It's going to have both mmap'd and non-mmap'd buffer-management > (reading, writing, splitting, merging), as well as state setting. Goran > Meki=C4=87 had brought up your library when we discussed this during > EuroBSDCon 2023, and I think oss(3) could re-use some of the ideas > implemented there, especially the low-latency mechanisms. This is gonna be difficult to get right. Feel free to contact me when you'r= e=20 down to concrete design decisions, hopefully I can remember some of the=20 pitfalls I ran into. > > > Hot-swapping > >=20 > > What you outline here is a complete sound server, but it doesn't tell h= ow > > you want to implement that. Extend the vchan infrastructure, autostart > > virtual_oss on all PCM devices, or something else? > >=20 > > In many use cases this just duplicates the sound server that sits on top > > of > > the dsp device. At worst it compromises quality and latency because of > > conversions and routing buffers. As a provocative question, wouldn't the > > average user be served better if we just implemented full pipewire > > support, > > going forward? >=20 > Not really. We currently change the default unit by either doing >=20 > $ mixer -d >=20 > Or > # sysctl hw.snd.default_unit=3D >=20 > Which requires a track restart for the change to take effect. All that > would change with my proposed solution is simply detect if virtual_oss > is present, and in that case, change both the default unit through the > sysctl AND switch to the wanted unit through the virtual_oss IOCTL > interface so that the change takes effect immediately if we have > virtual_oss running. No objection, this use case is a lot less invasive than I thought. Make sur= e=20 to sync the selected default unit between your tool and virtual_oss. > > > Testing > > >=20 > > > The audio driver will be tested by writing a test program to go throu= gh > > > most of the IOCTLs provided to by the driver, to both confirm that the > > > information returned is correct, and also to make sure that users can= not > > > pass values that would break the driver. Exact cases will be consider= ed > > > further down the project. > >=20 > > You mean IOCTLs provided by the dsp devices? On a dummy driver? Because > > the > > hardware drivers are usually well separated in kernel modules, which me= ans > > they can be tested separately. >=20 > Honestly, I am still thinking about this, so I am not exactly sure yet. > Do you think there it's possible to create a reliable test case using a > virtual dummy device? Depends on what you want to test. For IOCTLs (the dsp device) and the vchan= =20 feeder stuff you could load a dummy audio driver kernel module, where you c= an=20 check the outcome. If you want to test hardware drivers, I'm not sure they = can=20 be tested meaningfully without listening to sound output. =46or automated tests of your oss(3) library you could strip down virtual_o= ss,=20 catching the IOCTLs on its cuse(3) devices. It has no mmap() though. > > Again, OSSv4 compatibility won't help much, it's basically abandoned by > > audio software developers. Apart from open bug reports there's also > > missing kevent support (instead of poll() being the only option), or the > > buffer / blocksize based latency setting which is conceptually broken. I > > can give more details on these topics if there's interest. >=20 > More details would be appreciated. :) What kqueue / kevent support means is probably clear? Currently poll() is t= he=20 only method an application can use to wait for the sound buffer to reach it= s=20 low water mark. The latency / OSS buffer fragment / blocksize stuff is one of the bigger=20 blunders I know in our audio stack, and one that can be fixed without=20 compromising OSS API compatibility too much. There's an abstract latency setting through SNDCTL_DSP_POLICY ioctl, the=20 hw.snd.latency_profile and hw.snd.latency sysctl. It translates to a certai= n=20 buffer and fragment size, at 48kHz 16bit stereo. Different ones for recordi= ng=20 and playback. These sizes are then scaled according to the actual sample ra= te=20 and frame size, and rounded to a power of two. Which can be already far off= =20 from the intended latency per fragment. These buffer and fragment sizes are then further processed, limited and rou= nded=20 (power of two) again. They end up as the fragment size of the internal buff= ers.=20 =46unny enough, the fragment size is almost meaningless, apart from definin= g the=20 default low water mark. Less funny that it is also communicated as blocksiz= e=20 to the driver, to set a certain latency. At this point it's a bit of a lott= ery=20 because the driver has its own rounding requirements (e.g. milliseconds), a= nd=20 it depends on whether recording or playback blocksize has the final say.=20 Because drivers typically need the same blocksize for recording and playbac= k. Some of the drivers have dedicated tunables to get predictable blocksizes.= =20 Yes, that's what hw.usb.uaudio.buffer_ms is for. So at least it would be nice to get a consistent latency hint at the driver= =20 level. The effective fragment size for the front side buffers should be set= =20 according to what the driver uses, not the other way round. Bonus points if we find a way to set the buffer size from an application,=20 without the obsessive power-of-two-rounding. =46or a first glance, have a look at chn_resizebuf() and chn_calclatency() = in sys/dev/sound/pcm/channel.c Hope this helps. =46lorian From nobody Sun Dec 17 21:00:37 2023 X-Original-To: multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Stb2Y5Tnhz54F9L for ; Sun, 17 Dec 2023 21:00:37 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Stb2Y3SRQz3Z5K for ; Sun, 17 Dec 2023 21:00:37 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1702846837; a=rsa-sha256; cv=none; b=JZ9+wqRmla89IUAy1YI1fuK/GNmdCpHYbpaA/ELG3ACY3hf82BKGKIhkl/gIr6//GTcWNp cwKNC6tCL58JTTr3j9GnWCBP8iaaf6RIXjMWV3RDkS0tet9pUuDRGc+tyDyOMRkXyGhPBi tqAuWYzDjx7VLFUJj7mptZwzD2nUx9F+QbH+NwEi6OSUD2jDAzXiEDVAKP45wCy9oAOb+G nsufoXNxdADSCd03qoeVeyXE/qUafn5IcRl+4ZE0HEDokFQBWeAxbrKEa7/83SO/ovIpfc JIDlXAWllL+vWJsoFx/TSkm5zCl/2oPBEIWAbWDolzvpAbzlfY42h/+fgX8i8w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1702846837; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=2W3Cj8/B9qzA2PgqnXhLvKRbo56QHSzadUijzrKfv7M=; b=Tz5qyQahO1p2PDw1KldFeHdoT0WgUnb8HWColhNWtJYjn58SUDBB7O5SdWT+L3HLNkv81y 2Oj/Mwkwk9xQSblL3fA5I6vHLxw9YhZDjLmmqHbqkx96/ZeyxQNtOpf/IPbRhxRwmV7LqD YYZkdRpg/atdlIkEYtxwZsvR197bP675WMmtKaupao4joNr1C02eJW05y/279yJUL4VUQu mYWzyLFxtq+XpEH/5m/Pjc+7stWdjD8E2oZwtro4qA6t4rc4XIYHRWitaJ/h3ItyP40wdU LkjuTKyVsHkz+NfCrm+alVGRZQ5T2VkwjfQDaDlU6Ndt/m0cEOBGneavpuQ1YA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Stb2Y2VByzt11 for ; Sun, 17 Dec 2023 21:00:37 +0000 (UTC) (envelope-from bugzilla-noreply@FreeBSD.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3BHL0bFS010845 for ; Sun, 17 Dec 2023 21:00:37 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3BHL0bwa010844 for multimedia@FreeBSD.org; Sun, 17 Dec 2023 21:00:37 GMT (envelope-from bugzilla-noreply@FreeBSD.org) Message-Id: <202312172100.3BHL0bwa010844@kenobi.freebsd.org> X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@FreeBSD.org using -f From: bugzilla-noreply@FreeBSD.org To: multimedia@FreeBSD.org Subject: Problem reports for multimedia@FreeBSD.org that need special attention Date: Sun, 17 Dec 2023 21:00:37 +0000 List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="17028468371.5fc5Fb48.8338" Content-Transfer-Encoding: 7bit --17028468371.5fc5Fb48.8338 Date: Sun, 17 Dec 2023 21:00:37 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To view an individual PR, use: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id). The following is a listing of current problems submitted by FreeBSD users, which need special attention. These represent problem reports covering all versions including experimental development code and obsolete releases. Status | Bug Id | Description ------------+-----------+--------------------------------------------------- Open | 252099 | multimedia/webcamd after a stop of the webcamd se Open | 270642 | www/firefox: 112.0: no sound with sndio backend Open | 225237 | www/firefox causes zombie through accessibility/s 3 problems total for which you should take action. --17028468371.5fc5Fb48.8338 Date: Sun, 17 Dec 2023 21:00:37 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status      |    Bug Id | Description
------------+-----------+---------------------------------------------------
Open        |    252099 | multimedia/webcamd after a stop of the webcamd se
Open        |    270642 | www/firefox: 112.0: no sound with sndio backend
Open        |    225237 | www/firefox causes zombie through accessibility/s

3 problems total for which you should take action.
--17028468371.5fc5Fb48.8338-- From nobody Mon Dec 18 18:56:11 2023 X-Original-To: freebsd-multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Sv8Dz4FsLz53fCD for ; Mon, 18 Dec 2023 18:56:35 +0000 (UTC) (envelope-from jcb2023az@gmail.com) Received: from mail-lf1-x12c.google.com (mail-lf1-x12c.google.com [IPv6:2a00:1450:4864:20::12c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Sv8Dy3Nw3z3SVF for ; Mon, 18 Dec 2023 18:56:34 +0000 (UTC) (envelope-from jcb2023az@gmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20230601 header.b=cl3Umv5a; spf=pass (mx1.freebsd.org: domain of jcb2023az@gmail.com designates 2a00:1450:4864:20::12c as permitted sender) smtp.mailfrom=jcb2023az@gmail.com; dmarc=pass (policy=none) header.from=gmail.com Received: by mail-lf1-x12c.google.com with SMTP id 2adb3069b0e04-50dfac6c0beso4467172e87.2 for ; Mon, 18 Dec 2023 10:56:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1702925790; x=1703530590; darn=freebsd.org; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=D/cTOcXWU0vbaekZ9aP+Ex70dFyPKgORI1p+UA2pAgo=; b=cl3Umv5al4Q09zbhXrDPEXE3133w63eNKdo5I6rBgzelj0BVYs6LHyGl8V607I6mtJ VATXFwbLuD/SkprwjhJn7fw6g8CTcA8ZJDaSIESlIrIc+CFCw/Ylpv+udzQKgDDCkHTG kBa1b59jrXIFwaR6tFcfiz9karLQ4q7IE5P8HnX6ijjjiy6AoPTC9pLj64/cCYw4HJwo +Atvehfrl/hJX+kjrNM5JgKg3okoU44kHCFvUyvn3YLUlVhX6HZ6OJwhekCfblpzt26I RSMjcTrDu2j1UZHMshBy5ZibrLfkWyrda0F7zNAUCMB/PetHICNyfdokqn3zq3XxPe3J KUnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702925790; x=1703530590; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=D/cTOcXWU0vbaekZ9aP+Ex70dFyPKgORI1p+UA2pAgo=; b=qx/GpPrzjUzb1RHNCMOxYNntsEExBSgTIvK/tUzfbPSjxCShcIR5sWI9isaTAeJ0GK pM3ZpFyKhB30WAUSJFR3lfoNT1p/n+jih5rd213927KrJBq5FiEFUkjzy86K0inoV/KD h8PJLuA1R1D4wR3syLyE8g0gj9cV2yARs1mr7WyqtSZmJ/MjmeQiGcyqTo7dQs4cFQYR +wZJai3xHqLEWUqfSnpSt7h1F5VRPOk48FaT/4pzOkMHM88J3w3vTtt0B+4hIzg0sPQv MGZ8yGwHdULUpbyr8EHlgn4nayFoSeGB18ckGehWLh0mgb89oAjBeA8A4a0q8mjUpphh 62ng== X-Gm-Message-State: AOJu0YxK4xbAC/IYOfOS6PDCrj0FpDgGAXFbCMpwTh/9nWlAdsM8gAfz WD+sxTwriZfGekuMy5OyNrl6d6iODJOiC5iIIFhhQYiC+zD+GA== X-Google-Smtp-Source: AGHT+IH/ULV/rYFR0sn47VYdWTL5r7bzzHRFiEn4S07jLK+/C64FHnl7LFKkZQRg3BtjdWYAcMhW9MB8Alzq7OXZNPI= X-Received: by 2002:a05:6512:24a:b0:50e:381e:b195 with SMTP id b10-20020a056512024a00b0050e381eb195mr1188026lfo.99.1702925790223; Mon, 18 Dec 2023 10:56:30 -0800 (PST) List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@freebsd.org MIME-Version: 1.0 From: Joe B Date: Mon, 18 Dec 2023 10:56:11 -0800 Message-ID: Subject: TV doesn't produce sound from HDMI Port To: freebsd-multimedia@freebsd.org Content-Type: multipart/alternative; boundary="000000000000ce2100060ccd4e54" X-Spamd-Result: default: False [-3.51 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.51)[-0.514]; DMARC_POLICY_ALLOW(-0.50)[gmail.com,none]; R_SPF_ALLOW(-0.20)[+ip6:2a00:1450:4000::/36]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20230601]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; ASN(0.00)[asn:15169, ipnet:2a00:1450::/32, country:US]; FREEMAIL_ENVFROM(0.00)[gmail.com]; RCVD_COUNT_ONE(0.00)[1]; FROM_EQ_ENVFROM(0.00)[]; MLMMJ_DEST(0.00)[freebsd-multimedia@freebsd.org]; RCVD_IN_DNSWL_NONE(0.00)[2a00:1450:4864:20::12c:from]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ARC_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FREEMAIL_FROM(0.00)[gmail.com]; FROM_HAS_DN(0.00)[]; DKIM_TRACE(0.00)[gmail.com:+]; PREVIOUSLY_DELIVERED(0.00)[freebsd-multimedia@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROMTLD(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim] X-Rspamd-Queue-Id: 4Sv8Dy3Nw3z3SVF X-Spamd-Bar: --- --000000000000ce2100060ccd4e54 Content-Type: text/plain; charset="UTF-8" Hello, So I plugged in my laptop into my HDMI port of my TV and everything is working. I used arandr to find the TV and it outputted great. Problem is the TV isn't using the TV's audio to play its using my laptops audio. Trying to figure out if that is expected or not ? Running FreeBSD 14.0-RELEASE dmesg |grep hda ---- hdaa0: nid 0x as seq device conn jack loc color misc hdaa0: 18 90a601c0 12 0 Mic Fixed Digital Internal Unknown 1 ahcich1: SNTF 0x0001 hdaa0: 20 90171120 2 0 Speaker Fixed Analog Internal Black 1 hdaa0: 23 40000000 0 0 Line-out None Unknown 0x00 Unknown 0 hdaa0: 24 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa0: 25 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa0: 26 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa0: 27 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa0: 29 40700001 0 1 Modem-handset None Unknown 0x00 Unknown 0 hdaa0: 30 411111f0 15 0 Speaker None 1/8 Rear Black 1 hdaa0: 33 02211030 3 0 Headphones Jack 1/8 Front Black 0 hdaa0: Patching widget caps nid=29 0x00400400 -> 0x00700400 hdaa0: Patched pins configuration: hdaa0: nid 0x as seq device conn jack loc color misc hdaa0: 18 90a601c0 12 0 Mic Fixed Digital Internal Unknown 1 hdaa0: 20 90171120 2 0 Speaker Fixed Analog Internal Black 1 hdaa0: 23 40000000 0 0 Line-out None Unknown 0x00 Unknown 0 DISA hdaa0: 24 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa0: 25 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa0: 26 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa0: 27 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa0: 30 411111f0 15 0 Speaker None 1/8 Rear Black 1 DISA hdaa0: 33 02211030 3 0 Headphones Jack 1/8 Front Black 0 ---- cat /dev/sndstat ---- Installed devices: pcm0: (play/rec) default pcm1: (play) pcm2: (play) No devices installed from userspace. ---- If you need anything else let me know. ~ Joe B --000000000000ce2100060ccd4e54 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

So I plugged in my laptop into m= y HDMI port of my TV and everything is working. I used arandr to find the T= V and it outputted great. Problem is the TV isn't using the TV's au= dio to play its using my laptops audio. Trying to figure out if that is exp= ected or not ?

Running FreeBSD=C2=A014.0-RELEASE

dmesg |grep hda
----
hdaa0: nid   0x    as seq de=
vice       conn  jack    loc        color   misc
hdaa0: 18 90a601c0 12 0  Mic           Fixed Digital Internal   Unknown 1
ahcich1: SNTF 0x0001
hdaa0: 20 90171120 2  0  Speaker       Fixed Analog  Internal   Black   1
hdaa0: 23 40000000 0  0  Line-out      None  Unknown 0x00       Unknown 0
hdaa0: 24 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa0: 25 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa0: 26 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa0: 27 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa0: 29 40700001 0  1  Modem-handset None  Unknown 0x00       Unknown 0
hdaa0: 30 411111f0 15 0  Speaker       None  1/8     Rear       Black   1
hdaa0: 33 02211030 3  0  Headphones    Jack  1/8     Front      Black   0
hdaa0: Patching widget caps nid=3D29 0x00400400 -> 0x00700400
hdaa0: Patched pins configuration:
hdaa0: nid   0x    as seq device       conn  jack    loc        color   mis=
c
hdaa0: 18 90a601c0 12 0  Mic           Fixed Digital Internal   Unknown 1
hdaa0: 20 90171120 2  0  Speaker       Fixed Analog  Internal   Black   1
hdaa0: 23 40000000 0  0  Line-out      None  Unknown 0x00       Unknown 0 D=
ISA
hdaa0: 24 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 D=
ISA
hdaa0: 25 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 D=
ISA
hdaa0: 26 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 D=
ISA
hdaa0: 27 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 D=
ISA
hdaa0: 30 411111f0 15 0  Speaker       None  1/8     Rear       Black   1 D=
ISA
hdaa0: 33 02211030 3  0  Headphones    Jack  1/8     Front      Black   0

----

cat /dev= /sndstat
----
Installed devices:
pcm0: <Realtek ALC255 (Internal Analog)> (play/rec) default
pcm1: <Realtek ALC255 (Front Analog Headphones)> (play)
pcm2: <Intel Kaby Lake (HDMI/DP 8ch)> (play)
No devices installed from userspace.

= ----

If you need anything else let me know.
<= div>
~ Joe B
--000000000000ce2100060ccd4e54-- From nobody Mon Dec 18 19:08:42 2023 X-Original-To: freebsd-multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Sv8W92F7Sz53ffr for ; Mon, 18 Dec 2023 19:08:53 +0000 (UTC) (envelope-from freebsd-multimedia@dino.sk) Received: from cm0.netlabit.sk (mailhost.netlabit.sk [84.245.65.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Sv8W76YG7z3cM3 for ; Mon, 18 Dec 2023 19:08:51 +0000 (UTC) (envelope-from freebsd-multimedia@dino.sk) Authentication-Results: mx1.freebsd.org; dkim=none; spf=pass (mx1.freebsd.org: domain of freebsd-multimedia@dino.sk designates 84.245.65.72 as permitted sender) smtp.mailfrom=freebsd-multimedia@dino.sk; dmarc=none Received: from zeta.dino.sk ([84.245.95.254]) (AUTH: LOGIN milan, TLS: TLSv1.3,256bits,TLS_AES_256_GCM_SHA384) by cm0.netlabit.sk with ESMTPSA id 00000000026E1B47.00000000658098BB.0001835F; Mon, 18 Dec 2023 20:08:43 +0100 Date: Mon, 18 Dec 2023 20:08:42 +0100 From: Milan Obuch To: freebsd-multimedia@freebsd.org Subject: Re: TV doesn't produce sound from HDMI Port Message-ID: <20231218200842.3b79ebb4@zeta.dino.sk> In-Reply-To: References: X-Mailer: Claws Mail 3.20.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.1) List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-1.47 / 15.00]; NEURAL_HAM_LONG(-1.00)[-0.996]; NEURAL_HAM_MEDIUM(-0.96)[-0.957]; NEURAL_SPAM_SHORT(0.78)[0.781]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_ONE(0.00)[1]; MLMMJ_DEST(0.00)[freebsd-multimedia@freebsd.org]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; MID_RHS_MATCH_FROMTLD(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; DMARC_NA(0.00)[dino.sk]; ARC_NA(0.00)[]; ASN(0.00)[asn:5578, ipnet:84.245.64.0/18, country:SK]; FROM_HAS_DN(0.00)[]; TO_DN_NONE(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; RCVD_TLS_ALL(0.00)[] X-Rspamd-Queue-Id: 4Sv8W76YG7z3cM3 X-Spamd-Bar: - On Mon, 18 Dec 2023 10:56:11 -0800 Joe B wrote: > Hello, > > So I plugged in my laptop into my HDMI port of my TV and everything is > working. I used arandr to find the TV and it outputted great. Problem > is the TV isn't using the TV's audio to play its using my laptops > audio. Trying to figure out if that is expected or not? [ snip ] > cat /dev/sndstat > ---- > > Installed devices: > pcm0: (play/rec) default > pcm1: (play) > pcm2: (play) > No devices installed from userspace. > > > ---- > > If you need anything else let me know. What does sysctl hw.snd.default_unit show? In my case, setting it to 2 redirect sound output to HDMI audio channel. I have no much experience with audio, but this is working when more audio channels are available, allowing to switch output. Regards, Milan From nobody Mon Dec 18 19:30:44 2023 X-Original-To: freebsd-multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Sv90m1mK6z53hZ3 for ; Mon, 18 Dec 2023 19:31:04 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-yw1-x112e.google.com (mail-yw1-x112e.google.com [IPv6:2607:f8b0:4864:20::112e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Sv90m089nz3By7 for ; Mon, 18 Dec 2023 19:31:04 +0000 (UTC) (envelope-from mavbsd@gmail.com) Authentication-Results: mx1.freebsd.org; none Received: by mail-yw1-x112e.google.com with SMTP id 00721157ae682-5d226f51f71so29683407b3.3 for ; Mon, 18 Dec 2023 11:31:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1702927862; x=1703532662; darn=freebsd.org; h=content-transfer-encoding:in-reply-to:subject:from:cc:references:to :content-language:user-agent:mime-version:date:message-id:sender :from:to:cc:subject:date:message-id:reply-to; bh=JxXuuGoJ82betVxO3/Qk5dpL+iD2VbGRBnuSzpFpKqA=; b=SIhKLwZyY40uKyJFeuna7DMMXnsNj7EpTrGp1xGB94Z3HivJGcL4X7NprAn91QOorg gfjVCUXKa3Wt64ZCElfVTs1jyQqw1jS7gBYa3Cju9PymixGo9nt9e91ArD8tIEzyjXn3 tWIq4d5VknRqzhbSXTOeCY4OG20i4HW7um2VSILG++BmvnAzjA4A/g4VkceQqvuG+z7j ir4DSI3TGlWEGWq8uGYtKb2oYQoPO6oP411TBrdF1IX2srY0HHhA7QU3JpCnrerBIemI bBcsQBM6IfmPvAx9ONLUaKCQgxgRt4N5F7VVSah2G/O9yzNdisyn+blUQfnP0xzybdei IVzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702927862; x=1703532662; h=content-transfer-encoding:in-reply-to:subject:from:cc:references:to :content-language:user-agent:mime-version:date:message-id:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=JxXuuGoJ82betVxO3/Qk5dpL+iD2VbGRBnuSzpFpKqA=; b=cgeHaKD0vpk4mkWSx8aSM2ilCbVrpE094xkyBevOG4kXU8zAR3D27ekObL9fCfvVZ8 LWQJ2IpmI5RORPy2teoSpmA/z2HOIU+XK9LO9YvP33U2DiCsB2F3jLSVmO/nBakz2Tlk o18+gsE+Jp2LBY98NLfic9nLtfWoNADhBUPpxukFyfBueD8+Pzo2bideqe7W/XyiIUcn wIPbNwUKRXNfYsNta7VqBReiQ9BVGmIarunutZNnSJRlSLLrIKIBDFusVQeQ8/OVLBTt vXKRP+1E/zQXmwxaZS7+tgp3T87tn0Pzl+6Q0/JkE8zeML6FbcIKXsZioXdFNiUwkpNG gOsw== X-Gm-Message-State: AOJu0YzyMfqoj5YXpLbZ+z23d4IzH6NSW6F8cTV0PMkpCe0K0K8qMkiX F8nUj6keO57vgDOxx9AzD5gXwzgiJ04= X-Google-Smtp-Source: AGHT+IFJ09GW431FLtggZPjiW6AE4pBhvAtYTwIfqVHVkNdaPiUR07LY+tI/rd+KaED12Md5JkZu/Q== X-Received: by 2002:a81:7b04:0:b0:5e7:4441:eefb with SMTP id w4-20020a817b04000000b005e74441eefbmr774527ywc.67.1702927862560; Mon, 18 Dec 2023 11:31:02 -0800 (PST) Received: from [10.230.45.5] ([38.32.73.2]) by smtp.gmail.com with ESMTPSA id w13-20020a81d10d000000b005e5dcde1da2sm1761472ywi.80.2023.12.18.11.31.01 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 18 Dec 2023 11:31:02 -0800 (PST) Message-ID: <36f9ee8b-bf24-7ca2-b99f-e9b65202c533@FreeBSD.org> Date: Mon, 18 Dec 2023 14:30:44 -0500 List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Content-Language: en-US To: freebsd-multimedia@freebsd.org, Joe B References: <20231218200842.3b79ebb4@zeta.dino.sk> Cc: Milan Obuch From: Alexander Motin Subject: Re: TV doesn't produce sound from HDMI Port In-Reply-To: <20231218200842.3b79ebb4@zeta.dino.sk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US] X-Spamd-Bar: ---- X-Rspamd-Queue-Id: 4Sv90m089nz3By7 On 18.12.2023 14:08, Milan Obuch wrote: > On Mon, 18 Dec 2023 10:56:11 -0800 > Joe B wrote: >> So I plugged in my laptop into my HDMI port of my TV and everything is >> working. I used arandr to find the TV and it outputted great. Problem >> is the TV isn't using the TV's audio to play its using my laptops >> audio. Trying to figure out if that is expected or not? > > [ snip ] > >> cat /dev/sndstat >> ---- >> >> Installed devices: >> pcm0: (play/rec) default >> pcm1: (play) >> pcm2: (play) >> No devices installed from userspace. >> >> If you need anything else let me know. > > What does > > sysctl hw.snd.default_unit > > show? In my case, setting it to 2 redirect sound output to HDMI audio > channel. I have no much experience with audio, but this is working when > more audio channels are available, allowing to switch output. I'll second the Milan comment. Make sure you output sound though the proper device. If that is not the problem, it may be an issue of the video driver, since HDMI require one to negotiate sound output with the TV, otherwise with perfectly working HDA sound river you will still get nothing. I haven't tested HDMI sound with Intel video lately, so I am not sure what should be expected there now and for different chipsets, but for couple NVIDIA cards I use with the proprietary driver it just works. -- Alexander Motin From nobody Tue Dec 19 04:08:44 2023 X-Original-To: multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SvNV629V7z54bnG for ; Tue, 19 Dec 2023 04:08:46 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SvNV536gfz3GZS for ; Tue, 19 Dec 2023 04:08:45 +0000 (UTC) (envelope-from portscout@FreeBSD.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1702958925; a=rsa-sha256; cv=none; b=NGdSkUw+wEGTPWa6bLdLvSNXz8yspLn21z9KmBiJecIbgJ3R4ghMymGgv4flO3fYrcyIAu suQXfOwMGuVyF5v2LrhTateHs3sKZDiaA4Jp0v8msLmqFXuxlcuoYjooAe84OqaTm/WFpV pTCTRfgDPQm6qYfasb9Iv5AqR3DhxcNsBN7vGXZuSr8KN3jmp/KWLLSZrnbdgoVY9uUGba E9PpBybDkNVrr9Hv5jckFVZNrPJncIqEULooM/0UDQxeLc/ZW2djYW059issoixZNhbEEr fIQT0pmhyh3CU/fKGdMflgMGrxvldYV1m2wySGR7qmb/OIZpSw0l25dy0cpxtA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1702958925; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=nvyonGjBT4CyQ+ATM/XYTWUMevHRyy1JiRbYgSTBk70=; b=cMhCclCO08nwsqW2DonPsN14cbCKrRjC58GChc8lKG+CXSY9Hf1kVOZOmy8kHmiJriSuKD +3vgSlWpkvzDBncBhNdQW9Qm4DdVMjfto+pbpmTWcRbZIuWxC2qulzZVgyvHovp46rdPMD HF1cA1jUrI8XgebdWWcR/OZ6zcWwglN3WZh3alfoZa/t9iqTWbxcyv0oHSKxAx7RfejhNT pZxCAg23DpYA/O5l5ibZyme2cte0vX537AtPz62WjXWdgdFE65VzVkUwCseRhvvbfub8aH DWInst75DLCyGr5S+x3k/4lsFJRt2wRmxeheYcn8yW/Qh+e1dHMqTA4Yq34AnA== Received: from portscout.nyi.freebsd.org (portscout.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4SvNV50S0pzpLT for ; Tue, 19 Dec 2023 04:08:45 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.nyi.freebsd.org ([127.0.1.10]) by portscout.nyi.freebsd.org (8.17.1/8.17.1) with ESMTP id 3BJ48jWk045462 for ; Tue, 19 Dec 2023 04:08:45 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.nyi.freebsd.org (8.17.1/8.17.1/Submit) id 3BJ48juo045461; Tue, 19 Dec 2023 04:08:45 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <202312190408.3BJ48juo045461@portscout.nyi.freebsd.org> X-Authentication-Warning: portscout.nyi.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@freebsd.org MIME-Version: 1.0 Date: Tue, 19 Dec 2023 04:08:44 +0000 From: portscout@FreeBSD.org To: multimedia@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/multimedia@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ multimedia/py-gstreamer1 | 1.22.4 | 1.22.8 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Reported by: portscout! From nobody Wed Dec 20 01:02:08 2023 X-Original-To: freebsd-multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SvwJM08Jmz54Kx9 for ; Wed, 20 Dec 2023 01:02:11 +0000 (UTC) (envelope-from mavbsd@gmail.com) Received: from mail-yw1-x1132.google.com (mail-yw1-x1132.google.com [IPv6:2607:f8b0:4864:20::1132]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1D4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SvwJL1ksjz3Y2t for ; Wed, 20 Dec 2023 01:02:10 +0000 (UTC) (envelope-from mavbsd@gmail.com) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=gmail.com header.s=20230601 header.b=TM++LYm+; spf=pass (mx1.freebsd.org: domain of mavbsd@gmail.com designates 2607:f8b0:4864:20::1132 as permitted sender) smtp.mailfrom=mavbsd@gmail.com; dmarc=none Received: by mail-yw1-x1132.google.com with SMTP id 00721157ae682-5e75005bd0cso19739627b3.1 for ; Tue, 19 Dec 2023 17:02:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1703034129; x=1703638929; darn=freebsd.org; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :sender:from:to:cc:subject:date:message-id:reply-to; bh=213mbiqrBnXUDm67DGKCctV4e4bahf8ddzKQDcDOmpA=; b=TM++LYm+QCFFDfEy99s9lCCdXE5TcCF1KcQhDgZ7418PGRpoO6mXMXtsB5gwDcXr94 NB/3La6P2d1VIm/NVaWCw+RM0aEGsYTu1Hn3E7LjuHPvgcqEfK283qlOmoIqUGScSUMt C1MBnirKxU+F8wFSF35BRHdsZTadbQhc4ZkF/NL7NUzYqBJmBOX8G1ZQVVkBCDpYlNLC NvLLI2NdSs1SQD+8HEc63gVAdMF+0DkG7Y863K7PXJiysj4Snn32vLChI60CrrhQnSD4 yT9TLVft+A8ox5U/wX6DguCELD8nvg3ZbxXY74hIPf+tJ3b+I67XD/HZ76HGFeL0dnKP 9gIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1703034129; x=1703638929; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :sender:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=213mbiqrBnXUDm67DGKCctV4e4bahf8ddzKQDcDOmpA=; b=gE5Iwn3iyFD3IF+Rf25xsodDVlgWToYFrwHq2SA7wvwbnjuQpHf+xFN69YmuyD2LFv /m0FZpZmGVaJei0IdWaJ23ZGWxYpRdvUOsgKwEE0N8i/5bAuvahwo6X2+1B95jvHucoQ 4Q8/LvcjPzTlgDjepd3kYWAuU4+YVNfb/egWCF+BH6JJjhGk8ve6k+TWhZd6YTBHH7ep xRNFZfdUtUQnEt+5tsrp1GMQIJm7f5cMlMXfSl1MlaqN/2F2UKFx/VILipsAGpKxjAgc O1P6cYg+pJy/R67+9+Eim4iR7npczRTG1Fg+hyfcaxyw9nClZHHuTNKp2BUu2n6BFzwA 9rug== X-Gm-Message-State: AOJu0YxOoQ8yl/1SUZIBhaW8Woof6OfKzN6Pfy9SrCYwe+mp8OY3lPgh vc93U4Rqm2sTKpMQJ0o84j0= X-Google-Smtp-Source: AGHT+IFCLAn5+q//u4xNRlNVeBYp6HKYITc8RSE4AZlo5rr0y3IQbz7vDmWf6yp1dZkHwbzSAW8D4w== X-Received: by 2002:a81:d550:0:b0:5d3:7c6d:59b1 with SMTP id l16-20020a81d550000000b005d37c6d59b1mr16980439ywj.16.1703034129150; Tue, 19 Dec 2023 17:02:09 -0800 (PST) Received: from ?IPV6:2600:1700:3580:3560:228:f8ff:fe04:d12? ([2600:1700:3580:3560:228:f8ff:fe04:d12]) by smtp.gmail.com with ESMTPSA id e7-20020a81dd07000000b005d755416307sm10048459ywn.73.2023.12.19.17.02.08 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 19 Dec 2023 17:02:08 -0800 (PST) Message-ID: <4f5f9712-e759-c032-84bf-1a1dfe15e012@FreeBSD.org> Date: Tue, 19 Dec 2023 20:02:08 -0500 List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: RFC - Work on FreeBSD's Audio Stack Content-Language: en-US To: Joseph Mingrone , freebsd-multimedia@freebsd.org References: <86ttomxg11.fsf@phe.ftfl.ca> <86y1dxpjzy.fsf@phe.ftfl.ca> From: Alexander Motin In-Reply-To: <86y1dxpjzy.fsf@phe.ftfl.ca> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Result: default: False [-3.20 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; FORGED_SENDER(0.30)[mav@FreeBSD.org,mavbsd@gmail.com]; R_DKIM_ALLOW(-0.20)[gmail.com:s=20230601]; R_SPF_ALLOW(-0.20)[+ip6:2607:f8b0:4000::/36]; MIME_GOOD(-0.10)[text/plain]; FROM_HAS_DN(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; DMARC_NA(0.00)[freebsd.org]; PREVIOUSLY_DELIVERED(0.00)[freebsd-multimedia@freebsd.org]; RCVD_IN_DNSWL_NONE(0.00)[2607:f8b0:4864:20::1132:from]; TO_MATCH_ENVRCPT_SOME(0.00)[]; ARC_NA(0.00)[]; DWL_DNSWL_NONE(0.00)[gmail.com:dkim]; MLMMJ_DEST(0.00)[freebsd-multimedia@freebsd.org]; RCPT_COUNT_TWO(0.00)[2]; DKIM_TRACE(0.00)[gmail.com:+]; TO_DN_SOME(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; MIME_TRACE(0.00)[0:+]; FROM_NEQ_ENVFROM(0.00)[mav@FreeBSD.org,mavbsd@gmail.com]; ASN(0.00)[asn:15169, ipnet:2607:f8b0::/32, country:US]; RCVD_COUNT_TWO(0.00)[2] X-Rspamd-Queue-Id: 4SvwJL1ksjz3Y2t X-Spamd-Bar: --- Hi, On 13.12.2023 21:59, Joseph Mingrone wrote: > snd hda(4) pin-patching > > Regarding the stability of the audio stack, the project will address the pin-patching issue present in the snd hda(4) (Intel > High Definition Audio) driver. Essentially, some laptop models have non-standardized mappings for the headphone and > speaker jack pins, which results in absence of audio from the headphones, until a patch is manually applied in snd hda(4) > to correctly map the headphone and speaker pins for that model so that the same audio stream is output from both the > speakers and headphones when they are plugged in. > > The initial strategy to address the issue will be to see if it is possible to do the patching automatically by figuring out > what the Speaker pin’s as number is (see dev.hdac..pindump=1) and "forcibly" assign the same value to the headphone > jack pin as well. The following solutions follow the same logic: > > - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273809 > - https://i-bsd.com/freebsd-wireless-8265/ > > OpenBSD’s azalia(4) (their version of the HDA driver) will also serve as a point of reference, even though it too contains > a kind of manual patching mechanism. I believe this is a dead end, not a proper solution. In early days of HDA it was quite typical to have pins configuration just plain broken, and patching was the only way to make it work. But since Microsoft in some Windows version started to use the pins configuration, most of hardware vendors fixed the pin configurations. These days it is not so much of a problem. The problem now is that Windows implement different ideology of sound redirection. Instead of relying on CODEC features, they redirect sound in software, switching playback/recording between devices on fly. That is what I think we should actually do -- export information about connection status (which HDA driver already has) to the sound subsystem and make it change default device dynamically and in real time, stopping playback/recording on one device and starting another. It sounds pretty close to the hot-swapping sub-project below, except I am not sure it needs virtual oss, since kernel already knows how to convert channels formats, etc, if needed. > Hot-swapping > > Users of plain OSS, that is, without virtual oss, will have noticed that hot-swapping audio devices (i.e changing the default > unit, hw.snd.default unit) mid-track does not work and sound keeps coming out of the previous device until the track > is restarted. This is because applications open(2) the device at the start of playback and close(2) it when the track has > stopped. virtual oss(8) can create a virtual audio device responsible for routing audio to the appropriate physical audio > device. The device(s) sound is routed to can be changed at run-time using virtual oss cmd(8). > > This method has the advantage that sound can be re-routed to different devices while applications keep the same /dev/dsp > open; virtual oss(8) will make any necessary conversions on the fly and redirect audio to the new device without requiring > a restart of the track/application. > > This functionality will be embedded in either mixer(8) or the new audio(8) program. -- Alexander Motin From nobody Thu Dec 21 01:59:54 2023 X-Original-To: multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SwYXV36Svz5477Z for ; Thu, 21 Dec 2023 01:59:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SwYXV1C6Kz4M4s for ; Thu, 21 Dec 2023 01:59:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1703123994; a=rsa-sha256; cv=none; b=Z4EFCy16g1FGM/aif5XBegbMqNgjuDxZ2nxBTyrktUlHuefm5snU59cdO8Z8s8QFyoPL3R FShB+qkKgnbo+7ipcKj1fZKJBjx6c8WGZO+qJ3hC2QZgy+XQDmv6U9DVjBiNKOmGnQQvdR LMAwkkPEUSrnWHPUVoFDCZogFU5BClKrTYeNg/3KED0xUoq4MsnNkQKWpIcc+19nngjl6f JhaZR1fDn87FPrx/8truwY1AiJrGajdHpPCIj/A0h+cPPxFKpT7H/Xvp/sUlQOArO6ml/L qsDt1x95U2O3XaknpiuVHtYno2tXbRDrGMCyOrDgWez84r+JTOKQZZEP38MH9Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1703123994; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=sqSb7H9Kj0QG8f3S8+RRM8WNE/FVNkb3PeREXQkpu7c=; b=ROQui+7FKHxruORPCPpIbSHQsPfZXNvrVxsPpYkQHnfzMAI5fdFJmG6hgMCuClB/mkV/ML TVNB/fozE7TD0UwJ/AZALskV4KzrGANFPa+fd471Bml2r+xgODOZ8pcUmoRUL3sQbUVm/n WF9v7PcGkCpthFhY2M1871aBLAcetp3x5u6Fe90/JoqNlkT+CfzsWohiVs2HsC19N9Gyla rD1q9zlcPv1XChoBLYULhIQIUiux8onkN87+rE5uwo89//1K8FkhWZZOo+NqQ8TTjJCR2J iZxchGMq60SPq6BHWafiQtqrlbmalkhTBuy6ZA4gQ6GxUJIZXQZZgIi76hblUg== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4SwYXV0K3nz1Cdb for ; Thu, 21 Dec 2023 01:59:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3BL1xrk4050070 for ; Thu, 21 Dec 2023 01:59:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3BL1xrsf050069 for multimedia@FreeBSD.org; Thu, 21 Dec 2023 01:59:53 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: maintainer-feedback requested: [Bug 275863] multimedia/vlc: option CHROMECAST requires USE_CXXSTD=c++17 Date: Thu, 21 Dec 2023 01:59:54 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@freebsd.org MIME-Version: 1.0 Bugzilla Automation has asked freebsd-multimedia (Nobody) for maintainer-feedback: Bug 275863: multimedia/vlc: option CHROMECAST requires USE_CXXSTD=3Dc++17 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275863 --- Description --- I'm using FreeBSD 13.2-RELEASE-p9/amd64. Building multimedia/vlc (vlc-3.0.20_1,4) failed for me. I have enabled a bunch of nonstandard OPTIO= NS. I'm sorry I didn't save my error log but I can tell you it included lots of "error: no member named 'in_place'" which seemed to stem from header files installed by devel/abseil (abseil-20230125.3) pulled in by files in $WRKSRC with names indicating functionality enabled by the port's CHROMECAST option. I added USE_CXXSTD=3Dc++17 to my make command line and then all was well. Hopefully this helps someone. If further information is needed I'll be happ= y to elaborate. From nobody Thu Dec 21 01:59:54 2023 X-Original-To: multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SwYXV6H5hz546rk for ; Thu, 21 Dec 2023 01:59:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SwYXV37sVz4M4t for ; Thu, 21 Dec 2023 01:59:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1703123994; a=rsa-sha256; cv=none; b=g5+O3926/F/AsopzHiQwNENs8rEehnTA7PBiDXyP+CeBFelv0hMda8SVUMnV4ZVITsnrX1 s2MOUEtyxjnQrhrqOQDU/h+ZhF8wDxchaLb39Frdb2KeggR42/qmlRGGU9QxbjVBjccr1m 0+nJzPJhPRSGZ0EhCmuwP0tcQVIUvjvWAWx60Qj9wNHJEbY95moNZjFT3SKcUjK6M3FAqq w59iSeZYpQE16eReP5LMPkMCrYhIlGM013J4ea7oH0JvFuSWnnC4FJp6lzbQ652jmUAPT4 BBcyHJhC2DjLrQfvDDii9urpjvJKOy0H6kS91iZN2DMbLcViocKvejZOdtp0dw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1703123994; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=FCkZepIRvbw0ocbY5nJcDW3eGJIMaDcrCkGl7zMN4XE=; b=nk8jknLHvoaGTTLOGu0LjYIJAkwOt3b7lc2DApkGzC1ZexG6F3Q4vsHQGC+NTuPL0q7KBO NMtEWGFnsqBAE+KH/k5gZyVGZ+QYYJrKMZH+d1CVTrfVln1bu/zEC3MawaTZMDs4DsM1gd u67DKSJq8ciRlkrVgzT9WnoDSdwfpw4nc1v4+5zk10CgwzNLFOSZxU+Wt5ONCme5gZQQ4V yLXmAZGPRfpO9Gy0rDP57UVRxyssl4QqDbBLv8pnbw6yQLwJ5eqHmSH4854UVkMBLVma9B Z4fd4WJJDvwHjW84/schqC+0mCsA9wfFeHR705RV4r77M7es5OlQZTr8XsP14A== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4SwYXV27Fgz1CDd for ; Thu, 21 Dec 2023 01:59:54 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3BL1xsaX050078 for ; Thu, 21 Dec 2023 01:59:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3BL1xst4050077 for multimedia@FreeBSD.org; Thu, 21 Dec 2023 01:59:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 275863] multimedia/vlc: option CHROMECAST requires USE_CXXSTD=c++17 Date: Thu, 21 Dec 2023 01:59:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: milios@ccsys.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275863 Bug ID: 275863 Summary: multimedia/vlc: option CHROMECAST requires USE_CXXSTD=3Dc++17 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: multimedia@FreeBSD.org Reporter: milios@ccsys.com Flags: maintainer-feedback?(multimedia@FreeBSD.org) Assignee: multimedia@FreeBSD.org I'm using FreeBSD 13.2-RELEASE-p9/amd64. Building multimedia/vlc (vlc-3.0.20_1,4) failed for me. I have enabled a bunch of nonstandard OPTIO= NS. I'm sorry I didn't save my error log but I can tell you it included lots of "error: no member named 'in_place'" which seemed to stem from header files installed by devel/abseil (abseil-20230125.3) pulled in by files in $WRKSRC with names indicating functionality enabled by the port's CHROMECAST option. I added USE_CXXSTD=3Dc++17 to my make command line and then all was well. Hopefully this helps someone. If further information is needed I'll be happ= y to elaborate. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Dec 21 07:35:05 2023 X-Original-To: multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SwhzF6DPsz54Stt for ; Thu, 21 Dec 2023 07:35:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SwhzF5Dmtz3GXQ for ; Thu, 21 Dec 2023 07:35:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1703144105; a=rsa-sha256; cv=none; b=RJlgayUt/+VdEThahTNTJ5OkIvF0s1TnuV/4aItVSQFf31PmJWbVPyJ/jylBoNbtIB2gCg uTOB9s2FOGUc7YUTfkR5fp3Kys1DoNVxIcbgCgAQBjMIQSDdWU8CHTilcdNtqqHgrEwYfb NvGE6smAwoVdS+SmhP6ikT11F6teXQq11Sbhjed/tRxcSYJLbEkMstDIVKL+VVmHE0aYuJ yj8ujuGk0ekAL+j53hW/nRGv1/hevtytoA8CpeuciNgR8VW8qaHZ6oExI73KeLdoEX45oo BgCEF3bOyQEhAjV5CdUbSUat2GG7pALdg+p/Tjb+oXrV6zci7AkfpkIF617Aqw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1703144105; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ALj6k1g9hrZl7vm41jyOLRIQA/tqCZHtqTv6P3+rxaY=; b=FwoV47bYcm1bpxFx/pS2SwtHbtFx9v/t3DZNI34ekf3ufDG3qXb3Rc3xMACsumWT3UoCuF 4R8LkqSsynsj5OMZ9Z5pelYcYUAwxAFP+2rXn4ktbA7cSHOIf0lrqg0omQTUvskAqY9KBz xnvtQYWA9AdnIQSqL8IbMRr5lzZGBABZF1OTrjlIdCqzfdi4rwbRW5QmFrPJzoIJItj1u4 CMFEaOkbbVuA6Bh/RcS5WzSuq0tfC/yxTgBlEXctu34sjehXsQvLoWTOBTt77xW8wJ1BVg 5E4GXidczIIXFhQanRevaB5G57c9CDckuTOECaGBFqV2T//DCNOtpMaUlykj4w== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4SwhzF4CVTz8bp for ; Thu, 21 Dec 2023 07:35:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3BL7Z5CO079924 for ; Thu, 21 Dec 2023 07:35:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3BL7Z5OY079923 for multimedia@FreeBSD.org; Thu, 21 Dec 2023 07:35:05 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 267218] audio/gstreamer1-plugins-chromaprint sys/v4l2codecs/meson.build:38:2: ERROR: Unknown variable "gstcodecs_dep" Date: Thu, 21 Dec 2023 07:35:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: satyamsinghh1122@gmail.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267218 satyamsingh changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |satyamsinghh1122@gmail.com --- Comment #11 from satyamsingh --- You=E2=80=99ve come to the right place if you are looking for a high-profile https://www.sofia-singhania.com/. We have the finest of the best. Our independent Escorts In Delhi have curvy bodies and are eager to please th= eir customers Escorts is always there to ensure the safety and privacy of our customers. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Dec 22 17:07:38 2023 X-Original-To: multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SxYdR251mz54Ctm for ; Fri, 22 Dec 2023 17:07:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SxYdQ6mqBz3Ycg for ; Fri, 22 Dec 2023 17:07:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1703264859; a=rsa-sha256; cv=none; b=rlaCrl+dnHDaKvl7zRVbOjn3xq/Gs4cBjrDf1M8O+RODvdUjKwQ+2LBcZHc75vKyxtxARY q/TnDAL2gZAjeKBBtMoMLHrPK4edO3tEzx++CuqkxW5XowyoPYEAV7k3o8MHnvgc+SRC/C YHAcvD+VmYh5Ufs6G2sXAgQoeS0oLRT+7rM6idjdFIfdCWR9fyBffmCJ/uRQMxn9fX5MLQ UaefC+8cTHV5Fo9h9zUhLvch/5gmqgt8Nd8y79rqJ2U+zdtxXEWC/m2274dEqNT2ooprF2 lCtY8FSJQ7pQuuEzWNCkjLfuNkruLZz4+bOVb1tNQx1VdiV9SnFKiUykNUArXg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1703264859; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2gEorfZdIH1MDP8brWMZ0GB3W9MnMwLuaC6VYIWER90=; b=uNyZs4Isjpm3bZmJyQf9y9gsAQo/WO62qHx/VM/OyR49KnSceFA04q585dGtfigpYHRouI Itj36klifWcDg6+tLBVpD+wgQgAgddck+AB22vVRQodZ+78kXNXmY/EFGaeF/dkqTOglNh HPcL2hoLddUcKVj66ze9xkWMoFJrf4hpH5ZEFvicI3mIJouX1uS3Ma91yDahdl7lfQF3jb bCTQJQxDbsd44mfjvu2RZw7QbW5DsoPGLbx+B0O9HPc3DjYPlgItApFrQ3KpPKZBNR8q1R IWcxN6Jp6eD2YFcofSNksqqV3YAa5rpYjzAZAIqgJpLo7RqTOBIiNxWo4x7HeA== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4SxYdQ5mGqz9Fx for ; Fri, 22 Dec 2023 17:07:38 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3BMH7clO071010 for ; Fri, 22 Dec 2023 17:07:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3BMH7cgE071009 for multimedia@FreeBSD.org; Fri, 22 Dec 2023 17:07:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: maintainer-feedback requested: [Bug 275886] multimedia/vlc: VDPAU is not working Date: Fri, 22 Dec 2023 17:07:38 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@freebsd.org MIME-Version: 1.0 Bugzilla Automation has asked freebsd-multimedia (Nobody) for maintainer-feedback: Bug 275886: multimedia/vlc: VDPAU is not working https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275886 --- Description --- Hello, some users have reported that VLC segfaults when they are using VDPAU as output. As far as i can tell it doesn't work for AMD as well but it continues to pl= ay (in my case). An debug log have been attached. Thank you in advance! From nobody Fri Dec 22 17:07:38 2023 X-Original-To: multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SxYdR47ZBz54Cx2 for ; Fri, 22 Dec 2023 17:07:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SxYdR1CNDz3Yfl for ; Fri, 22 Dec 2023 17:07:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1703264859; a=rsa-sha256; cv=none; b=JM3D2i4fGL7rjwci3F70iM8hs/vU0fnMAIpGIi+df52za7TIqkSBnKloMi+UTQ3MPh/TFi V8ApIyR5bDJPf1gXl54PPBMOQZ43gRq5051Gl4u68ONfhbz3Ue0RrmWAEJDkl5R7KLyWn0 +riAJEll45CmB4ytWExzWmEgFZfvK9OzQV6uw9meBoAexf/UZn5AK8MnStWCA8gdCKCCHE sSifaikjKh+jpLKDCk9VlsWmesXzY/xhU4LS0l3NDX7QuvnXy5jRdFAteeW0M7PqRjw3Lv Gql37hxHp20E5C0tDC4c+dwyPX9Qdq+o9QElhL08srB4ru9nj3dwnvfZO5EwmA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1703264859; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Y2IdEFTdyfcLq9sOqpn1MdRCuxlCxjZQIPHlCD83Ekc=; b=Uos11H7N+1uP9CsGTPK3+o+pLazaOQTM7ObFOffhQzEu8WGqnejDQa2tRVi/pLeDLn5oqW WQbyoaNQhxfBeiNhXLu3s4avMfHmij/CAHGwpwHTNe5yS06IYsZ3cIZUkOtRqeM3Lxpb3w g4b6H1B2di2qxvQ22htCuo+8OdFB5Kg7+lREsgqiYNVhxKCj2LbbmZh5YsT3PAmJtkBLqY voAjJ1lr8l20Bi1czPFt3xYNJWTt1c5OfIdRnPYYwxC2tC5RDc1Ri6OmLBcUAZ9lRooKMt C0mCOiaq/pobPd+s1KdxSG9RC/5B5fzKq+HiORjCJtyvYV4ZxfYgt+3lGDUThQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4SxYdR03nsz954 for ; Fri, 22 Dec 2023 17:07:39 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3BMH7cqA071014 for ; Fri, 22 Dec 2023 17:07:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3BMH7cJ7071013 for multimedia@FreeBSD.org; Fri, 22 Dec 2023 17:07:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 275886] multimedia/vlc: VDPAU is not working Date: Fri, 22 Dec 2023 17:07:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: Alexander88207@protonmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name attachments.mimetype attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275886 Bug ID: 275886 Summary: multimedia/vlc: VDPAU is not working Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: multimedia@FreeBSD.org Reporter: Alexander88207@protonmail.com Assignee: multimedia@FreeBSD.org Flags: maintainer-feedback?(multimedia@FreeBSD.org) Attachment #247202 text/plain mime type: Created attachment 247202 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D247202&action= =3Dedit VLC-VDPAU-AMD.log Hello, some users have reported that VLC segfaults when they are using VDPAU as output. As far as i can tell it doesn't work for AMD as well but it continues to pl= ay (in my case). An debug log have been attached. Thank you in advance! --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Dec 22 19:24:11 2023 X-Original-To: multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Sxcg0179fz54MW1 for ; Fri, 22 Dec 2023 19:24:12 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Sxcfz757nz4HZr for ; Fri, 22 Dec 2023 19:24:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1703273052; a=rsa-sha256; cv=none; b=RdpP4yKncMRgKs6CconH8KCrGAg20Ma9WRPOzayaF9GNm2guE4e+P5aYD7q7gK+cFIkWoU yirg89JogWBYGudv6xc+VXXiHcauqBECcaDNZr7e/YPzG+xyqTY1Z98YLc0Sx07R8I+f/B Rr0Bkr/ZmO3jDq+PUXcxRR9rmk3TU9dBhuzinZhh1MP/OD9BtcFthNy3UP7rpiLzz+7duo W0ngbpj2jK77EIBYfKBt3//TqQytUn3pP2VJ0MM3LgVa65AG1k9ejcoXo5ij0Ep+gJPxri 4kbFJYG0vNubHku+mq2qQeFap9sGYd5rbmefUbVv7fiCmeS9xcAa5PeLKv+zcw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1703273052; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WhCR/iaLl7kElWCuoBDDGqnTV51CL2N08aXF54kG1vI=; b=AE9eG3cCnKhKXmgivz2ewPUws3C1fvA2snHmqHymD6Dt8iQymMzjCgXIyhh32fmmSmD8Cj YtnRf3Sf7AhB8OlmFvv4x+aVwSMYmPbosvtla76EYzUTvFT8a5/7J3WXy/rTDOG2flW6Kh r+p+XmwJOf+3PmAud9Ne8IGad/uSAdZ8Gn+4V1RJqjYR6yOiRfvRwETIv6yJxUxnj+vdRe i3YCvsjLjLynH1ZNB9vNzrwP68bqw+noNtlN3rMq3G/QM1pLCYrVXb2FulL206QhW42qWo oGrmkFYEioVz3kChWbuWo9F+nLVFfR55Ulxb4crx0vRE7+xPb6bEbnhV0pYPmQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Sxcfz6BVMzDWh for ; Fri, 22 Dec 2023 19:24:11 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 3BMJOBK3002883 for ; Fri, 22 Dec 2023 19:24:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 3BMJOB9h002881 for multimedia@FreeBSD.org; Fri, 22 Dec 2023 19:24:11 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: multimedia@FreeBSD.org Subject: [Bug 275615] multimedia/ffmpeg: compilation failure in libavcodec/librsvgdec.c Date: Fri, 22 Dec 2023 19:24:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: uzsolt@uzsolt.hu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: multimedia@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275615 Zsolt Udvari changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |uzsolt@uzsolt.hu --- Comment #2 from Zsolt Udvari --- Would it simplier to update librsvg? --=20 You are receiving this mail because: You are the assignee for the bug.=