Comment #9 on issue 13416 by [email protected]: html5 <video> tag doesn't  
work on Linux
http://code.google.com/p/chromium/issues/detail?id=13416

@415fox:

I have the same ALSA sound problems on x86 EeePC so it's not an x86-64 only  
problem.
It seems the problem is related to misuse of ALSA pcm_*_delay funcions with
Pulseaudio, could you try bypass Pulseaudio with this in your  
/etc/asound.conf:

pcm.!default {
         type plug
         slave.pcm {
                 type hw
                 card 0
         }
}

ctl.!default {
         type plug
         slave.pcm {
                 type hw
                 card 0
         }
}


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to