简体   繁体   English

适用于iOS,Android和Web音频播放的Azure媒体服务预设[流式传输]

[英]Azure Media Services Preset for iOS, Android and Web Audio Playback [Streaming]

I am testing out Azure Media services and I am looking for a preset or a custom config which takes an mp3 file and encodes it for playback on iOS, Android (4.0+) and HTML5 for streaming (one manifest hopefully). 我正在测试Azure媒体服务,并且正在寻找一种预设或自定义配置,该配置需要一个mp3文件并对其进行编码,以便在iOS,Android(4.0+)和HTML5上进行流传输(希望是一个清单)。 Currently I am seeing presets for HTML5 and HLS (none for Android) however they are separate and not in one config/workflow. 目前,我看到的是HTML5和HLS的预设(Android则没有),但是它们是独立的,不在一个配置/工作流中。 How can I set this up to done. 我该如何设置完成。 Note I am using the UI and not programming at this time. 注意我正在使用UI,但此时不编程。

Are you planning to deliver in both HLS and MPEG-DASH across multiple HTML5 browsers? 您是否打算在多个HTML5浏览器中同时提供HLS和MPEG-DASH? You will need to use both of those protocols to reach all of the devices that you have in mind. 您将需要使用这两种协议来访问您所想到的所有设备。 Android has a really poor implementation of HLS. Android的HLS实现非常差。 Most of the Android devices only support HLS v3, so make sure to test your devices with the v3 (muxed ts) protocol. 大多数Android设备仅支持HLS v3,因此请确保使用v3(混合ts)协议测试您的设备。

I would encourage you to use the Azure Media Explorer tool for everything. 我鼓励您对所有内容都使用Azure Media Explorer工具。 http://aka.ms/amse It gives you easier access to all of the protocol URLs that you will need. http://aka.ms/amse它使您可以轻松访问所需的所有协议URL。

Try encoding everything to Standard Definition Multiple bitrate MP4 files to begin with. 首先尝试将所有内容编码为“标清多个比特率”的MP4文件。 Most Android devices only like Baseline profile encoding. 大多数Android设备仅喜欢基准配置文件编码。 Once you have Multiple bitrate Mp4 files encoded, you will need to enable at least 1 streaming Reserved Unit to allow you to get "dynamic packaging" to work. 编码完多个比特率Mp4文件后,您将需要启用至少1个流保留单元,以使您能够进行“动态打包”工作。 You need that feature to re-package your MP4 files on-the-fly to HLS and DASH. 您需要该功能才能将MP4文件即时打包为HLS和DASH。

Also, if you are looking for an awesome player framework for HTML5 delivery -check out our new Azure Media Player http://azure.microsoft.com/blog/2015/04/15/announcing-azure-media-player/ 另外,如果您正在寻找用于HTML5交付的出色播放器框架,请查看我们新的Azure Media Player http://azure.microsoft.com/blog/2015/04/15/announcing-azure-media-player/

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

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