Comment #7 on issue 13416 by 415fox: html5 <video> tag doesn't work on Linux http://code.google.com/p/chromium/issues/detail?id=13416
Running on an x86_64 platform, I added this to the configure parameters: --enable-cross-compile --arch=i386 --extra-cflags=-m32 --extra-ldflags=-m32 Then: make make install cd chromium-ffmpeg sudo rm /usr/lib/chromium-browser/libsws* sudo rm /usr/lib/chromium-browser/libav* sudo cp libav* libsws* /usr/lib/chromium-browser/ Opened up http://www.youtube.com/html5 and it played! Except no sound. I got this mysterious error on my console: ALSA lib ../../../src/pcm/pcm.c:7228:(snd_pcm_recover) underrun occured Darn. 64-bit alsa doesn't like 32-bit ffmpeg? But 32-bit flash on firefox sings perfectly ... Or maybe there's some ffmpeg options to make play nicely with ALSA or Pulse Audio or Intel HDA ... -- 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 -~----------~----~----~----~------~----~------~--~---
