Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
Just a thought here but maybe increase the size of the buffer to the size of the data – The_asMan Jun 5 '12 at 22:00
Won't seeking still clear the buffer? – Kevin Toet Jun 5 '12 at 22:45
I don't know lol that's why is it was just a thought. If you don't seek outside the buffer then it shouldn't clear it. – The_asMan Jun 5 '12 at 23:46
How do you propose to get the length of the bytearray in time for the buffer? – Kevin Toet Jun 6 '12 at 9:56

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.