MPMoviePlayerController 为流媒体电影创建自定义缓冲区进度条

发布于 2024-12-04 11:55:23 字数 162 浏览 1 评论 0原文

我只需将电影文件的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谈场末日恋爱 2024-12-11 11:55:23

在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文