From nobody Mon Jul 20 15:19:18 2026 X-Original-To: freebsd-current@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 4h3kh95T79z6m6WV for ; Mon, 20 Jul 2026 15:19:21 +0000 (UTC) (envelope-from vermaden@interia.pl) Received: from smtpo75.interia.pl (smtpo75.interia.pl [217.74.67.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4h3kh94L2gz45XM for ; Mon, 20 Jul 2026 15:19:21 +0000 (UTC) (envelope-from vermaden@interia.pl) Authentication-Results: mx1.freebsd.org; none Date: Mon, 20 Jul 2026 17:19:18 +0200 From: vermaden Subject: Re: Tragic State of FreeBSD Audio/Sound To: Rodrigo Osorio , "freebsd-current@freebsd.org" X-Mailer: interia.pl/pf09 In-Reply-To: References: <517030E8-D079-48DD-AE4B-093E93C8F101@ketas.si.pri.ee> X-Originating-IP: 45.148.42.2 Message-Id: List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=interia.pl; s=dk; t=1784560760; bh=RHyOnbJAiTL78YB31bcwTlC4wKAeOvtG7OBeXlgedWw=; h=Date:From:Subject:To:Message-Id:MIME-Version:Content-Type; b=jmRCjFd28i3lycV69wfXvcRhNgPxjWrtboI2Jk2H5jMG9yE9cu1Vv7vhTxnptb2hq Mq9GOmfakUKZDAQp6kDtLxSpgxDp2uUvX0WepsCJTVPcDupIFR+qvGshdIg2vYL5Si a6EPpNwmNoSQpH14oG38QV1nL8NBTpVhweA1oh68= X-Rspamd-Queue-Id: 4h3kh94L2gz45XM 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:16138, ipnet:217.74.64.0/22, country:PL] X-Spamd-Bar: ---- > I tried both mplayer and vlc without success > (following the output provided by mplayer) > I don't usually have problems with sound, > and I'm able to play other video & audio files > on my FreeBSD system, but for some reasons, > not for this one. This is just audio in MP3 format from that recording: https://mediafire.com/file/v3wvg4rqn2srrw6/freebsd-tragic-audio-sound.mp3/file To play existing MP4 file along with this audio MP3 sound You can use mpv(1) for example: % mpv video.mp4 --audio-file=audio.mp3 Regards, vermaden