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
598 stars 153 forks source link

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

Closed namlq93 closed 1 year ago

namlq93 commented 1 year 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 1 year ago

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