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

Limit of video iframe can handle #389

Open
philippechevieux opened this issue Jan 12, 2023 · 0 comments
Open

Limit of video iframe can handle #389

philippechevieux opened this issue Jan 12, 2023 · 0 comments

Comments

@philippechevieux
Copy link

I'm currently trying to load a whole playlist with react-youtube like this :

<YouTube
   onReady={...}
   onStateChange={...}
   opts={{
       height: '100%',
       width: '100,
       playerVars: {
             controls: 0, 
             list: playlistId, 
             listType: 'playlist'
        }
     }}
/>

Beside i have a list of videos (with pagination) contained in the playlist. When i click on a video it starts playing. To do so i used :
.playVideoAt(videoIndex)

It's work like a charm but the iframe load only 200 videos :
Capture d’écran 2023-01-12 à 09 31 04

Is there a way to increase this limit or get around it?

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