micnews / react-jw-player

A React Component API for JW Player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement Requirement

deepaknarulaaesl opened this issue · comments

Hi,

You guys have been doing a fabulous job maintaining this library!
I am Deepak Narula. I work with Aakash Educational Services Limited. We were planning to integrate JW Player in our react native app. I am looking for certain enhancements in the JW player. All our audios and videos have been divided into various segments.
For example: An audio file of length 3 minutes could have the following segments:
<Segment 1> ranges from 1 sec - 59 sec
<Segment 2> ranges from 60 sec - 123 sec
<Segment 3> ranges from 124 sec - 180 sec

Each segment will have a name and an attached image file. As the segment changes, the image would also change.

Enhancement 1: A segmented seek bar as shown.
image

Enhancement 2: Image Display (For audios) - Displays an image linked to each segment.

Enhancement 3: Segment Switcher to switch between segments as shown.
image

Please let me know if it is possible to achieve the above.