Skip to content

Move away from JSON as metadata interchange between C++ and Python #593

@scotts

Description

@scotts

All of the metadata we expose to users in Python comes from the C++ side. These are mostly fields in the C++ VideoDecoder. Right now, we communicate that data from C++ to Python through a JSON string. We should explore other mechanisms so that we don't rely on JSON on the Python side.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomersrefactorImproves code itself, but does not fix a bug or add new functionality.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions