使用 BLOB 存储的 IIS 媒体服务

发布于 2024-12-01 03:58:25 字数 206 浏览 1 评论 0 原文

由于 BLOB 存储尚不支持平滑流式传输,并且由于 SMarx 的应用程序有一些限制,并且可能会随着未来流式传输协议的更改而中断,因此我希望以虚拟机角色托管 IIS 媒体服务,并从 Blob 存储中提取视频位。我的想法是让 VM 实例包含一个网站,其内容是从表达式 4 输出的。网站目录的内容使用 CloudBerry 等工具与新的 blob 条目/删除一起提供(保持同步)。这是一个彻底的拼凑吗?

since BLOB storage does not yet support smooth streaming, and since SMarx's application has some limitations and may possibly break with future streaming protocol changes, I would like to host IIS Media Services in a Virtual Machine role and pull the video bits from blob storage. My idea as of this second revolves around having the VM instance contain a web site whose contents is output from Expression 4. The contents of the website directory is provided (kept in sync) with new blob entries/deletes using something like CloudBerry. Is this a complete and utter kludge?

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

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

发布评论

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

评论(1

疏忽 2024-12-08 03:58:25

我想到的一个想法是 - 为什么选择 VM 角色?我最近写了一篇关于将 Windows 功能安装到辅助角色中的博文 - 同样的想法也适用于将媒体服务安装到 Web 角色 + IIS 中。否则,我认为这没有理由行不通。显然,始终运行至少 2 个实例的警告适用...

http://blogs.msdn.com/b/golive/archive/2011/08/15/installing-windows-features-in-a-windows-azure-role-instance.aspx

One thought that comes to mind is - why VM Role? I recently wrote a blog post about installing Windows Features into a worker role - the same ideas would apply to installing media services into a web role + IIS. Otherwise, I see no reason why this would not work. Obviously the admonition to always run at least 2 instances applies...

http://blogs.msdn.com/b/golive/archive/2011/08/15/installing-windows-features-in-a-windows-azure-role-instance.aspx

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