Video files conversion/transcoding Google App Engine

本小妞迷上赌 提交于 2019-12-06 19:27:19

问题


I want to start a cloud computing project with the simple task to:

  1. Receive uploaded video files
  2. Do some transcoding / converting to them
  3. Allow user to download / stream the generated file

I was thinking ffmpeg as an external command line tool integrated in a Java/Google App engine Application. Since it was fairly hard to be assured about the limitations of the framework, can someone tell me if this is feasible?

Thank you in advance!


回答1:


You have to offload ffmpeg to an external server, like Amazon EC2 or Google Compute Engine.

At Google I/O this year, Google actually demonstrated the exact same project you want to make in a presentation titled Managing Google Compute Engine Virtual Machines Through Google App Engine, albeit in Python.

Some code is already in the slides, but as mentioned during the presentation, Google wanted to make the source files for the project available. I don't know if they have done so yet. You could probably email the authors and ask.



来源:https://stackoverflow.com/questions/12997539/video-files-conversion-transcoding-google-app-engine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!