Re: [mpg123-users] Out123 - not working on mint?
Brought to you by:
sobukus
|
From: Thomas O. <tho...@or...> - 2025-08-09 05:13:32
|
Am 8. August 2025 20:01:47 MESZ schrieb "Dominik Młynarczyk" <dom...@gm...>: >[src/libout123/libout123.c:out123_open():484] error: Found no driver out of >[oss] working with device <default>. > Did you build mpg123 yourself? It looks like you did not have development files present for more than OSS output. For alsa or pulse (and sdl, portaudio, whatnot), you need development files for those audio systems installed. With the proper dependencies present, the list of tried drivers should be bigger. Also, you'd need to install your build of mpg123 so that libmpg123 finds the output modules (alternatively, there's an environment variable for that). >Using mpg123-alsa also fails. I am not sure which mpg123 you mean here. The default build with alsa on Ubuntu-like systems should be able to use e.g. the pulse server via compat layer. >The workaround I've found for now is building the x86_64-cross version for >Windows and then running under Wine. This fixes both the command line >mpg123/out123 and the library, but is a very hacky solution. Wow. This is a roundabout! Interesting option;-) >Is this a bug or is there something I'm missing? Just looks like an incomplete build lacking modules. Alrighty then, Thomas |