Comment #6 on issue 13416 by [email protected]: html5 <video> tag doesn't work on Linux http://code.google.com/p/chromium/issues/detail?id=13416
Hi all! FYI I have Chromium on Linux (daily Ubuntu PPA) working with following codecs: Theora Vorbis FLAC MPEG-4 AAC MPEG-4 AVC (h.264) http://www.youtube.com/html5 works. You would need to compile/install ffmpeg as instructed below but with this configure flags: ./configure --disable-ffmpeg --disable-ffplay --disable-ffserver \ --enable-shared --disable-static --disable-debug \ --enable-pthreads --disable-network --disable-encoders \ --disable-decoders --disable-hwaccels --disable-muxers \ --disable-demuxers --disable-parsers --disable-bsfs \ --disable-protocols --disable-devices --disable-filters \ --enable-decoder=theora --enable-decoder=vorbis \ --enable-demuxer=ogg \ --enable-decoder=flac --enable-demuxer=flac \ --enable-decoder=h264 --enable-decoder=aac \ --enable-demuxer=h264 --enable-demuxer=aac \ --enable-demuxer=m4v --enable-demuxer=mov \ --enable-parser=h264 --enable-parser=aac \ --enable-gpl --enable-nonfree \ --enable-runtime-cpudetect \ --prefix=./chromium-ffmpeg Enjoy the new web! ps: If you need help drop me a line. 2d_ps: Google please include FLAC as default in both Chromium and Chrome in all platforms! -- 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 -~----------~----~----~----~------~----~------~--~---
