diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index 502d6f4..598a611 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -34,6 +34,7 @@ const formatDate = (date: Date | string): string => { import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { Share2, X, Edit3, Search } from "lucide-react"; +import Hls from "hls.js"; import { apiRequest } from "@/lib/queryClient"; import { FacebookShareButton, @@ -254,16 +255,30 @@ export default function VideoPage() {
{/* Main video section */}
- {/* Video player using original Bunny.net iframe */} + {/* Video player with HLS.js */}
-