Teamspeak 3 and PulseAudio with ALSA, not working

Hello!
When I run Teamspeak 3 and connect to a server, alternatively try "Play Test Sound" in Playback section of settings, it automatically stops sound output from both MPD and MPV.
However, when I run only MPD and MPV I can lower/higher volume & mute without it effecting eachother, this brings me to a (maybe false?) conclusion that PulseAudio is working. Only not with Ts3.
In Teamspeak I've adjusted the Playback Mode to PulseAudio and have Playback Device put to Default.
#/etc/asound.conf
# Use PulseAudio by default
pcm.!default {
type pulse
fallback "sysdefault"
hint {
show on
description "Default ALSA Output (currently PulseAudio Sound Server)"
ctl.!default {
type pulse
fallback "sysdefault"
#.config/mpd/mpd.conf
# Required files
db_file "~/.config/mpd/database"
log_file "~/.config/mpd/log"
# Optional
music_directory "~/music"
playlist_directory "~/.config/mpd/playlists"
pid_file "~/.config/mpd/pid"
state_file "~/.config/mpd/state"
sticker_file "~/.config/mpd/sticker.sql"
restore_paused "yes"
audio_output {
type "pulse"
name "MPD PulseAudio Output"
# sink "your-sink-name-here"
#.mpv/mpv.conf
# Write your default config options here!
# default configuration that applies to every file
[default]
# try to use high quality opengl output, with standard opengl, classic xv, and wayland as fallbacks
# note: opengl has numerous quality/performance trade-off options.
# as per the mpv(1), "opengl-hq" is just an alias for "opengl:lscale=lanczos2:dither-depth=auto:fbo-format=rgb16"
vo=opengl-hq,opengl,xv,wayland
# use alsa for audio output, choose pulse, or oss4 as fallback
ao=pulse
# prefer using 5.1 channels audio (defaults to 2 - see mpv --channels=help)
# mixing is handled by libavcodec unless using "--af-add=pan" (see below)
channels=5.1
# scale the subtitles to the 3% of the screen size
sub-scale=3
# set the window title using the media filename (see Property Expansion section of mpv(1))
title="${filename}"
# add black borders so the movies have the same aspect ratio of the monitor
# for wide screen monitors
vf=expand=::::1:16/9:16
# for non wide screen traditional monitors, alternative to the above item
#vf=expand=::::1:4/3:16
# disable screensaver
stop-screensaver="yes"
# execute a command every 30 seconds
# useful to disable a non-standard-compliant screensavers and to work around buggy behaviours
# BE WARNED: to avoid dangerous commands is your responsibility
#heartbeat-cmd="xscreensaver-command -deactivate &" # stop xscreensaver
# custom heartbeat frequency in seconds
#heartbeat-interval=600
# correct pitch when speed is faster or slower than 1.0
af=scaletempo
# allow to seek in a file which is still downloading whilst watching it
# from manpage:"this switch has no effect in the typical case" (usually done automatically by demuxers)
# idx=yes
# allow to increase the maximal volume to 600%
#softvol-max=600
# skip displaying some frames to maintain A/V sync on slow systems
framedrop=yes
# profile for up-mixing two channels audio to six channels
# use --profile 2chto6ch to activate
[2chto6ch]
af-add=pan=6:1:0:.4:0:.6:2:0:1:0:.4:.6:2
# profile to down-mixing six channels audio to two channels
# use --profile 6chto2ch to activate
[6chto2ch]
af-add=pan=2:0.7:0:0:0.7:0.5:0:0:0.5:0.6:0.6:0:0
Sooo, someone has a clue to whats up?
Last edited by redot (2014-02-12 16:37:21)

Hi,
Did you use Group Policy to map drive or map drive manually? Can you access the network share? Please check if the user have share permission on the network share.
Best practices for basic NTFS permissions on a share
http://social.technet.microsoft.com/Forums/windowsserver/en-US/c6242159-d15d-417e-91f8-eb19c0da3a35/best-practices-for-basic-ntfs-permissions-on-a-share
Regards,
Mandy
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

Maybe you are looking for