You are not logged in.
Pages: 1
I am using three sound devices and using the .asoundrc file I have set the third device as the default.
I can play audio using vlc, alsaplayer etc but not when I play an audio file via firefox - video is OK but no sound. It appears that mplayer plugin used in firefox appear to route audio to hw:0,0 which is a webcam and hence no playback capability. Is there any way to force mplay plugin to use a given audio device rather than using the default hw:0,0 device? Tried using vlc, alsaplayer etc for handling audio on firefox without success.
Offline
Edited /etc/mplayerplug-in.conf to include ao=alsa,pcm but still no success....
Offline
If you play an audio file with mplayer from terminal is the sound pushed out the correct soundcard and speakers?
Offline
It appears browsers directly access hw:0,0 hence even if default device is specified in .asoundrc sound is routed to hw:0,0.
A solution was found in http://www.linuxquestions.org/questions/linux-software-2/how-to-configure-flash-9-in-firefox-to-use-a-specific-alsa-device-629183/ (post by Shadow_7) which simply involves creating the file /etc/modprobe.d/alsa_custom with the entry options snd-usb-audio index=0 to make the required device have the index of 0 (hw:0,0). I did not try the full method described by Shadow_7.
@mojo, I may have changed the default setting on mplayer which could have been the problem but I think this is a better solution as I can make my Audigy the hw:0,0 every time. Thanks.
Offline
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]