From 3bba5e8d87306b3da81750bffdaf773e1f1d776d Mon Sep 17 00:00:00 2001 From: xiaosi <2652281683@qq.com> Date: Wed, 2 Sep 2026 13:12:45 +0800 Subject: [PATCH] feat: play HLS in LivePlayer via hls.js --- src/components/LivePlayer.vue | 74 +++++++++++++++++++++++++++++++++-- 1 file changed, 70 insertions(+), 4 deletions(-) diff --git a/src/components/LivePlayer.vue b/src/components/LivePlayer.vue index 56bd063..f38fb99 100644 --- a/src/components/LivePlayer.vue +++ b/src/components/LivePlayer.vue @@ -10,8 +10,6 @@ controls autoplay playsinline - :src="playUrl" - @error="$emit('error')" />
@@ -37,7 +35,7 @@