6

Been using Chromium for a while, but it occurred to me that most video content does not work. YouTube does, but Vimeo does not, and most video streaming sites as well as random webpages with embedded video typically don't work either.

I have a few other browsers installed as well: Firefox, Brave, Google Chrome, Safari, Vivaldi, they all work fine everywhere. Chromium is the only exception.

For your reference I'm using macOS 10.15 (Catalina) and the latest versions of all browsers, and never installed any custom codecs or whatsoever.

According to html5test.com under multimedia, in the Video section, other browsers have H.264 support. And further down in Video codecs (under Streaming) they have MP4 with H.264 support as well. However Chromium doesn't.

Is there a way to get this working?

P.S. I installed Chromium with brew cask.

1 Answer 1

7

By default, Chromium does not support proprietary codecs (like h.264, aac). Official info: https://www.chromium.org/audio-video

So, on macOS, you need to compile Chromium with the proprietary codecs support yourself ; or download pre-compiled versions with the proprietary codecs support (https://chromium.woolyss.com/ - I am the admin of this website for many years).

1
  • I need to bisect an issue in Google Chrome while streaming videos, but this is of course not possible using the default python's bisect tools and Chromium builds, by any chance have you considered providing this capability with your website's builds?
    – diegocr
    Commented Oct 11, 2020 at 19:03

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .