Google应用程序引擎上的视频网站 [英] Video website on google application engine

查看:85
本文介绍了Google应用程序引擎上的视频网站的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将在一个视频网站上工作,用户/管理员可以使用一些开源的javascript播放器上传视频并播放它们。不过,我想知道,在谷歌应用引擎中开始这种项目是否是一个好主意,因为它考虑到了服务器的局限性并存储了数据。

I am going to work on a video website where users/admin will be able to upload the videos and play them using some opensource javascript player. However, I want to know if it is a good idea to start this kind of project on google app engine considering its limitations to server and store the data.

在Google应用引擎上可能遇到的问题是什么,以及是否有任何可能的解决方案。

What are the issues which I may have to encounter on Google application engine and if there are any possible solutions for those issues.

目前,我对上传时转换视频,从上传的视频创建图像(类似谷歌应用引擎的ffmpeg)以及谷歌应用引擎是否允许考虑其请求和响应限制的大视频流式传输有怀疑。

Currently, I have doubts on converting the videos while uploading, creating images from the videos uploaded (something like ffmpeg for google app engine) and whether google app engine will allow streaming for large videos considering its request and response constraints.

请提示。

预先致谢。

Thanks in advance.

推荐答案

是的,这很实用。您可能需要查看 blobstore 上传和投放您的视频。转换将会有点棘手,因为您无法直接在App Engine上进行转换 - 您需要使用外部服务,然后设置事件以便用户直接上传到该服务,或者让服务下载,转码,并重新上传视频到您的App Engine网站。

Yes, this is practical. You'll probably want to check out the blobstore for uploading and serving your videos. Conversion will be a little trickier, since you can't do it directly on App Engine - you'll need to use an external service, and either set things up so your users upload directly to that, or have the service download, transcode, and re-upload videos to your App Engine site.

这篇关于Google应用程序引擎上的视频网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆