Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个从链接下载的视频以及.srt它的文件。如何显示字幕?
.srt
它们不包含在视频中,而是作为单独的 url 提供的。从我目前浏览的内容来看,不MPMoviePlayerController支持这种外部字幕,但支持AVPlayer。任何人都可以提出解决方案吗?
MPMoviePlayerController
AVPlayer
您必须自己实现字幕。因此,您首先需要解析 .srt,然后在正确的时间显示带有文本的 UILabel。
看这个: 如何在 MPMoviePlayerController 中显示字幕