基于IIS7的Live Smooth Streaming
在MIX09期间,微软发布了 IIS 7 Media Services ,在这里面一个重要的集成就是 Live Smooth Streaming 这个功能,关于 Smooth Streaming 你可以参考我前面写的帖子,Live Smooth Streaming 最主要的就是实现了直播的 Smooth Streaming。
在直播过程中你并不需要安装 Expression Encoder 2 + SP1,你只需要通过下面的 binary 来对视频进行直播发布。你可以通过如下的代码来建立发布点:
pushencoder64 <url-of-publishingpoint> <ism-file>
之后在 Live Smooth Streaming 中你可以设置你的发布点信息
在 Silverlight 客户端,你可以使用如下代码来对发布点进行引用
mediaSource="PublishingPointName.isml/Manifest"
来对 Media Element 的源地址进行引用。
Smooth Streaming 演示网站更新如下(点击图片访问):
更多信息你可以访问如下网站:
IIS 官方网站:https://learn.iis.net/page.aspx/620/live-smooth-streaming-for-iis-70---getting-started#install_lss
Ben 的博客https://on10.net/blogs/benwagg/Silverlight-3-Beta-Whatrsquos-New-for-Media/
Comments
Anonymous
March 24, 2009
PingBack from http://blog.a-foton.ru/index.php/2009/03/25/live-smooth-streaming/Anonymous
March 25, 2009
Thank you for submitting this cool story - Trackback from 9efish developer kigg