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
612 stars 155 forks source link

Play Private and age restricted video with react-native-youtube-iframe #351

Closed sandeep14 closed 1 month ago

sandeep14 commented 2 months ago

Describe the bug We are not able to play age restricted and private video with react-native-youtube-iframe 2.3.0

To Reproduce Simply play any agerestricted and private video with react-native-youtube-iframe 2.3.0

Expected behavior Video Should be Play without any restriction

Screenshots IMG-20240130-WA0003

Smartphone (please complete the following information): happenig with all devices . react-native-youtube-iframe version is 2.3.0 and webview version is 13.12.2

LonelyCpp commented 1 month ago

The player operates on an anonymous context, so we won't be able to support user restricted videos

sandeep14 commented 1 month ago

Ok ,With help of access token of autherized person , can we play private/age restricted video , if yes how can we that access token with react-native-youtube-iframe player?