简体   繁体   English

是否可以使用asp.net中的文件流播放视频文件?

[英]Is it possible to play video file using file stream in asp.net?

I have a file stream of the .flv file and i want to play the video using with file stream in asp.net page. 我有一个.flv文件的文件流,我想与asp.net页中的文件流一起播放视频。

I am able to play the video with this local file path in asp.net page (using object tag) 我可以在asp.net页面中使用此本地文件路径播放视频(使用对象标记)

is it possible to play video using filestream in asp.net? 是否可以使用asp.net中的文件流播放视频? if so please explain how? 如果是这样,请解释如何?

If you want to do like this video streaming , you can use it based on this blog post . 如果您想喜欢这种视频流 ,可以根据此博客文章使用它。

Using this HTTP handler you can easily FLV streaming downloads just like video.google.com does. 使用此HTTP处理程序,您可以像video.google.com一样轻松地FLV流式下载。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM