Playing a specific time of a video in ReactJs

Viewed 14

Suppose you have a full video with a total time of 43 minutes. Is there any way to kind of split it and show only a specific part of it?

for example from 05:03:00 to 08:40:30.

Actually, I used ReactPlayer and implemented it, but it is no use. I mean it works in a different way only with buttons you can go to the desired timestamps. I don't want the viewer watches the whole video at all. I couldn't find anything in ReactPlayer to kind of split the video before playing.

Here is the code:

Edit determined-chatterjee-81jeid

0 Answers
Related