MPMoviePlayerController 为流媒体电影创建自定义缓冲区进度条
我只需将电影文件的 URL 传递给 MPMoviePlayerController 即可将电影流式传输到 MPMoviePlayerController。我正在使用自己的自定义控件,并希望创建一个进度条来查看缓冲了多少视频(例如在 YouTube 中)。但好像没有可用的数据 创建这个。有谁知道该怎么做。谢谢。
I am streaming a movie to MPMoviePlayerController by simply passing MPMoviePlayerController the URL of the movie file. I am using my own custom controls and would like to create a progress bar to see how much of the video has been buffered (like in YouTube) . But there doesn't seem to be any available data
to create this. Does anyone know how to do this. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 iOS 5.x 之前,playableDuration 完成了这项工作。但从 iOS 5 开始,这个属性似乎总是返回零。尝试一下,请告诉我它是否适合您。
Prior to iOS 5.x the playableDuration did the job. But since iOS 5 this property seem to always return zero. Give it a try and please let me know if it does work for you.