Skip to main content
June 6, 2012
Question

How to seek through a bytearray || Protecting local flvs

  • June 6, 2012
  • 1 reply
  • 720 views

Hello,

I have a projector project that uses local flv's, as in doesn't stream from the net. To protect them i have written them as a bytearray to a file. Then when i need them in the project i load them in as a bytearray and attach them to a netstream. Works great but i can't seek! I have no idea how to do it.

So now i'm looking for different ways to protect my flv's from people just putting them online. Any suggestions?

I wa sthinking of zipping them and changing the extension or something.

Or if someone is able to explain to me, how can i seek through a netstream with an appended bytearray. I'm not dealing with any chunks of data coming in, I already have the entire bytearray loaded.

Cheers,

Kevin

This topic has been closed for replies.

1 reply

June 8, 2012

Any clues on how I am able to make this work with local video's?