I have a NSData object, obtained from a URL request.Now I don't know how to read it.
However in my application I don't know if the data contains a video or not, so I would know:
- How to know if NSData has some video inside it?
- How to interpret the data, reading it byte per byte?