Skip to content

Audio compress offload enable via pipewire #1315

@qti-sbojja

Description

@qti-sbojja

We are looking to enable compress offload with pipewire and use ffmpeg to parse the audio format. After adding ffmpeg as a dependency, we encountered the following error:

ERROR: Nothing PROVIDES 'ffmpeg' (but /local/mnt/workspace/sbojja/builds/K2C/meta-qcom-12-11/build/../meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/pipewire_1.4.9.bb DEPENDS on or otherwise requires it)
ffmpeg was skipped: Has a restricted license 'commercial' which is not listed in your LICENSE_FLAGS_ACCEPTED.
ERROR: Required build target 'pipewire' has no buildable providers.
Missing or unbuildable dependency chain was: ['pipewire', 'ffmpeg']

we need to include LICENSE_FLAGS_ACCEPTED += "commercial" in conf/local.conf to enable ffmpeg.

Is it possible to use the commercial LICENSE, or is there another way to utilize the ffmpeg parser?

pipewire test app: https://github.com/PipeWire/pipewire/blob/master/src/tools/pw-cat.c#L2053

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions