How to seek through a bytearray || Protecting local flvs
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