如何以vb.net形式存储和播放视频。 [英] how to store and Play video in vb.net form.

查看:130
本文介绍了如何以vb.net形式存储和播放视频。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在sql server中存储视频以b.net格式播放视频..?

how can i store video in sql server an play that video in b.net form..?

推荐答案

http://bit.ly/Zw7LtN [ ^ ]


播放非常简单: MSDN:在Visual Basic .NET解决方案中嵌入Windows Media Player控件 [ ^ ]



但我不知道不会在SQL中存储视频:它们往往很大,而SQL服务器确实对存储空间有限制,您可以通过视频快速超过这些存储空间。此外,它使用大量的服务器带宽将数据返回给您的应用程序。相反,我会将实际视频存储为磁盘文件,并将文件位置存储在SQL中。
Playing it is pretty easy: MSDN: Embedding the Windows Media Player Control in a Visual Basic .NET Solution[^]

But I wouldn''t store videos in SQL: they tend to be large and SQL server does have limits on storage space which you can exceed very quickly with videos. In addition it uses serious amounts of server bandwidth to return the data to your application. Instead, I would store the actual video as a disk file, and store the file location in SQL.


这篇关于如何以vb.net形式存储和播放视频。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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