0

I would like to set start time for my mp4 video. I know I can use something like that when I am using youtube video, but I have no idea if there is a way to this with classic mp4 video

<ReactPlayer
  url={config.url}
  controls
  onPause={() => console.log("Pause")}
  config={{
    youtube: {
      playerVars: {
        start: 30,
      },
    },
  }}
/>;
huhWell
  • 89
  • 1
  • 2
  • 6
  • 1
    [link](https://stackoverflow.com/questions/70144952/how-can-i-start-a-video-at-specific-timestamp-in-react) check this. – jhnxx Oct 14 '22 at 09:19

0 Answers0