Hi guys,
I working on a fullscreen slider with video integration (mp4-videos).
Everything is working fine, besides in Safari.
I know that Safari has some problems with the HTML5 video tag, but I tried every solution I could find (muted, playsinline, preload, js(play, pause, …) and nothing works.
After checking the URL of the video in the Dom, I realized that the processed Video doesn’t even work when opening in a new tab.
The url as reference: http://localhost:8081/_Resources/Persistent/8/6/5/9/8659114eb7c515b396830f9c946d8f6a0d164484/test.mov
Has anyone encountered the same problem with processed videos in Safari?
Here’s how I implemented the rendering:
I wrote a small index.html to test the same video files in safari and they work fine (so the headers are correct).
Thanks in advance.
Daniel