视频流 ASP.NET

发布于 2024-07-15 11:55:12 字数 137 浏览 3 评论 0原文

我一直在制作一个 ASP 网站,在其中为用户提供上传视频并在上传后查看它们的功能。 我已经成功地将视频上传到我的服务器,但不知道如何在客户端页面上播放它。 我想缓冲视频并将其流式传输到用户的浏览器上,不希望他在播放之前等待并下载整个视频。 我该如何接近?

i've been making an asp website in which i'm providing the user a facility to upload videos and view them once they are uploaded. I've been successfully been able to upload videos to my server, but not getting as how to play it on the client's page. I want to buffer the video and stream it on user's browser, don't want him to wait and download the whole video before playing. How can i approach?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

薆情海 2024-07-22 11:55:12

您可以使用 Windows MediaPlayer 组件。 这是关于此的文章。 您考虑过使用 silverlight 吗? 这是为您使用 Silverlight 的一个

You can use windows mediaplayer component. Here is an article about that. Have you thought about using silverlight? Here is one for you using Silverlight.

过潦 2024-07-22 11:55:12

您可能想看看 Video.Show

You might want to take a look at Video.Show.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文