Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Need to display Thumbnail before Video plays -- Android


I am using JW Player in my Android App.
I am able to play the Video successfully, But not able to find any method to display Video Thumbnail before Video plays.

Current Code:
JWPlayerFragment jwPlayerFrag = (JWPlayerFragment) getActivity().getFragmentManager().findFragmentById(R.id.submittedVideoFrag);
JWPlayerView jwPlayer = jwPlayerFrag.getPlayer();

Log.d(TAG, "Video URL: "+submissionObject.getCloudinaryResponseObject().getVideoSecureUrl());
PlaylistItem playList = new PlaylistItem(submissionObject.getCloudinaryResponseObject().getVideoSecureUrl());
jwPlayer.load(playList);

This does not gives any thumbnail-image before playing the Video. Neither it is available in the sample code.

1 Community Answers

George

JW Player Support Agent  
0 rated :

For me to reproduce this issue reliably I will need this information about your application:

Device’s Android Version:
JW Player SDK for Android version number:
Device make and model where you are experiencing this issue:
Provide step by step instructions on how to reproduce your issue:
JW Player Demo Application Source Code that is also experiencing the issue:

As the last field suggests, please replicate this issue using the JW Player Demo Application and send us a link to a zipped version of the entire Android Studio Project for testing which can be found here:
https://github.com/jwplayer/jwplayer-sdk-android-demo

This question has received the maximum number of answers.