【问题标题】:Azure media services - Issue with viewing an encoded video on IOSAzure 媒体服务 - 在 IOS 上查看编码视频的问题
【发布时间】:2017-08-08 16:59:34
【问题描述】:

我有一个 Azure Web 应用程序。 最终用户可以在应用程序中查看带或不带编码的视频文件。 如果没有编码,所有客户端设备上的一切都可以正常工作- 本例中的文件 URL 如下所示:

videojs:调度事件:sourceset [{"src":"https://myAppName.blob.core.windows.net/myAppName/videoFileName.mp4","type":"video/mp4"}]

对于编码,我们使用 Azure 媒体服务。

在这种情况下(使用编码),文件 url 如下所示:

videojs:调度事件:sourceset [{"src":"https://myAppName.streaming.mediaservices.windows.net/47686721654-6056-477190467269/5f4404565467771890ab66920d936327.ism/manifest","type":"video/mp4","techOrder":["azureHtml5JS","flashSS","silverlightSS","html5 "],"protectionInfo":[{"type":"AES","authenticationToken":"provided"}]},{"src":"https://myAppName.streaming.mediaservices.windows.net/47686721654-6056-477190467269/5f4404565467771890ab66920d936327.ism/manifest(format=mpd-time-csf)","type":"video/mp4"," protectionInfo":[{"type":"AES","authenticationToken":"provided"}]},{"src":"https://myAppName.streaming.mediaservices.windows.net/47686721654-6056-477190467269/5f4404565467771890ab66920d936327.ism/manifest(format=m3u8-aapl-v3)","type":"video/mp4","protectionInfo":[ {"type":"AES","authenticationToken":"provided"}]}]

当最终用户尝试在 iphone - IOS 上观看此编码视频时,它确实成功播放。 在 Windows 上,它运行良好。

我读过这篇文章,关于需要将 url 后缀添加到视频文件 url:每个设备的特定后缀,但我不确定这是不是问题。

https://www.returngis.net/en/2014/11/microsoft-azure-media-services-testing-output-formats-in-live-streaming/

感谢您的帮助。

【问题讨论】:

    标签: ios azure video encoding azure-media-services


    【解决方案1】:

    您可以尝试播放http://ampdemo.azureedge.net/ 中的视频,看看是否有效。如果您选中高级,您将能够指定特定格式。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-06-02
      • 1970-01-01
      • 1970-01-01
      • 2013-06-02
      • 1970-01-01
      • 2021-04-27
      • 1970-01-01
      相关资源
      最近更新 更多