Skip to content

React-player doest not show video chapters. #1531

Description

@shahab7758

<ReactPlayer
width={'100%'}
height={'auto'}
url={${videosCollection[selectedVideoId]?.url+videoResolution}.mp4}
controls
ref={playeref}
playing
config={{
file:{
tracks: [
{ kind: 'subtitles', src: '/subs/introduction.vtt', srcLang: 'en', default: true, label:'Locations'}
// The same code snipet is working for kind: 'subtitles'
]
}
}}
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions