Skip to content

Commit

Permalink
docs: 更新 webcodecs 在 firfox 上兼容说明
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohappy committed Dec 10, 2024
1 parent ded855a commit 4029fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 4029fbb

Please sign in to comment.