From bdcd006a7ee9fd4637c7ad467df7dabee1853101 Mon Sep 17 00:00:00 2001 From: xiaoQQya Date: Mon, 13 Mar 2023 17:42:39 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix(jessibuca):=20=E4=BF=AE=E5=A4=8D=20jess?= =?UTF-8?q?ibuca=20=E7=BB=84=E4=BB=B6=E6=88=AA=E5=9B=BE=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_src/src/components/common/jessibuca.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web_src/src/components/common/jessibuca.vue b/web_src/src/components/common/jessibuca.vue index 4049721c..a681729a 100644 --- a/web_src/src/components/common/jessibuca.vue +++ b/web_src/src/components/common/jessibuca.vue @@ -12,7 +12,7 @@ {{ kBps }} kb/s - @@ -243,6 +243,11 @@ export default { this.err = ""; this.performance = ""; }, + screenshot: function () { + if (jessibucaPlayer[this._uid]) { + jessibucaPlayer[this._uid].screenshot(); + } + }, mute: function () { if (jessibucaPlayer[this._uid]) { jessibucaPlayer[this._uid].mute(); From 84595e0c8402f4ce83f6a2c3431a671462ddeebb Mon Sep 17 00:00:00 2001 From: xiaoQQya Date: Mon, 13 Mar 2023 17:53:50 +0800 Subject: [PATCH 2/2] =?UTF-8?q?perf(jessibuca):=20=E5=8D=87=E7=BA=A7=20jes?= =?UTF-8?q?sibuca=202023-03-8=20v3.1.28=20=E7=89=88=E6=9C=AC,=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20jessibuca=20=E5=8F=82=E6=95=B0=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=A1=AC=E8=A7=A3=E7=A0=81=E4=BC=98=E5=8C=96=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E9=BB=91=E5=B1=8F=E9=97=AE=E9=A2=98,=20https=20=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E4=B8=8B=E4=BD=BF=E7=94=A8=20WCS=20=E7=A1=AC=E8=A7=A3?= =?UTF-8?q?=E7=A0=81,=20http=20=E7=8E=AF=E5=A2=83=E4=B8=8B=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=20MSE=20=E7=A1=AC=E8=A7=A3=E7=A0=81,=20H265=20?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E8=87=AA=E5=8A=A8=E4=BD=BF=E7=94=A8=20wasm?= =?UTF-8?q?=20=E8=BD=AF=E8=A7=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_src/src/components/common/jessibuca.vue | 55 ++++++++++++++------ web_src/static/js/jessibuca/decoder.js | 2 +- web_src/static/js/jessibuca/decoder.wasm | Bin 1228067 -> 1050314 bytes web_src/static/js/jessibuca/jessibuca.d.ts | 4 +- web_src/static/js/jessibuca/jessibuca.js | 2 +- 5 files changed, 42 insertions(+), 21 deletions(-) diff --git a/web_src/src/components/common/jessibuca.vue b/web_src/src/components/common/jessibuca.vue index a681729a..77150761 100644 --- a/web_src/src/components/common/jessibuca.vue +++ b/web_src/src/components/common/jessibuca.vue @@ -1,5 +1,6 @@