Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minosss/codec-as3

[DEPRECATED] :arrows_counterclockwise: AS3視頻封裝解析~FLV, MP4
https://github.com/minosss/codec-as3

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

Codec-AS3
=========

> 这个项目已经不再维护

## 说明

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

## 格式

- [MP4](http://xhelmboyx.tripod.com/formats/mp4-layout.txt)
- [FLV](http://www.adobe.com/content/dam/Adobe/en/devnet/flv/pdfs/video_file_format_spec_v10.pdf)
- [MKV](http://www.matroska.org/files/matroska.pdf)

## 使用

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

## 许可证

MIT