React-player doest not show video chapters. #1799
shahab7758
started this conversation in
Ideas
Replies: 2 comments
-
@cookpete any update on this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
would be awesome to support chapters in audio files as mp3, m4b etc as well. any chance for implementing this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
<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'
]
}
}}
/>
Beta Was this translation helpful? Give feedback.
All reactions