Solved VLC - codec not supported

I'm trying to play some mp3 music files using VLC but get the following errors:-

Codec not supported:

VLC could not decode the format "mpga" (MPEG Audio layer 1/2)

mpg123 has no problem with the same files. What am I missing?
 
Playing a random .mp3 worked for me with vlc-3.0.22_2,4.

MPEG2 option is turned off by default, maybe try with it?
Code:
MPEG2_LIB_DEPENDS=      libmpeg2.so:multimedia/libmpeg2
MPEG2_CONFIGURE_ENABLE= libmpeg2
 
Playing a random .mp3 worked for me with vlc-3.0.22_2,4.

MPEG2 option is turned off by default, maybe try with it?
Code:
MPEG2_LIB_DEPENDS=      libmpeg2.so:multimedia/libmpeg2
MPEG2_CONFIGURE_ENABLE= libmpeg2
I have 3.0.21. pkg upgrade said I had the latest version.

You mention options, does that suggest that you built the port rather than using the pkg?
 
Back
Top