I am trying to play a self hosted video on safari , i looked many solutions online i tried playsinline, i set the headers type. I tried multiple encodings for videos and formats noone of it managed to work , the snippet for the player is like that:
import globe from "../assets/globe5.mp4";
import ReactPlayer from "react-player";
<ReactPlayer
playsinline={true}
controls={false}
playing={true}
muted={true}
loop={true}
className="video"
width="100%"
height=""
url={globe}
type="video/mp4"
/>