From 1608199548184bbc3c26a54f5cccf7d7cb66027d Mon Sep 17 00:00:00 2001 From: matthew Date: Mon, 30 Oct 2023 13:38:36 -0400 Subject: [PATCH] Update package.json Downgrade shaka-player to 4.3.9 to fix live stream issue --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d2438bbf..225556b5 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "linkifyjs": "4.1.1", "mux.js": "6.3.0", "qrcode": "^1.5.3", - "shaka-player": "4.5.0", + "shaka-player": "4.3.9", "stream-browserify": "3.0.0", "vue": "3.3.7", "vue-i18n": "9.6.1",