zeropointnine / leelib

Open-source AS3 library, including Flv Encoder

Home Page:http://www.zeropointnine.com/blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flv Encoder can't seek FLV

Glidias opened this issue · comments

When i call seek() on the encoded FLV, it freezes.

My Netstream playback plays using the following approach:

ns.play(null); ns.appendBytesAction(NetStreamAppendBytesAction.RESET_BEGIN);
ns.appendBytes(bytes);