I would like to include a video on a website. I have done this quite normal with the HTML5 tag.
<video id="video_3e2f4515" src="discovervideo.mp4" playsinline poster="./previewvideo.jpg" controls="controls" type="video/mp4">
Dein Browser unterstützt das Videoformat leider nicht.
Unfortunately, the video (about 2 minutes) can not play completely in Safari Browser (iPhone), since the screen timeout comes. There are no problems with Android. I have already tried different approaches. Once nosleep.js and another video (videojs) player, but none of it works. Each time the device times out. Is there a way to work around that?
Thank you in advance and best regards