简体   繁体   中英

how to decode the byte array(.h264 format) in to video in javascript?

我有一个用h264 / avc编码的原始数据字节。我需要读取这个Byte数组并将其渲染为JavaScript的视频并显示在html页面中。

There are two libraries that might help. Both of them are new to the field of WebM and .h264 decoders using javascript.

1)Broadway.js ( https://github.com/mbebenita/Broadway )
2)Route9.js

I prefer Broadway.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM