Chromium Docs - Enabling hardware decode codepaths on linux (original) (raw)

This document is deprecated. See vaapi.md instead.

Hardware acceleration of video decode on Linux is unsupported in Chrome for user-facing builds. During development (targeting other platforms) it can be useful to be able to trigger the code-paths used on HW-accelerated platforms (such as CrOS and win7) in a linux-based development environment. Here's one way to do so, with details based on a gprecise setup.

** note NOTE THIS IS AN UNSUPPORTED CONFIGURATION AND LIKELY TO BE BROKEN AT ANY POINT IN TIME **

This page is purely here to help developers targeting supported HW <video> decode platforms be more effective. Do not expect help if this setup fails to work.