Answer the question
In order to leave comments, you need to log in
How to stream video using php (rewind not working)?
Server: apache, shared hosting.
How to upload videos using php?
So far I'm doing this
if (ob_get_level()) {
ob_end_clean();
}
header('Content-Description: File Transfer');
header('Content-Type: video/mp4');
header('Content-Disposition: attachment; filename=' . basename($file));
header('Content-Transfer-Encoding: binary');
header('Content-Length: ' . filesize($file));
readfile($file);
Answer the question
In order to leave comments, you need to log in
here to read , here a little, in general, do not be shy to use Google.
PS: Here , too, on the topic like
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question