Skip to content

feat: Add tracks (WebVTT) roles attribute #1305

@francoism90

Description

@francoism90

This is my manifest:

{
    "id": "video_8bc832af1d1e400cb6ac663719a55a44",
    "sequences": [
        {
            "clips": [
                {
                    "type": "source",
                    "path": "/path/to/mp4"
                }
            ]
        },
        {
            "id": "CC1",
            "label": "2f327d3b-6783-4efa-b780-d409cb4cb1e5",
            "language": "eng",
            "clips": [
                {
                    "type": "source",
                    "path": "/path/to/eng.vtt"
                }
            ]
        },
        {
            "id": "SERVICE1",
            "label": "sprite",
            "clips": [
                {
                    "type": "source",
                    "path": "/path/to/sprite.vtt"
                }
            ]
        }
    ]
}

I'm testing with dash.js and it seems to parse them both as captions (kind). Is this normal?
I would expect the type metadata.

Thanks. :)

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