laravel-video icon indicating copy to clipboard operation
laravel-video copied to clipboard

the Streaming Not Working in CentOS Server

Open mnarbash opened this issue 3 years ago • 4 comments

Hello, When i run the project on a server (AWS Lightsail CentOS 7), the video does not start until the download is complete. Is there any PHP Extension required to run the streaming?

mnarbash avatar Feb 03 '21 08:02 mnarbash

I am facing the same issue !!!!

Muaz-fmb avatar Feb 07 '21 09:02 Muaz-fmb

What is your web server name? Nginx or apache?! What is the video size? Is it a couple of megabytes or a few gigs?

On Sun, Feb 7, 2021, 12:44 Muaz-fmb [email protected] wrote:

I am facing the same issue !!!!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/imanghafoori1/laravel-video/issues/20#issuecomment-774640082, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVDUH77DLMJADLHDHYBO7TS5ZKW7ANCNFSM4XAMDCEA .

imanghafoori1 avatar Feb 07 '21 18:02 imanghafoori1

my web server is apache and the video size is between 100 MB to 250 MB

mnarbash avatar Feb 07 '21 19:02 mnarbash

I tested the latest package on a bare laravel 8 installation with a 10 MB video file. As you can see only 3 MB is transferred over the wire and the video is playing. I am using Apache on windows 10 (laragon installation)

image

imanghafoori1 avatar Feb 07 '21 20:02 imanghafoori1