本文介绍了在asp.net Web应用程序中播放/流式传输视频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在开发文档共享Web应用程序.
我想流式传输视频(最常用的格式(mpeg,avi),就像youtube.com

我应该使用哪个控件来播放视频?
(用户将上传视频文件,然后其他用户可以观看视频)

我可以为此使用Jquery或纯服务器端控件.请提出建议.

另外,我该如何查看ppt或(在线Microsoft Office文件格式)
只是lien slideshare.net

普拉特哈梅什
www.om-softwares.net

Hi,
I am developing a Document sharing web application.
I want to stream the videos (most commonly used format (mpeg,avi), just like youtube.com

Which control should i use to play videos?
(The user will upload video files and then other users can view the Videos)

I can use Jquery, or pure server side control for this. Please suggest.

Also how can i one view ppt or (Microsoft office file format online)
just liek slideshare.net

prathamesh
www.om-softwares.net

推荐答案


这篇关于在asp.net Web应用程序中播放/流式传输视频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-11 19:01