javascript - Retrieving encoded video from database -


i have android app takes videos , saves them firebase database. stores videos encoded strings using guava:

string encodedvideo = files.tostring(videofile, charsets.iso_8859_1); 

i developing companion web app using angularjs should allow users download videos (by clicking link) have been stored database. however, cannot use guava decode string since it's not available javascript.

i new angularjs , web development in general. i'm sorry if ignorant question, simplest way decode string , create downloadable file?


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

java - How to create your own button and Use it with Scene Builder for javafx -

c++ - Drawing a circle in directx 9 -