I am working on an app which needs encryption of video files which is working quite well.But the method I am using to decrypt returns the video as in Byte array. So is there any
How do you usually play video? You send InputStrem instance to player.
So you ByteArrayInputStream that wraps your byte array and send it to the player.