zhaohappy / libmedia

一个 TypeScript 实现的高性能媒体库,支持 WebCodecs 和 Wasm。 A high-performance media library implemented in TypeScript, support WebCodecs and Wasm.
https://zhaohappy.github.io/libmedia/product/player/player.html
GNU Lesser General Public License v3.0
130 stars 20 forks source link

Fragmented MP4 not support? #10

Closed irelance closed 1 month ago

irelance commented 1 month ago

The test video url: https://github.com/nickdesaulniers/netfix/raw/refs/heads/gh-pages/demo/frag_bunny.mp4

zhaohappy commented 1 month ago

fmp4's demux had a bug, it works now.

irelance commented 1 month ago

:)