Hi,

My single file video solution at

http://wow-stream.appspot.com/

Comments appreciated.

Cheers,
CB



On Tuesday, August 5, 2014 8:21:23 AM UTC+10, Kaan Soral wrote:
>
> I'm currently using this handler to serve GCS files:
>
> class BlobKeyServeHandler(blobstore_handlers.BlobstoreDownloadHandler):
>     def get(self, resource):
>         resource = str(urllib.unquote(resource))
>         self.send_blob(resource)
>
> However there is a very high delay, like 20 seconds, until a file starts 
> to serve, probably caused by instance delays
>
> I'm trying to serve videos, the delay really ruins the experience, it's 
> high enough to make a user think the video won't load
>
> Does modifying the ACL of the GCS file manually and serving the video file 
> directly sound logical?
>
> I'm not sure how public GCS files perform, however, it's obvious that 
> AppEngine performs very poorly (lately, in general too)
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to