Skip to content
This repository was archived by the owner on Nov 27, 2017. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 613 Bytes

File metadata and controls

27 lines (18 loc) · 613 Bytes

Codec-AS3

这个项目已经不再维护

说明

NetStream.appendBytes()只支持FLV封裝的格式,在需要播放其他封裝的視頻的話,就必須將其他封裝格式轉成FLV的封裝。

格式

使用

var mp4:Mp4Codec = new Mp4Codec();
mp4.decode(mp4bytes);
var bytes:ByteArray = new FlvCodec().encode(mp4);
ns.appendBytes(bytes);

许可证

MIT