You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
In safari when dealing with video/audio media makes the assumption that it's streaming media unless there's a keep-alive header with a max and timeout. I've tried setting this in the static.json like so;
I can see Content-Range and Cache Control is being set, but not keep alive. Looking through the nginx config, looks like there is a 5 second keepalive default, can we expose this default header or be able to change it?
The text was updated successfully, but these errors were encountered:
In safari when dealing with video/audio media makes the assumption that it's streaming media unless there's a
keep-alive
header with a max and timeout. I've tried setting this in the static.json like so;I can see Content-Range and Cache Control is being set, but not keep alive. Looking through the nginx config, looks like there is a 5 second keepalive default, can we expose this default header or be able to change it?
The text was updated successfully, but these errors were encountered: