WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: chromium HTML5  (Read 2332 times)

Offline made_in_china

  • Newbie
  • *
  • Posts: 12
chromium HTML5
« on: December 01, 2010, 03:17:25 PM »
Hi,

how to watch video  (html5) with chromium  ???

Offline made_in_china

  • Newbie
  • *
  • Posts: 12
Re: chromium HTML5
« Reply #1 on: December 02, 2010, 01:16:14 AM »
i test chromium browser on this site:
http://www.html5test.com/

in video test i have:
MPEG-4 support   No ✘
H.264 support           No ✘
Ogg Theora support         Yes ✔
WebM support                 Yes ✔

how to enable MPEG-4 and H.264 support ?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11020
Re: chromium HTML5
« Reply #2 on: December 02, 2010, 08:43:36 AM »
IIRC the open-source version (chromium) couldn't use those, you'd need the binary from Google (chrome).
The only barriers that can stop you are the ones you create yourself.

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: chromium HTML5
« Reply #3 on: December 02, 2010, 10:49:38 AM »
IIRC the open-source version (chromium) couldn't use those, you'd need the binary from Google (chrome).

actually this is not true, it is possible to compile chromium with all the codecs, even with the system ffmpeg
also i thought i have enabled these codecs by adding in my configure line :

-Dffmpeg_branding=Chrome

but according to gentoo forums i have to add following option too, i will try it in next update

-Dproprietary_codecs=1

http://forums.gentoo.org/viewtopic-p-6458771.html?sid=5e3a893627134a6f0ff4cb6dc9875116#6458771
« Last Edit: December 02, 2010, 10:55:41 AM by Arslan S. »

Offline made_in_china

  • Newbie
  • *
  • Posts: 12
Re: chromium HTML5
« Reply #4 on: December 02, 2010, 04:29:17 PM »
thx for answers,
i am waiting the next release  ;D

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: chromium HTML5
« Reply #5 on: December 03, 2010, 07:12:53 AM »