Skip to content

clear-code/meta-browser-hwdecode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This layer enables hardware assisted video decoding in Chromium via the Chromium V4L2VDA, using the v4l-gst libv4l plugin to connect it to the Renesas H/W video decoder available through GStreamer.

Currently, only the H264 video codec is supported.

Building

  1. Add this layer to your bblayers.conf file

  2. Add the following packages to your IMAGE_INSTALL:append variable in your local.conf

    • v4l-gst
  3. bitbake as usual.

Configuration

The settings file for the v4l-gst bridge is located at /etc/xdg/libv4l-gst.conf. This file allows for specifying the GStreamer pipeline that the plugin will attempt to use to decode the video frames that it receives from the V4L2 interface.

About

Hardware decode support for Chromium on Renesas RZ/G

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • BitBake 75.7%
  • Shell 24.3%