English 中文(简体)
视频上载过程和亚马孙S3
原标题:Video Uploading Process and Amazon S3

我的问题是,我如何做到这一点。 我的网站允许用户上载录像(每小时1分钟5分钟)。 目前,用户选择视频文档,然后开始将其上载到一旁。 然后,用户填写有关录像的一些信息。 在填写表格之后,我希望允许用户做其他事情,而我随后把这个视频服务器上载。

如今,该系统运作良好,但在填写表格和提交浏览器后,浏览器开始上载,用户在上载之前不能采取任何行动。 这是我的第一个网站,其档案类似,因此欢迎任何建议。

问题回答

由于我的经验,你可能会遇到更多的问题,并(或)因此在道路上出现更先进的需要,例如th晚的生成、格式转换等,因此,在网络应用方面进行视频处理非常困难。

因此,我将带上<>任何建议都非常受欢迎”<>>。

  • Flexible, fast and scalable file uploading and encoding with our API:
    • Encode video & audio into any format
    • Resize, watermark and convert images
    • Store files in S3, Cloudfiles or SFTP
    • Put an upload progress bar on your site
    • Outsource file handling and concentrate on your app!

demos 大多数特征(其中强调许多图像/视频处理使用案例,例如显示如何中的一切物品。

请确保读到,其中解释了你对手头使用案例的选择,特别是你可能希望使用 通知/em> 以避免阻挡用户:

If you use the jQuery plugin and set its wait parameter to false, you will have to use Notifications, otherwise there is no way to get the file results from Transloadit.

作为一种商业产品,它们实际上避开了使用案例,消除了网络应用中视频处理的大部分负担;其提议建立在亚马孙网络服务(AWS)和)的基础之上,这是非常合理和负担得起的。

亲爱!

卸载是trick的,因为标准HttpRequest是能够在大多数浏览器中显示一定比例的上载,而没有通过亚x进行某些服务器对面的投票,如果它带有一个大的档案,用户可以等待年龄,即使上载成功。

There are few solutions to this. (1) a lot of people use a Flash ojbect to do this, and there are many examples:

rel=“nofollow” http://www.plupload.com/example_queuewidget.php

http://blueimp.github.com/jQuery-File-Upload/

这里的负荷只是 go角。

(2) 如果你打算为此使用微薄的手法,那么你就必须用麻风机张贴档案,并不断检查服务器(用麻风机)以回应当前档案,而现在的档案则会更多参与。

如果您希望用户能够使用该网站和其他网页,而不是坐在同一页上,那么为什么不使用烟雾显示实际上载荷。 甚至一个框架(新层次)。

Cheers A





相关问题
Non-linear video editing tool/API?

Can anyone recommend a good library that would enable me to write an application that can blend multiple input videos into one output video (for example into a split screen). I don t care about the ...

WPF playing a video, shopping up, can I preload?

Im showing a video int my application, but its being chopped up, its locally on disc so I dont understand why this is so... any way i can start to preload it before playing it - so the content would ...

FLVs on timeline are glitching out

I have a Movieclip with about five FLV movies embedded on its timeline, one after another. I am loading multiple instances (about 5-10) of this movieclip onto the stage. Once added to the stage, they ...

Get the dimensions of a H.264 MP4

Does anybody know a ready-made, reliable way to tell the dimensions (width x height) of a MP4 encoded using the H.264 codec without ffmpeg or similar extensions, in pure PHP? Thanks for all the ...