0

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.

G H Prakash
  • 1,720
  • 10
  • 30

1 Answers1

0

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