I need to download encrypted video, decrypt it and play in VideoView. But problem is that VideoView needs a path to file. How is it possible to play decrypted video so it's only visible via my app.
When I decrypt I have byte[] outputBytes
I was thinking about two solutions...
1. Is it possible to make file in memory that will be deleted every time user is not in the app?
2. Or maybe to extend VideoView class and override methods so they work with byte array