在 AVPlayer 缓冲时设置 UIActivityIndi​​catorView?在目标 c

Posted

技术标签:

【中文标题】在 AVPlayer 缓冲时设置 UIActivityIndi​​catorView?在目标 c【英文标题】:Set UIActivityIndicatorView when AVPlayer is buffering? in objective c 【发布时间】:2017-06-19 08:37:13 【问题描述】:

如何检查我的 AVPlayer 是否正在缓冲?

我想检测我的 AVPlayer 是否正在为 .m3u8 格式的 URl 进行缓冲,以便在下载视频时可以显示加载程序或其他内容。但我似乎在 AVPlayer 的文档中找不到任何内容。

【问题讨论】:

找到***.com/questions/32845291/…,***.com/questions/24030003/…使用通知... 【参考方案1】:

您可以使用 KVO 来观察 keyPath timeControlStatus。有三种不同的状态;

AVPlayerTimeControlStatusWaitingToPlayAtSpecifiedRate AVPlayerTimeControlStatusPlaying AVPlayerTimeControlStatusPaused

【讨论】:

以上是关于在 AVPlayer 缓冲时设置 UIActivityIndi​​catorView?在目标 c的主要内容,如果未能解决你的问题,请参考以下文章

设置 AVPlayer AVPlayerItem 缓冲区大小?

AVPlayer 在缓冲音频流开始时“冻结”应用程序

处于暂停状态时如何强制 AVPlayer 暂停缓冲?

AVPlayer 项目缓冲区为空

ios avplayer 触发流媒体缓冲区不足

AVPlayer 缓冲后未恢复