Trying to stream HLS videos on my server
by Mental-Octopus from LinuxQuestions.org on (#6DT37)
I'm trying to stream HLS videos on my server through my website.
My website is written in PHP and JS. I'm using Video-JS as a player for my videos. My server has 32GB RAM and processor is AMD Ryzen 5 3600X. My server is using Debian 12.
I want to have my videos play smoothly like on youtube but they keep buffering continually.
The videos that buffer are 1920x1080 resolution. I thought my server would've been fast enough to host these videos. But I don't know whether problem lies in the script or the server specs.
My videos are split into HLS segments using ffmpeg.
My server's Upload speed 755.82MB and download speed is 808.35MB
I tested it on a client with 190MB Download speed.
My website is written in PHP and JS. I'm using Video-JS as a player for my videos. My server has 32GB RAM and processor is AMD Ryzen 5 3600X. My server is using Debian 12.
I want to have my videos play smoothly like on youtube but they keep buffering continually.
The videos that buffer are 1920x1080 resolution. I thought my server would've been fast enough to host these videos. But I don't know whether problem lies in the script or the server specs.
My videos are split into HLS segments using ffmpeg.
My server's Upload speed 755.82MB and download speed is 808.35MB
I tested it on a client with 190MB Download speed.