I have an mp4 video in my site. If I run it in localhost
using Safari it works. But if I check it in production (Safari) is not working. The same if I go to the full path of the video.
This is my code:
<video loop="loop" muted="muted" poster="/videos/dashboards_poster.png" autoplay="autoplay" src="videos/dashboards.mp4"></video>
Also, if I go to: https://example.com/videos/dashboards.mp4 is not working and in the console I'm seeing:
Failed to load resource: Plug-in handled load
But if go to: http://localhost:9000/videos/dashboards.mp4 is working!
This is only happening in Safari. Chrome and Firefox works fine. My Safari version is: 9.1 (11601.5.17.1)
Any ideas?
Thanks!