Streaming PHP and HTML

Asked

Viewed 70 times

0

I have a video in MP4.

What I need is to stream this video via PHP (using for example an HTML player).

Only that this transmision, needs to appear to be live (the user can not advance).

Is there any way to load this MP4 via PHP and make php go slowly releasing the file?

  • You can try to hide the HTML controls from advancing.

  • Only that "One of the main problems of PHP when used for stream, websocket or anything like that is that it is bad for managing memory, PHP needs to die sometime. It is not healthy for the server to let a PHP script run for centuries. This must be the biggest problem in using this medium you are wanting." https://answall.com/questions/170599/vantagens-e-disadvantages-de-usar-php-v%C3%Addeo-stream? Rq=1

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.