Missing argument --alsa-audio-device
Posted: 29 Jan 2024 08:44
I'm using the latest Raspberry OS Lite Bookworm.
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':
Was that argument --alsa-audio-device dropped or replaced by any other argument?
Thanks!
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!