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

HD button getting hidden on native Android


On a native Android app,
I have a video file in 720P, 1080P and 480P.
I use this code for JW Player on Android to play a video that has multiple qualities -

PlaylistItem item = new PlaylistItem();
List<MediaSource> mediaSources = new ArrayList<>();
mediaSources.add(new MediaSource(source1));
mediaSources.add(new MediaSource(source1));
item.setSources(mediaSources);
player.load(item);

The problem is that the HD button gets hidden after 1,2 seconds when the video starts playing.
I need to have the HD button to enable users to manually change the quality.

How can I get it ? Or is it a bug in JW player ?

1 Community Answers

George

JW Player Support Agent  
0 rated :

What is the video url for the two sources?

This question has received the maximum number of answers.