From 4029fbb0875d8b5d4b567953b5d9f5ecce22c517 Mon Sep 17 00:00:00 2001 From: zhaohappy <2281756061@qq.com> Date: Tue, 10 Dec 2024 14:54:47 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20webcodecs=20?= =?UTF-8?q?=E5=9C=A8=20firfox=20=E4=B8=8A=E5=85=BC=E5=AE=B9=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- README_en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff5ae5f..15ed4b0 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ player.load('rtsp+webtransport://xxx.xxx.xxx.xxx/xxx') | 环境 | baseline | atomic | simd | webcodecs | | ----------- | ----------- |----------- | ----------- | ----------- | | Chrome | 74+ | 75+ | 91+ |94+ | -| Firefox | 61+ | 79+ | 89+ |N/A(linux video only) | +| Firefox | 61+ | 79+ | 89+ |130+ | | Safari | 13.4+ | 15+ | 16.4+ |16.4+(video only) | | Wasmtime | 0.20+ | 15+ | 15+ |N/A | | Wasmer | 0.7+ | N/A | N/A |N/A | diff --git a/README_en.md b/README_en.md index ce1c57b..57081e3 100644 --- a/README_en.md +++ b/README_en.md @@ -120,7 +120,7 @@ Codecs are compiled into separate wasm modules, the decoders are in the ```dist/ | environment | baseline | atomic | simd | webcodecs | | ----------- | ----------- |----------- | ----------- | ----------- | | Chrome | 74+ | 75+ | 91+ |94+ | -| Firefox | 61+ | 79+ | 89+ |N/A(linux video only) | +| Firefox | 61+ | 79+ | 89+ |130+ | | Safari | 13.4+ | 15+ | 16.4+ |16.4+(video only) | | Wasmtime | 0.20+ | 15+ | 15+ |N/A | | Wasmer | 0.7+ | N/A | N/A |N/A |