Hello! There was a problem loading video from memory. Specifically, there is a need to transfer encrypted bundles from the server, decrypt them on the client and retrieve the desired video clip from there. But due to platform specifics (Android), the following error is thrown: AndroidVideoMedia :: OpenExtractor could not translate archive.
Is it possible to somehow create a video clip from the buffer or maybe some plugins for this? Perhaps some completely different workaround?
Note: it is important that no decrypted data is stored on the disk (in the file system).
1 Like
Met the same problem. Encrypting is significant in my project. Are there any ideas for walkaround solution?
Any solution about this problem? I met the same problem.
Seems like there is no solution without extra plugins. Unity does not provide ability to play video from memory streams on android. Only with saved locally(like bundles or videos themself).