Re: Tragic State of FreeBSD Audio/Sound
- In reply to: Rodrigo Osorio : "Re: Tragic State of FreeBSD Audio/Sound"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Jul 2026 15:19:18 UTC
> 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