You are not logged in.
Pages: 1
HTML5 videos are playing, however there is no sound. The sound for everything else is working fine.
I've tried it with:
-alsa w/o Pulseaudio
-alsa w/ Pulsaudio
I've installed gstreamer, and I'm using firefox.
I saw some previous topics regarding this issue, but I haven't found a solution that works for me.
It seems like HTML5 audio is sending its output to the HDMI output and not to the Analog output, is there a way I can change this?
Last edited by trevog (2015-03-20 15:44:43)
Offline
You probably already did this, but I had the same problem, no sound in html5 video w/ ALSA & PulseAudio and a reboot fixed it. Just throwing this out there to make sure you've covered your bases.
"We may say most aptly, that the Analytical Engine weaves algebraical patterns just as the Jacquard-loom weaves flowers and leaves." - Ada Lovelace
Offline
Anything interesting in the logs, systemd's journal or in the terminal when starting firefox from the terminal?
Offline
I had the same problem, it was because I have 2 snd_hda_intel , I just changed the order to the correct card in
/etc/modprobe.d/alsa-base.conf
options snd_hda_intel index=1,0
I had to remove this also /home/<user>/.asoundrc
Offline
I was also having this problem. Gnox's solution worked for me.
In addition if you are addressing your hardware directly in your alsa configuration with something like this it can create problems. Avoid addressing devices with type hw as that was my problem.
pcm.!default {
type hw
card 0
device 3Offline
Pages: 1