LonelyCpp / react-native-youtube-iframe

A wrapper of the Youtube-iframe API built for react native.
https://lonelycpp.github.io/react-native-youtube-iframe/
MIT License
613 stars 155 forks source link

Can I get captions of a youtube video and display it separately? #270

Closed namlq93 closed 2 years ago

namlq93 commented 2 years ago

I am making a bilingual app to learn English. I will insert a youtube video into the app, and show subtitles below. Is there any way I can get the captions directly from the youtube video player and display it separately?

IMG_20220925_171456

LonelyCpp commented 2 years ago

no, this is not possible through this library. you can however look at the youtube data api to achieve similar results