[google-appengine] Re: Video streaming - possible, or not?

2014-09-26 Thread codebrain
Hi,

A simple video streaming site on app engine. Let me know what you think.

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

Cheers,
CB

On Tuesday, October 19, 2010 1:10:12 PM UTC+11, Mark wrote:

 Hi, 

 I'm looking to upload a video file into the blobstore, then stream it 
 to a flash player. I'm not sure if this is possible or not because I 
 see conflicting messages here about support for it. 

 I know there's a 30 second http connection limit. I'm not sure if that 
 counts towards streaming a file. 

 I would host the videos on youtube, but the video content for this app 
 is supposed to be 'protected', meaning I don't want to let people view 
 the video unless authenticated. Using the youtube api would be an easy 
 win otherwise. 

 Thanks

-- 
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.


[google-appengine] Re: Video streaming - possible, or not?

2014-09-26 Thread codebrain
Hi,

My single file (MP4) video solution on GAE.

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

Comments appreciated.

Cheers,
CB

On Tuesday, October 19, 2010 1:10:12 PM UTC+11, Mark wrote:

 Hi, 

 I'm looking to upload a video file into the blobstore, then stream it 
 to a flash player. I'm not sure if this is possible or not because I 
 see conflicting messages here about support for it. 

 I know there's a 30 second http connection limit. I'm not sure if that 
 counts towards streaming a file. 

 I would host the videos on youtube, but the video content for this app 
 is supposed to be 'protected', meaning I don't want to let people view 
 the video unless authenticated. Using the youtube api would be an easy 
 win otherwise. 

 Thanks

-- 
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.


[google-appengine] Re: Video streaming - possible, or not?

2010-10-20 Thread aah
Hi Mark,

Maybe AppEngine could be combined with something like
http://www.bitsontherun.com/system-apis

-aah

On Oct 19, 4:10 am, Mark mar...@gmail.com wrote:
 Hi,

 I'm looking to upload a video file into the blobstore, then stream it
 to a flash player. I'm not sure if this is possible or not because I
 see conflicting messages here about support for it.

 I know there's a 30 second http connection limit. I'm not sure if that
 counts towards streaming a file.

 I would host the videos on youtube, but the video content for this app
 is supposed to be 'protected', meaning I don't want to let people view
 the video unless authenticated. Using the youtube api would be an easy
 win otherwise.

 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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Video streaming - possible, or not?

2010-10-20 Thread Mark Wyszomierski
Ah, I grossly over-estimated the size of the videos I'll be working with.
They'll be more in the size range of a few mb. So this seems easier to get
going business-wise.

If anyone has any walkthroughs about video streaming and app engine, that'd
be great. If not, I'll be happy to post a walk-through once I get it done,

Thanks all,
Mark

On Wed, Oct 20, 2010 at 3:41 AM, aah aalvara...@gmail.com wrote:

 Hi Mark,

 Maybe AppEngine could be combined with something like
 http://www.bitsontherun.com/system-apis

 -aah

 On Oct 19, 4:10 am, Mark mar...@gmail.com wrote:
  Hi,
 
  I'm looking to upload a video file into the blobstore, then stream it
  to a flash player. I'm not sure if this is possible or not because I
  see conflicting messages here about support for it.
 
  I know there's a 30 second http connection limit. I'm not sure if that
  counts towards streaming a file.
 
  I would host the videos on youtube, but the video content for this app
  is supposed to be 'protected', meaning I don't want to let people view
  the video unless authenticated. Using the youtube api would be an easy
  win otherwise.
 
  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 google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



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



[google-appengine] Re: Video streaming - possible, or not?

2010-10-20 Thread nacho
I have to do something like Mark, but i also need the posibility of
encoding the videos uploaded by the users.

So, my question is: does appengine supports ffmpg or some other
encoding tool?

On 20 oct, 12:11, Mark Wyszomierski mar...@gmail.com wrote:
 Ah, I grossly over-estimated the size of the videos I'll be working with.
 They'll be more in the size range of a few mb. So this seems easier to get
 going business-wise.

 If anyone has any walkthroughs about video streaming and app engine, that'd
 be great. If not, I'll be happy to post a walk-through once I get it done,

 Thanks all,
 Mark

 On Wed, Oct 20, 2010 at 3:41 AM, aah aalvara...@gmail.com wrote:
  Hi Mark,

  Maybe AppEngine could be combined with something like
 http://www.bitsontherun.com/system-apis

  -aah

  On Oct 19, 4:10 am, Mark mar...@gmail.com wrote:
   Hi,

   I'm looking to upload a video file into the blobstore, then stream it
   to a flash player. I'm not sure if this is possible or not because I
   see conflicting messages here about support for it.

   I know there's a 30 second http connection limit. I'm not sure if that
   counts towards streaming a file.

   I would host the videos on youtube, but the video content for this app
   is supposed to be 'protected', meaning I don't want to let people view
   the video unless authenticated. Using the youtube api would be an easy
   win otherwise.

   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 google-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

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