i´m very new to Linux-Mint, i installed it last night inclusive the Mate Environment.
I am very satisfied with all of the Linux-Mint stuff but there is one thing that i can´t get a solution for by myself.
Installed:
MPD: Version: 0.16.5-1ubuntu4
Google-Chrome-Stable: Version: 24.0.1312.70-r181759
mpd.conf (the important lines)
- Code: Select all
user "septix"
group "audio"
# Audio Output ################################################################
audio_output {
type "pulse"
name "My Pulse Output"
# server "localhost" # optional
# sink "remote_server_sink" # optional
}
audio_output {
type "httpd"
name "My HTTP Stream"
encoder "vorbis" # optional, vorbis or lame
port "8000"
quality "5.0" # do not define if bitrate is defined
# bitrate "128" # do not define if quality is defined
format "44100:16:1"
}
#
#mixer_type "hardware"
#mixer_type "software"
#mixer_type "disabled"
#
###############################################################################
asound.conf
- Code: Select all
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
The Sound works very fine, i can listen to MPD output and all other outputs(firefox,vlc,smplayer....) but google-chrome.
I just have no audio output in google-chrome.
May some of you could give me an advice how to solve this and how to get multiple audio output with mpd and google-chrome.
Best regards
septix
//Edit:
solved this problem by reinstalling both MPD and google-chrome...

