We have video api implemented with ASP.NET Core 5 which return video url to use in front-end implanted with Nuxt.js.
The video which works great on IE, Chrome, FireFox, Edge on desktop and android doesnt work on iOS Safari and MacOS Safari even Chrom on iOS (All major WebKit engine browsers).
Understood that Nginx must support range request. i add this code to my site configuration on nginx:
proxy_force_ranges on;
but again doesn't work