imanghafoori1 / laravel-video

A laravel package to stream video content.
MIT License
263 stars 40 forks source link

the Streaming Not Working in CentOS Server #20

Open mnarbash opened 3 years ago

mnarbash commented 3 years ago

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?

Muaz-fmb commented 3 years ago

I am facing the same issue !!!!

imanghafoori1 commented 3 years ago

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 notifications@github.com 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 .

mnarbash commented 3 years ago

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

imanghafoori1 commented 3 years ago

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