简体   繁体   English

使用HLS(Http实时流)时是否需要提供“仅音频”流?

[英]Is it necessary to provide “Audio-only” stream when I use HLS(Http live streaming)?

I read this document and I'm not sure I need to add audio only stream. 我阅读了本文档,但不确定是否需要添加仅音频流。 https://developer.apple.com/library/content/qa/qa1767/_index.html https://developer.apple.com/library/content/qa/qa1767/_index.html

App store review guideline was changed like following. App Store审查指南已如下更改。

Video streaming content over a cellular network longer than 10 minutes must use HTTP Live Streaming and include a baseline 64 kbps audio-only HTTP Live stream => Video streaming content over a cellular network longer than 10 minutes must use HTTP Live Streaming and include a baseline 192 kbps or lower HTTP Live stream 超过10分钟的蜂窝网络上的视频流内容必须使用HTTP Live Streaming并包含基线64 kbps仅音频HTTP Live流=>超过10分钟的蜂窝网络上的视频流内容必须使用HTTP Live Streaming并包含基线192 kbps或更低的HTTP Live流

When I have a audio-only stream, and user entered that stream, It looks bug, because there is still image. 当我有一个仅音频流,并且用户输入了该流时,它看起来是错误的,因为仍然有图像。 And It is little bit late recorvered from that stream. 而且从该流中恢复过来还有些晚。 So I just want to prepare minimum bitrate with video(video 100Kbps, audio 92Kbps). 所以我只想准备视频的最小比特率(视频100Kbps,音频92Kbps)。

Is it possible to use 192kbps video for minimum bitrate without audio-only bitrate? 是否可以将192kbps视频用于最低比特率而没有仅音频比特率?

Thanks. 谢谢。

Apple basically moved the answer to that into the linked Technical Note TN2224 . 苹果公司基本上将答案转移到了链接的技术说明TN2224中

If your app uses HTTP Live Streaming over cellular networks, you are required to provide at least one stream at 192 kb/s or lower bandwidth. 如果您的应用程序通过蜂窝网络使用HTTP Live Streaming,则要求您至少以192 kb / s或更低的带宽提供一个流。 The low-bandwidth stream may be audio-only, or audio with a still image, but you should strive to have video in your 192kbps stream. 低带宽流可能是纯音频的,或者是带有静止图像的音频,但是您应该努力在192kbps的流中包含视频。

You should be fine now if your lowest stream is according to their restrictions and it must no longer be audio-only. 如果您的最低视频流符合其限制,则现在应该可以,并且不再必须仅是音频。

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

相关问题 当 AVPlayer 进入后台时切换到纯音频 HLS 再现 - Switch to audio-only HLS rendition when AVPlayer goes into the background HTTP Live Streaming (HLS) 广播电台音频流,带有“野外”定时元数据 - HTTP Live Streaming (HLS) radio station audio stream with timed metadata “in the wild” 使用HTTP Live Streaming从iPhone应用程序流式传输音频/视频 - Stream Audio/Video from an iphone app using HTTP Live Streaming HLS流:视频流中的多种音频替代方案 - HLS Streaming: Multiple Audio Alternatives in Video Stream ios - HTTP直播流(HLS) - 降低目标持续时间,选择初始流和调试 - ios - HTTP Live Streaming (HLS) - Lowering the target-duration, choosing the initial stream, and debugging 使用Apple的HTTP Live Streaming进行视频播放时,如何避免仅显示音频屏幕? - How to avoid audio only screen when using Apple's HTTP Live Streaming for video? 是否需要使用http实时流媒体广播视频 - Is it necessary to broadcast video using http live streaming 在FMS和Flex 4.7中实现HLS(http实时流式传输)的问题 - Issue implementing HLS (http live streaming) with FMS and Flex 4.7 是否可以在Android(4.x)上创建(部署)HTTP Live Streaming(HLS)? - Is it possible to create(deploy) HTTP Live Streaming (HLS) on Android(4.x)? iOS HLS(Http Live Streaming)从较低的带宽开始。 - iOS HLS (Http Live Streaming) start from lower bandwidth.
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM