搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Firefox 39.0 shows black sceen when I playback a wmv video streamed through IIS 7

  • 6 个回答
  • 1 人有此问题
  • 12 次查看
  • 最后回复者为 guigs

more options

I have a website in which I have embedded video in the web page.When I playback wmv file in silverlight player it shows black screen. The video is streamed through IIS 7.I f I playback the same video in IE then it plays fine. Also, If I playback a flash/quicktime video streamed through IIS then it plays

I have a website in which I have embedded video in the web page.When I playback wmv file in silverlight player it shows black screen. The video is streamed through IIS 7.I f I playback the same video in IE then it plays fine. Also, If I playback a flash/quicktime video streamed through IIS then it plays

所有回复 (6)

more options

Is the codec supported? And what has be tried to resolve?

more options

Can you pls tell me how to check if the codec is supported?

more options

My firefox version is 39 & silverlight player is 5.1 Also when I play wmv video, the audio is fine & slider also moves but the screen is black. If the same wmv video is streamed through an external window media server then it plays fine

more options

poojha sure I can, these are the lists of supported codecs: Silverlight (black screen): https://msdn.microsoft.com/en-us/libr.../cc189080%28v=vs.95%29.aspx

Flash (works) - https://helpx.adobe.com/flash/kb/supported-codecs-flash-player.html if installed to tell if its playing you know to look for the plugin icon in the url bar: http://camendesign.com/code/video_for.../test.html

Quicktime (works) - https://support.apple.com/en-us/HT201290 -test page: http://camendesign.com/code/video_for.../test_qt.html

If you right click on the webpage and select "Page Info" the window that opens up will have a Media tab. I believe the video file type will be indicated by the file extension. However even further you can check the headers of the media requests in the console, but the first should be simpler.

I will post back as other troubleshooting steps include:

由guigs于修改

more options

With what content-type does the server sends these files?

What code are you using to play the files?

more options

Another thought, perhaps if its not a codec issue, the console log may have an error, can you check in the set up when you play the video in the sliverlight player?