python - Appengine Blobstore - Video Streaming -


I am trying to set up a video streaming app through Google Appengine Blobstore. Just wanted to know if it was possible, because there is not much about it in the Eppingin documentation. Actually I want to serve these videos through a flash player.

Thank you

I would say that blobostore is suitable for this. While datastore institutions are limited to 1 MB and standard HTTP responses are limited to 10 MB, with the blobostore you can upload, store and serve up to 2 GB files. The 30-second limit means how long your handler can execute; Downloading (or uploading time) does not count this limit.

The Bluetooth also supports byte range, so if your Flash component supports it, then you can search for random posts in the video without downloading for the first time.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -