I placed a video tag on a website. But when I want to play the video the video is black.
The video is retreived by a route to a laravel application, which returns a 200 video/mp4 response. I know for sure that the file is in mp4 format. I tried to embedded a other video from a other website but I got the same result. The video does work on computer browsers chrome, firefox and edge. The problems only seens to play when a iphone of apple user with safari tries to watch the video.
<video class="news" controls muted type="video/mp4">
<source src="https://domain/news/4/video/1>
</video>