FreeBSD/HowTo: Difference between revisions
< FreeBSD
No edit summary |
No edit summary |
||
Line 7: | Line 7: | ||
I also ran these commands to make sure phonon4-gstreamer would not have problems with pulseaudio: | I also ran these commands to make sure phonon4-gstreamer would not have problems with pulseaudio: | ||
''This step might be unnecessary: | ''This step might be unnecessary:'' | ||
'''gconftool-2 -t string --set /system/gstreamer/0.10/default/audiosink pulsesink''' | '''gconftool-2 -t string --set /system/gstreamer/0.10/default/audiosink pulsesink''' | ||
'''gconftool-2 -t string --set /system/gstreamer/0.10/default/audiosrc pulsesrc''' | '''gconftool-2 -t string --set /system/gstreamer/0.10/default/audiosrc pulsesrc''' |
Revision as of 01:58, 23 June 2017
How to avoid having annoying problems with the pulseaudio server when running the plasma5 environment
I edited /usr/local/etc/pulse/default.pa and added this line: load-module module-oss device="/dev/dsp2" sink_name=2
I also ran these commands to make sure phonon4-gstreamer would not have problems with pulseaudio:
This step might be unnecessary:
gconftool-2 -t string --set /system/gstreamer/0.10/default/audiosink pulsesink
gconftool-2 -t string --set /system/gstreamer/0.10/default/audiosrc pulsesrc