Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On iOS, max video quaity is 360p. #363

Open
sufian1999 opened this issue Jan 8, 2025 · 0 comments
Open

On iOS, max video quaity is 360p. #363

sufian1999 opened this issue Jan 8, 2025 · 0 comments

Comments

@sufian1999
Copy link

"react-native-youtube-iframe": "^2.3.0",
"react": "17.0.2",
"react-native": "0.68.2",

<YoutubePlayer
height={moderateScale(300)}
play={playing}
videoId={"kfsvIOEY8dZ"}
onReady={() => {setIsVideoReady(true), setPlaying(true)}}
onChangeState={onStateChange}
onPlaybackQualityChange={(e) => console.log('asdasd = ', e)}
webViewProps={{allowsInlineMediaPlayback: false}}
/>

The video plays but in iOS max video quality is 360p and above it. It says Missing Options.
But on Android, video quality can be set 1080p.

IMG_0744

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant