将avi文件保存在Web服务器上 [英] saving avi files on web server

查看:87
本文介绍了将avi文件保存在Web服务器上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好专家,

我构建了一个用于将客户端屏幕记录在avi文件中的应用程序.现在,客户端希望将记录实时保存在Web服务器上.也就是说,他希望所有记录都应直接保存在Web服务器上,我们该怎么办?

Hello experts,

I built an application that used to record the clients screen in an avi file. Now the client wants to save the recoding on web server in real time. i.e he want that all recording should be saved directly on web server, how can we do this?

推荐答案

如果您以块的形式创建avi文件(例如, 5分钟),那么在当前视频流式传输时,您始终可以将最后一个但一个avi继续上传到网络服务器.这样就省去了直接上传实时数据流的麻烦(这可能会有些困难).
If you create avi files in chunks (say a file for every 5 minutes), then you can always keep uploading the last but one avi to the web server while the current video is streaming. This saves you the trouble of directly uploading a live stream of data (which can be a little harder to do).


您可以使用FIleUpload服务器控件,如
You can use the FIleUpload server control as described here[^].

This would mean that the user gets a file save window where he can enter the path of the file.


这篇关于将avi文件保存在Web服务器上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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