I am not able to play sound from multiple sources.
My hardware: Thinkpad x230. I just use heaphones since I disconnected the cable to the intern sound speaker.
Example of error:
login -> listen to music on browser -> cannot listen on other apps, even if I close browser and try to open another app afterwards.
Already read about multimedia on the handbook, but cannot seem able to fix.
docs.freebsd.org
If starting Vlc after a browser, Vlc would output something similiar to this to the terminal:
This is what I added to /etc/sysctl.conf
PS: sorry for my bad english. Thanks in advance!
My hardware: Thinkpad x230. I just use heaphones since I disconnected the cable to the intern sound speaker.
Example of error:
login -> listen to music on browser -> cannot listen on other apps, even if I close browser and try to open another app afterwards.
Already read about multimedia on the handbook, but cannot seem able to fix.
Chapter 9. Multimedia
The multimedia chapter provides an overview of multimedia support on FreeBSD
If starting Vlc after a browser, Vlc would output something similiar to this to the terminal:
Code:
xxx: can’t open /dev/dsp[/ICODE][ICODE]
This is what I added to /etc/sysctl.conf
Code:
hw.snd.default_unit=4
dev.pcm.0.play.vchans=4
dev.pcm.0.rec.vchans=4
hw.snd.maxautovchans=4
PS: sorry for my bad english. Thanks in advance!