fix: use hls.js to support HLS video streams on non-Safari browsers

This commit is contained in:
anoracleofra-code
2026-03-09 01:35:48 -06:00
parent 72b2e2a198
commit 4c846bf805
2 changed files with 39 additions and 7 deletions
+2 -1
View File
@@ -13,6 +13,7 @@
"dependencies": {
"@mapbox/point-geometry": "^1.1.0",
"framer-motion": "^12.34.3",
"hls.js": "^1.6.15",
"lucide-react": "^0.575.0",
"maplibre-gl": "^4.7.1",
"next": "16.1.6",
@@ -33,4 +34,4 @@
"tailwindcss": "^4",
"typescript": "^5"
}
}
}