This is MOV format encoded with HEVC, and is not properly supported in most browsers. As you can see from your own example, if you open the MOV directly in browser, the browser doesn't even recognize it, and will trigger download instead. HEVC is only fully supported in Safari and some browsers on certain operating systems.
https://caniuse.com/hevc
If you are going to use this video file, with the limited support, I would recommend simply to rename it to mp4 IMG_2194.mp4
, which will work better, because mp4 is at least recognized in browser as a video format. MOV is just a container, generally not supported, but the encoding is HEVC/H.265. See this:
https://stackoverflow.com/a/76331060/3040364