Hello,
I placed a video on a Odoo website homepage using HTML5 tags. The video size is arround 11 Mb. I can not play this video on iOS system only. I found the cause of the problem. For iOS, my web server need to support "byte-range requests" as see here : \http://stackoverflow.com/a/4762072
I put my video under an Apache Web server and I am able to play the video on iOS by using the URL to this video on Apache server. But, I would like to stock the video file on my Odoo custom module, then reach the video from my Odoo URL.
Is there a way to support "byte-range requests" on Odoo Web server?
Thanks