You are not logged in.

#1 2011-06-09 02:27:22

Shashwat
Member
From: India
Registered: 2011-05-08
Posts: 101

[SOLVED] Not able to play multiple audio stream

I cannot play multiple audio stream over pulseaudio. Its like if I play movie all the other sound sources gets mute which is bad.

I tried every possible steps here https://wiki.archlinux.org/index.php/PulseAudio but nothing works. I don't even have snd_pcm_oss installed.

Add to that the audio/video stream I play over net using flash are not listen under pulseaudio pavucontrol.

Any idea how do I play multiple audio stream ?

Here is asound.conf

[shashwat@myhost ~]$ cat /etc/asound.conf 
# Use PulseAudio by default
pcm.!default {
  type pulse
}

ctl.!default {
  type pulse
}

# Explicit PulseAudio device
pcm.pulse {
  type pulse
}

ctl.pulse {
  type pulse
}

# vim:set ft=alsaconf:
[shashwat@myhost ~]$ 

 

Last edited by Shashwat (2011-06-09 04:54:33)

Offline

#2 2011-06-09 03:33:58

ngoonee
Forum Fellow
From: Between Thailand and Singapore
Registered: 2009-03-17
Posts: 7,354

Re: [SOLVED] Not able to play multiple audio stream

One or more of your players (including flash, possibly) is using alsa rather than pulseaudio. There are multiple reasons this could be happening, perhaps you're on a 64-bit system and don't have the proper lib32 libraries for pulse? Perhaps your audio player does not support pulse, or does not have the pulseaudio output selected?


Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.

Offline

#3 2011-06-09 04:41:52

Shashwat
Member
From: India
Registered: 2011-05-08
Posts: 101

Re: [SOLVED] Not able to play multiple audio stream

Spot on. Installing 32bit libraries worked. Now it even lists playback from flash contents over web broweser/npbinviewer smile

Thanks for the headsup. Maybe I should have read the wiki more clearly tongue

Offline

Board footer

Powered by FluxBB