Windows Media Server 从数据库流式传输
是否可以仅使用 Windows Server 2003 标准版以某种方式设置 WMS 以流式传输数据库中的内容?
我知道可以使用自定义插件数据源来完成此操作,但这仅在 Windows Server 2003 Enterprise Edition 中启用。
Is it possible to somehow set up WMS to stream the content from a database only using Windows Server 2003 Standard edition?
I know it can be done using custom-plugin data source but that is only enabled with Windows Server 2003 Enterprise Edition.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
很抱歉成为坏消息的承载者,但您最好的选择可能是:
也许其他人有一些聪明的解决方案,但这些是我知道的唯一选择。
Sorry to be the bearer of bad news, but your best bet is probably:
Maybe someone else has some clever solution, but these are the only options I'm aware of.
开箱即用没有任何东西,但 WMS 确实支持其他自定义插件。 从性能角度来看,您可能需要考虑为什么需要这样做。 我认为最简单的方法是围绕数据库编写一个 HTTP 包装器并使用内置的 HTTP 流数据源。 编写 HTTP 包装器所需的知识和技能比编写 WMS 插件更丰富。 如果您确实有这样的用例,请考虑SQL Server 2008 的文件流功能。旨在为您提供与文件系统性能的关联能力。
There is nothing that ships out of the box but WMS does support additional custom plug-ins. From a performance perspective you might want to consider why you need to do so. The easiest way in my mind would be to write an HTTP wrapper around the database and use the built-in HTTP streaming data source. The knowledge and skills required to write the HTTP wrapper is more plentiful than writing WMS plugins. If you do have a use case for this consider SQL Server 2008's filestream feature as it is designed for giving you the relational power with file system performance.