You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.gradleext {}) 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.
scrcpy_4f1cAMsRDo.mp4
The text was updated successfully, but these errors were encountered: