我应该在哪里托管我的 Silverlight 视频?
我正在编写一个显示大型应用程序的 Silverlight 应用程序。它使用 MediaElement,用户可以滚动到视频中的任何特定点。
然而,我不想自己主持这些大型视频。最简单/最好的托管选择是什么? (如果你愿意的话,可以使用 silverlight 的 youtube)
I am writing a Silverlight application which displays large applications. It uses MediaElement and the user can scroll to any particular point in the video.
However, I don't want to have to host these large videos myself. What is the easiest/best option for hosting? (A sort of youtube for silverlight if you want)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不关心流畅的流式传输,您几乎可以将其放在任何地方。
为了实现流畅的流式传输,您可能需要一个支持它的 CDN,例如 Limelight http:// /www.limelightnetworks.com/2010/03/smooth-streaming/ .. 或者使用 Amazon S3 或 Azure 存储等使用此技术 http://aldenml.com/blog/2009/12/11/how-to-smooth-流和windows-azure-storage/。
一些廉价的托管服务商(例如 Discountasp.net)也支持流畅的流媒体 http://www.discountasp.net/sp_iis7manager.aspx
我不知道有什么免费的 YouTube 之类的地方可以托管视频。 http://silverlight.live.com 曾经是免费的,但现在已关闭。
If you don't care about smooth streaming you could put it almost anywhere.
For smooth streaming, you'd probably want a cdn that supports it like limelight http://www.limelightnetworks.com/2010/03/smooth-streaming/ .. Or use something like Amazon S3 or Azure Storage using this technique http://aldenml.com/blog/2009/12/11/how-to-smooth-streaming-and-windows-azure-storage/.
Some cheap hosters like Discountasp.net also support smooth streaming http://www.discountasp.net/sp_iis7manager.aspx
I don't know of any free youtube like places to host the video. http://silverlight.live.com used to be free, but is shutdown now.