首页 > 解决方案 > AVPlayer 不播放 3gp 视频格式

问题描述

有没有办法.3gp在 AVPlayer 中支持格式?它似乎没有播放它,而它播放任何其他格式,例如.mov, .mp4

let player = AVPlayer(url: videoURL)

let playerViewController = AVPlayerViewController()
playerViewController.player = player

self.present(playerViewController, animated: true) {                            
    playerViewController.player!.play()
}

标签: ios12swift5xcode10.1

解决方案


推荐阅读