Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.
/ codec-as3 Public archive

[DEPRECATED] 🔄 AS3視頻封裝解析~FLV, MP4

License

Notifications You must be signed in to change notification settings

minosss/codec-as3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[DEPRECATED] 🔄 AS3視頻封裝解析~FLV, MP4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages