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

jw player playlist props image item not working (thumbnail) #336

Open
PratikKatkar opened this issue Jan 17, 2024 · 1 comment
Open

jw player playlist props image item not working (thumbnail) #336

PratikKatkar opened this issue Jan 17, 2024 · 1 comment

Comments

@PratikKatkar
Copy link

 license: Platform.select({
              ios: 'xxxxxxxxxxxxx',
              android:
                'xxxxxxxxxx',
            }),
            setPlaylistIndex: {index: index},
            backgroundAudioEnabled: false,
            autostart: true,
            playlist: [
              {
                file: post_video,
                image: thumbnail_photo,
              },
            ],

            repeat: true,
            controls: false,
          }}    
          
           I have provided this code, in this code playlist image item is not being displayed. i want to display the thumbnail for the next playing video i attaching video please refer that 
scrcpy_4f1cAMsRDo.mp4
@chaimPaneth
Copy link
Owner

Hi @PratikKatkar

I've found that some version of the JW SDK have issues with loading the image in android. Try downgrading the JW SDK version (you can set the jwPlayerVersion in android/build.gradle ext {}) to 4.12.0 or other versions and check which one works for you as I don't remember now exactly what version worked for us.

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

2 participants