播放 .MP4 和 .MP4 的 Silverlight 视频播放器.FLV
我目前正在使用 Silverlight 2 视频播放器 来流式传输视频。我对它非常满意,但它似乎只能传输 .WMV 文件。有谁知道是否有一个好的 Silverlight 视频播放器可以流式传输其他类型的视频文件,尤其是 .MP4 和 .MP4 视频文件。 .FLV?如有必要,我很乐意使用 Silverlight 3。
编辑:因为我喜欢这个播放器并且还没有找到一个很好的选择,所以我正在考虑在收到文件时对其进行编码,以便它们稍后始终以 .WMV 形式进行流式传输。除非我确定了一个好的玩家(我现在正在考虑闪现),否则我将不得不走这条路。
编辑 2:现在 Silverlight 已经发展了很多,有没有新玩家使用 Silverlight 5 来实现这一点?
I am currently using the Silverlight 2 Video Player to stream videos. I have been very pleased with it but it only seems to stream .WMV files. Does anyone know if there is a good Silverlight video player that will stream other types of video files, especially .MP4 & .FLV? I would be happy to use Silverlight 3 if necessary.
EDIT: Because I like this player and have not found a great option, I am considering encoding files as I receive them so that they will always be streamed later as a .WMV. Unless I determine a good player (I am considering flash at this point), I will have to go down this road.
EDIT 2: Now that Silverlight has evolved quite a bit, are there any new players using Silverlight 5 that do the trick?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
刚刚发现这个 Silverlight 媒体框架,它看起来很有趣,而且比我使用的 Silverlight Video 2 Player 更强大。
Just found this Silverlight Media Framework which looks interesting and more robust than the Silverlight Video 2 Player I was using.
Silverlight 2 支持以下视频标准:
• Windows Media 视频 7 (WMV1)
• Windows Media 视频 8 (WMV2)
• Windows Media 视频 9 (WMV3)
• Windows Media 视频高级配置文件,非 VC-1 (WMVA)
• Windows Media 视频高级配置文件,VC-1 (WMVC1)
Silverlight 2 supports the following standards of video:
• Windows Media Video 7 (WMV1)
• Windows Media Video 8 (WMV2)
• Windows Media Video 9 (WMV3)
• Windows Media Video Advanced Profile, non-VC-1 (WMVA)
• Windows Media Video Advanced Profile, VC-1 (WMVC1)
尝试此链接:Silverlight 视频带有源代码的播放器
Try this link: Silverlight Video Player with Source Code