damonwonghv / youtube-search-api

Get Youtube Search result without any login or api key
MIT License
86 stars 30 forks source link

Cannot run video on expo-av video #31

Open KKKaisar opened 3 months ago

KKKaisar commented 3 months ago

Hi. How can I play expo-av react native video component. Is there a way to play video from that data? I tried and couldn't play it. Or need I other data to play video? As I know NewPipeExtractor in java lets play video from data. I didn't understand how it parses and what data is need to play, but it works well. Maybe there is something that you can look and implement in your lib? Or Grayjay YouTube plugin which is in js. But as I understood it is slower than NewPipe's videoPlaying for some reason. I'm not good at overengineering things so those(NewPipe and Grayjay) are hard to me to use or understand. There is also likes, dislikes, comments and etc ready dataFetch parsing functions. Will you look at them and implement?