WARNNING: FFmpeg audio Player ao_open_live() failed: can not open the device pluse channel 1, rate 22050, bit 16,I changed the file /etc/libao.conf alsa to pulse and it still not work.
at first,it doesnot work,then I reboot,and finally it works!,here is my solution:
changed the file /etc/libao.conf:
default_driver=alsa
……
after change:
default_driver=pulse
then reboot your computer.
Thanks
And remember to remove the dev=default
line. Refer to archwiki
Most helpful comment
at first,it doesnot work,then I reboot,and finally it works!,here is my solution:
changed the file /etc/libao.conf:
default_driver=alsa
……
after change:
default_driver=pulse
then reboot your computer.