Amazing Expo. How to expo-av stream Youtube

Expo you are amazing. I cannot thank you enough for Expo for Web. I am creating an app+website for a charity for disabled people and I need to stream some youtube links from their account. Using expo-av video works with the example you have in the documentation

This works

<Video
  source={{ uri: 'http://d23dyxeqlo5psv.cloudfront.net/big_buck_bunny.mp4' }}
/>

But a youtube URL doesnt work and it seems impossible to get a URI for a youtube video and this does not work

<Video
source={{ uri: 'https://www.youtube.com/embed/7bqPmaCMqqQ' }}
/>

It there any tinkering with the properties that could make it work?

Expo rocks!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.