VLC was installed by using the command: sudo apt-get install vlc
I've got the following error when I was trying to play a testing audio file with output ALSA device 'default':
Code: Select all
$ vlc --aout=alsa --alsa-audio-device=default test.wav
VLC media player 3.0.20 Vetinari (revision 3.0.20-0-g6f0d0ab126b)
vlc: unknown option or missing mandatory argument `--alsa-audio-device=default'
Try `vlc --help' for more information.
Thanks!