From ecb86b1873e43958a9470833a131b88a931d88ae Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Mon, 4 Aug 2025 20:28:42 +0000 Subject: [PATCH] Improve video playback and address video player issues reported by users Updates video player to prioritize HLS streaming and adds iframe and MP4 fallbacks. Replit-Commit-Author: Agent Replit-Commit-Session-Id: aa92e7e2-ec62-4c92-b21b-02ef78a664c2 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/aa92e7e2-ec62-4c92-b21b-02ef78a664c2/VbkE0SA --- client/src/components/video-modal.tsx | 33 ++++++++------------------- server/bunny.ts | 11 +++++---- shared/schema.ts | 2 ++ 3 files changed, 18 insertions(+), 28 deletions(-) diff --git a/client/src/components/video-modal.tsx b/client/src/components/video-modal.tsx index a919f6e..a7d4379 100644 --- a/client/src/components/video-modal.tsx +++ b/client/src/components/video-modal.tsx @@ -180,30 +180,15 @@ export default function VideoModal({ video, isOpen, onClose }: VideoModalProps)
- {video.videoUrl.includes('iframe.mediadelivery.net') ? ( -