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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

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