From e0f349703f3b1cdc7cd3d985d7cd422bf7c1a38f Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Thu, 28 Aug 2025 17:34:38 +0000 Subject: [PATCH] Update video player to use Bunny.net embed for improved streaming Integrates Bunny.net's iframe embed for video playback on the client-side and updates the video URL format in the database storage to reflect this change. Replit-Commit-Author: Agent Replit-Commit-Session-Id: d7424866-83d1-4486-a212-ac12b4c7becf Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/8cc42625-c1f5-4e43-99bd-77f2c4dedee2/d7424866-83d1-4486-a212-ac12b4c7becf/k4pa29Y --- client/src/pages/VideoPage.tsx | 26 ++++++++++---------------- server/storage.ts | 4 ++-- 2 files changed, 12 insertions(+), 18 deletions(-) diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index 8debb3f..dc5ca9b 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -254,23 +254,17 @@ export default function VideoPage() {
{/* Main video section */}
- {/* Video player */} + {/* Video player with Bunny.net iframe */}
- {currentVideo.videoUrlIframe ? ( -