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 - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -