Hey folks,

I can't find too much information about the possibility of serving
streaming videos using the blobstore.  I'm using Python, and I've
managed to setup file upload so far.  I also got it to serve a video
file (using Chrome) with the filename as part of the URL:(
http://localhost:8121/util/serve/file.mp4).  Also when I set the
"save_as" argument in the send_blob() method, it saves the entire file
no matter the size.

I'm using an open source player called "projekktor".  When the video
file is small (less than a megabyte), it serves properly.  But when
the file is larger, it crashes the development server.  Do I need to
use the BlobStore reader to break up the file and serve it in
segments?

Has anyone managed to setup streaming videos using the blobstore?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to