0

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?

Levon
  • 138,105
  • 33
  • 200
  • 191
Kevin Toet
  • 367
  • 4
  • 16

0 Answers0