Search code examples
flutterdartvscode-extensions

Converting unit8list to video file with out creating it and its be on memory


I have downloaded the bytes of a movie and stored them in a database. I need a way to convert it back to a movie to give it to the video_player package to play.

How to convert it without creating a file?

I don't want my users to access the video files.


Solution

  • Since there was no answer I had found the way which is loading that bytes from db in to temp directory of mobile and then passing it to my player. you could use this question. answer