I am developing a Google APP Engine or possibly just direct GCS application. The client captures video streams from cameras and would like to selectively stream these to the cloud.
Possible targets are:
- A Google App Engine app
- Google Cloud Storage (JSON)
- Google Drive API
- Google Hangouts (incl. Hangouts on Air)
When considering the different architecture choices (which all have great features), we need to know what the max rate is for uploading.
Maybe this is a very naive question and the rate is "faster than you can give is data". If so, then that's all I need to know, and that's excellent. But if not, I'd love to have some idea of the throughput capabilities for a single connected client.
Is that a reasonable question? Thanks in advance for your help!