[google-appengine] Custom domain stopped working suddenly.

2011-05-13 Thread codebrain
Hello.

I have a app running at http://shahindemo.appspot.com
I was accessing it using custom domain : http://www.colact.com

This suddenly stopped working.

ping www.colact.com
PING ghs.l.google.com (74.125.43.121): 56 data bytes
64 bytes from 74.125.43.121: icmp_seq=0 ttl=38 time=492.186 ms
64 bytes from 74.125.43.121: icmp_seq=1 ttl=38 time=523.077 ms

I noticed that if i making the following entry in  /etc/hosts file of
my machine things work.
74.125.95.121   www.colact.com

below is my dns cname record
www.colact.com   Alias (CNAME)   ghs.google.com
*.colact.com Alias (CNAME)   ghs.google.com


Please help

-- 
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-appengine@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] A Three-user Video Chat

2012-07-23 Thread Codebrain
Hi can you please provide link to the original code (site) so i can take a look.

Cheers

On Mon, Jul 23, 2012 at 2:03 PM, Michael Adeyeye  wrote:
> Hi,
> I am trying to extend a two-user video chat (the one you wrote) to a
> three-user.
> My plan is to create two instances of the webkitPeertoPeerConnection so
> that each device would connect to the other two.
>
> Could you please help me with this code -
> http://pastebin.mozilla.org/1711859?
>
>
> Everytime a third user joins the chat room, the chat session between user
> 1 & 2 is terminated. I have posted the message on a number of forums but
> there is no response to date.
>
> Thanks in advance.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine/-/JX5X3q2iJHgJ.
> To post to this group, send email to google-appengine@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.

-- 
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-appengine@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] Cannot deploy app

2013-02-02 Thread Codebrain
Hello,

I have a billing enabled app id: sim-shop.appspot.com.

running on version 1.7.0

Suddenly stopped being able to deploy. Your help greatly appreciated.

The error :
**
99% Will check again in 60 seconds.
Feb 02, 2013 8:25:40 PM com.google.appengine.tools.admin.AppVersionUpload commit
SEVERE: Version still not ready to serve, aborting.
99%  on backend null.

Error Details:
Feb 02, 2013 8:10:28 PM org.apache.jasper.JspC processFile
INFO: Built File: /error.jsp
Feb 02, 2013 8:10:29 PM org.apache.jasper.JspC processFile
INFO: Built File: /index.jsp

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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: AppEngine / GCS / Cloudstorage API - Is it possible to modify the ACL's and serve files directly from GCS?

2014-09-26 Thread codebrain
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.


[google-appengine] Re: video service in GAE

2014-09-26 Thread codebrain
Hi,

Here is a video streaming solution on  appengine

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

comments appreciated.

Cheers,
CB

On Wednesday, April 13, 2011 12:40:26 AM UTC+10, lavs wrote:
>
> Hi Friends, 
>  Is it possible to upload a video file to datastore and then get 
> the video service back (either streaming / Progressive Download) 
> using Google App Engine. If yes, where can i find the reference.. i 
> searched a lot, but i couldnt find a proper site .. 
>
> Thanks & Best Regards

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