Description
I am exhausted. I have a new social media site that displays behind-the-scenes videos of shirtless male models and more. My previous developer set it up so that any video I upload through the server automatically feeds into my Bunny.net account. However, after not logging in as admin for two days, I’m now noticing that the videos are not playing correctly. Some videos stop midway while playing. Some will not play at all. Some do not show a preview image. This is extremely frustrating because I thought Bunny.net would be a reliable service, but now I feel like I’m walking on eggshells wondering whether videos on my site are actually playing correctly for users. Can you please investigate what is causing this and fix it right this second? I need the video playback, preview images, and upload-to-Bunny connection checked immediately. I was informed that the root cause of this issue is the server becoming overloaded. When the server experiences heavy traffic, the current communication method becomes unreliable, which is why these problems continue to occur. The recommended long-term solution is to implement **WebSockets** (or **Socket.IO**) for real-time communication. Unlike traditional request/response methods, WebSockets maintain a persistent connection between the client and the server, making them significantly more reliable and responsive under high server load. Implementing this technology should provide a permanent solution and greatly improve the stability of real-time fe