JWPlayer with fast-forward and rewind buttons in android

1.4k views Asked by At

I am using jwplayer in android project.Now the requirement states that the player should have "Fast-FORWARD" and "REWIND" button .

I have looked at the documentation but did not find anything in android sdk.

1

There are 1 answers

0
Ashish Sharma On

Then create custom controls and add these two button, and on fastforward with all necessary condition check, just seek the player by 5 or 10 sec Player.seek(Player.position+10) and subtract for backward.