Re: Tragic State of FreeBSD Audio/Sound
vermaden <[email protected]> Mon, 20 Jul 2026 17:19:18 +0200
| Newsgroups | gmane.os.freebsd.current |
|---|---|
| Message-ID | <bzcqkrpsoautvnbkpltw@lnug> |
> 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