Seeking/Stopping/Playing embedded flv as byteArray with NetStream

569 Views Asked by At

I have encoded several flv's as a bytearray and saved them to separate files. My project is a projector project that loads the files from the local drive so i'm not really streaming.

I load in the file and decode it and save it as a bytearray. Then I use .appendBytes() and .appendBytesAction( NetStreamAppendBytesAction.RESET_BEGIN ) on my netstream object but i am unable to seek, play and stop my video as i used to before encoding my .flv files.

How can I correctly seek through my video without having my NS object flush the buffer?

0

There are 0 best solutions below