Disable range support to fix chrome playback.

pull/3804/head
Isaac Connor 2024-01-02 17:07:34 -05:00
parent 64a2007cec
commit 2747a97168
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ if ( isset($_SERVER['HTTP_RANGE']) ) {
} # end if HTTP_RANGE
header('Content-type: video/mp4');
header('Accept-Ranges: bytes');
//header('Accept-Ranges: bytes');
header('Content-Length: '.$length);
# This is so that Save Image As give a useful filename
if ( $Event ) {