I am going to work on a video site where users / administrators will be able to upload videos and play them using some open source javascript player. However, I want to know whether to start this project with the Google engine, given its limitations on the server and data storage.
What are the problems that I may have to face in the Google app, and if there are any possible solutions to these problems.
Currently, I am having doubts about converting videos at boot time, creating images from downloaded videos (something like ffmpeg for the Google engine) and whether the google application engine will allow streaming video for large videos, given its requests and response limitations .
Please offer.
Thanks in advance.
source share