iPhone - UITableview 具有视频缩略图列表
我们如何在 UItableview 上列出视频缩略图。我有 JSON 数组中的视频链接(来自外部服务器)。请给我一些见解或参考。
谢谢,
How can we list video thumbnails on a UItableview.I have the link for the videos (from an external server) in JSON array. Please provide me with some insights or references.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会通过预先生成每个视频的缩略图并将它们从服务器发送到 JSON 数组中来解决此问题。任何类型的视频本地处理都会对性能造成巨大影响。
I would approach this by generating thumbnails of each video beforehand and sending them down in your JSON array from the server. Any type of local processing of videos would be a huge performance hit.