本文介绍了使用URL作为SilverLight MediaPlayer播放列表的MediaSource时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

我正在尝试为< MediaSource>设置网址SilverLight MediaPlayer的播放列表部分中的标记。

I was trying to set a URL for the <MediaSource> tag in the Playlist sectionc of the SilverLight MediaPlayer.

不幸的是,我收到以下错误:"无法打开媒体文件http://localhost/file.ism/Manifest。要求输出托管在运行IIS 7.0且安装了Smooth Streaming处理程序的Web服务器上,以及支持Smooth Streaming的Silverlight模板。 4001发生错误。

Unfortunately, I'm receiving the following error: "Could not open media file http://localhost/file.ism/Manifest. Requires output to be hosted on a webserver running IIS 7.0 with Smooth Streaming handler installed and a Silverlight template that supports Smooth Streaming. 4001 An error has occured.

错误:< MediaSource> http://localhost/file.ism/Manifest< / MediaSource>

error for: <MediaSource>http://localhost/file.ism/Manifest</MediaSource>

错误:< MediaSource> http://hostname/file.ism/Manifest< / MediaSource>

error for: <MediaSource>http://hostname/file.ism/Manifest</MediaSource>

适用于: < MediaSource> file.ism /清单< / MediaSource>

 

注意:页面是从托管ism文件的同一服务器本地打开的并安装了IIS 7.0。

Note: The page is opened locally from the same server where the ism file is hosted and IIS 7.0 is installed.

 

我要做的是从一台服务器打开SilverLight播放器并调用来自另一个的媒体文件(流畅的)使用如下URL: < MediaSource> http://iis7.server.with.smooth.enabled.com/file.ism/Manifest< / MediaSource>

What i'm trying to do is to open the SilverLight Player from one server and to call the media file (smooth stream) from another one using the URL like this: <MediaSource>http://iis7.server.with.smooth.enabled.com/file.ism/Manifest</MediaSource>

任何建议?

谢谢

 

推荐答案

Loke


这篇关于使用URL作为SilverLight MediaPlayer播放列表的MediaSource时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-26 05:49