简体   繁体   English

如何在iOS设备和Windows中将Windows Azure媒体服务编码的ism文件用于Smooth Stream?

[英]How to use Windows Azure Media Services encoded ism file to Smooth Stream in both iOS devices and Windows?

I have a video called Spiderman.mp4 which I uploaded to Windows Azure Media Services using their Web UI (not console application). 我有一个名为Spiderman.mp4的视频,该视频是使用其Web UI(不是控制台应用程序)上传到Windows Azure Media Services的。 I also encoded the video into the preset "Playback for iOS and PC/MAC" using the Web UI. 我还使用Web UI将视频编码为预设的“ iOS和PC / MAC播放”。 After I published, I get the URL As 发布后,我得到的URL为

http://azure-something.net/Spiderman.ism/Manifest http://azure-something.net/Spiderman.ism/Manifest

How do I Smooth Stream this Manifest file into both iOS and PC? 如何将该清单文件流畅地传输到iOS和PC中? I have used a Silverlight Smooth Streaming player for windows for this but it does not work for iOS. 我为此使用了Silverlight平滑流播放器作为Windows播放器,但不适用于iOS。

Any help in this regard will be deeply appreciated!! 在这方面的任何帮助将不胜感激!

You have to encode the video file to Apple HTTP Live Streaming (HLS) . 您必须将视频文件编码为Apple HTTP Live Streaming(HLS)。 Checkout https://www.windowsazure.com/en-us/develop/net/how-to-guides/media-services/#header-12 结帐https://www.windowsazure.com/en-us/develop/net/how-to-guides/media-services/#header-12

You seem to be converting the video file to IIS smooth streaming which justifies why it only works with Silverlight. 您似乎正在将视频文件转换为IIS平滑流传输,这证明了为什么它仅可与Silverlight一起使用。

您必须将清单文件编码为苹果的HLS(Http Live Streaming)内容,然后才能在ios上查看它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM