Search Unity

Video Loading a video clip from memory

Discussion in 'Audio & Video' started by UnetDev, Nov 14, 2020.

  1. UnetDev

    UnetDev

    Joined:
    Aug 28, 2017
    Posts:
    54
    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).
     
    Last edited: Nov 14, 2020
    GospelOfMy likes this.
  2. GospelOfMy

    GospelOfMy

    Joined:
    May 17, 2019
    Posts:
    2
    Met the same problem. Encrypting is significant in my project. Are there any ideas for walkaround solution?
     
  3. AritaDev

    AritaDev

    Joined:
    Aug 13, 2019
    Posts:
    13
    Any solution about this problem? I met the same problem.
     
  4. GospelOfMy

    GospelOfMy

    Joined:
    May 17, 2019
    Posts:
    2
    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).