java - Uploading mutiple videos by mutiple users on Server -


we have urgent functionality in our project, multiple users can ask questions , queries in form of videos files(pre-recorded or record application) , admin/sub admin can reply them in form of video file(recorded application).

considering nature of application, there lot of data streaming on server , lot of storage required kept video files on server. planning store , kept videos files separately on centralized third-party server "youtube".

youtube api allows store , upload videos files on server account specific. there possibility can store our application video files on youtube server in 1 centralized account?

i tried youtube data upload api 2.0, require authentication login (google account) form end-user uploading video files. don't want end-users know files going on. so, requirement have upload videos(without providing google account credentials) in 1 centralized account(that kept @ property file). there possible solution scenario?

if above solution fails, please provide alternatives considering scenario.

one solution found store videos on cloud server "amazon s3". alternative?

please help.

regards,

arun


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -