npm ImageVideo all caption

install
npm i react-video-all-caption
import
import { ReactVideoPlayer } from "react-video-all-caption";
use
< ReactVideoPlayer >

videopath="https://sample-videos.com/video123/mp4/720/big_buck_bunny_720p_1mb.mp4"
autoplay = {true}
captionurl= "/srtCaption.srt" // ./sbvCaption.sbv // ./vttCaption.vtt
embedurl= ""
loop= {true}
muted= {true}
playPause= {true}
type= "videoPath"
control= {true}

< /ReactVideoPlayer >