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

libGdx unable to find files in android application data directory -

php - Webix Data Loading from Laravel Link -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -