视频录制Web应用程序 [英] Video recording web app

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

问题描述

我有一个网站的要求,用户可以录制视频(有声音),并上传到服务器。
首先我想到了闪存和red5(媒体服务器),但发现闪存不支持IPAD或iPhone。
现在我想到HTML5视频录制,但有人告诉我,HTML5视频录制仍处于测试阶段,并不稳定,并且不支持所有浏览器。

建议这是最好的,帮助是非常明显的。



谢谢,

解决方案

<要将视频从iPhone上传到网络服务器,您可以使用< input> 标签。这将提示用户录制一个视频,然后将其作为要上传的文件。

 < input autocomplete = offtype =filename =video_fileaccept =video / *capture /> 

将其包裹起来,您可以更改标签的外观,使其更像是一个录像按钮。

I have a website requirement , users can able to record video (with sound) and upload to server. First i think about flash and red5(media server) but found that flash does not support IPAD or iphone. Now am think about HTML5 video recording, but somebody told me that html5 video recording still in beta and not stable and it does not support all browsers.

Please advice which is best , help is highly appreciable.

Thanks,

解决方案

To upload a video from an iPhone to a web server, you can use an <input> tag. This will prompt the user to record a video which will then be selected as the file to upload.

<input autocomplete="off" type="file" name="video_file" accept="video/*" capture />

Wrap this in and you can change the appearance of the tag to look more like a video recording button.

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

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